An Open Source KoTH Platform based on NetKotH
docker run -v $PWD/tmp:/tmp -p <YOURWEBPORT>:80 3ndg4me/propane
From the root of the repo run:
docker build -t propane .
docker run -v $PWD/tmp:/tmp -p <YOURWEBPORT>:80 propane
To modify the default config, create a new propane_config.ini
with your desired changes and place it in $PWD/tmp
, propane will automatically copy it over on next update.
- Propane Accessories! (Plugins)
- White/Black Lists
- Timed Events
- Templates
- Improved Server Status Checks/Scoreboard Server Status
- Target IP Scoreboard Toggle
- Scoreboard backups
- New docker container!
- Improve logging functionality to help be more "service" friendly
- ?Potential frontend and templating rewrite maybe?
Special thanks to clamSECURITY and myntal for their contributions!