Web interface for confstat-bot
Python >=3.5 required!
pip3 install -r requirements.txtEdit config.json:
"db": {"driver": "mysql","host": "localhost","database": "","user": "","password": ""},"password": "admin_panel_password","salt": "your_secret_salt"And run with gunicorn:
gunicorn -w 4 -b serverip:port app:app