Secure the server, sources are not in public, the server should point to the public folder
There is a changing break
Before, everything was in the root
of the web server.
Which is not secure.
For now, you can create a folder eg. /var/www/gitlist.me.com/
and make sure, that you server does not point to /var/www/gitlist.me.com/
, but instead, point to /var/www/gitlist.me.com/public
.
https://github.com/patrikx3/gitlist/blob/master/changelog.md#v116