shurik2533 / growbox_panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Growbox panel

Prepare

Add config/db.py file with the following content

USER = 'username'
PASSWORD = 'password'
DATABASE = 'growbox'
HOST = 'mysqlhost'
PORT = 'masqlport'

Running

sudo docker build --tag panel ./
sudo docker run panel

Example

Panel example

About

License:Apache License 2.0


Languages

Language:Python 88.5%Language:HTML 8.6%Language:Dockerfile 2.9%