DesertBot / DesertBot-Log

Scripts for hosting and serving DesertBot's logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DesertBot-Log

Scripts for hosting and serving DesertBot's logs

Setup

Docker

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.

Alternative Setup

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™

About

Scripts for hosting and serving DesertBot's logs

License:MIT License


Languages

Language:PHP 61.8%Language:CSS 38.0%Language:Dockerfile 0.2%