Skip to content

shurik2533/growbox_panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published