Scripts for hosting and serving DesertBot's logs
This relies on StarlitGhost's base docker services.
You'll want to symlink that project's .env file into this project's directory and set DOMAIN_DBCO
and LOG_DIR
in it.
Once that's done you can just spin it up with docker-compose up -d
.
You'll need to change the log path from /logpath/
to the actual path to your logs in index.php, probably.
Otherwise, this is just a PHP page, so if you're already running something that serves PHP (apache, nginx, etc) it should Just Work™