Skip to content

CubexX/confstat-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confstat web

Web interface for confstat-bot

Installation

Python >=3.5 required!

pip3 install -r requirements.txt

Usage

Edit 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

License

MIT License