new file: app.py new file: config.example.json new file: config.json new file: docker_diagnose.py new file: requirements.txt new file: start.bat new file: templates/available_projects.html new file: templates/base.html new file: templates/config.html new file: templates/docker_status.html new file: templates/index.html new file: templates/project_details.html new file: templates/project_details_fixed.html new file: templates/project_details_new.html new file: templates/project_details_old.html .gitignore
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
Flask==2.3.3
|
|
requests==2.31.0
|
|
docker==6.1.3
|
|
PyYAML==6.0.1
|
|
python-dotenv==1.0.0
|