Initial Commit

This commit is contained in:
Aodhan Collins
2025-07-27 01:17:19 +01:00
commit 6319df7d29
9 changed files with 1855 additions and 0 deletions

19
.env.example Normal file
View File

@@ -0,0 +1,19 @@
# Docker Dashboard Configuration
# Copy this file to .env and customize the values
# Server Configuration
PORT=5000
HOST=0.0.0.0
DEBUG=True
# Portainer Integration (Optional)
PORTAINER_URL=https://port.liveaodh.com
PORTAINER_USERNAME=aodhan
PORTAINER_PASSWORD=8yFdXkx274aSRX
# Docker Configuration
DOCKER_HOST=unix:///var/run/docker.sock
# Application Settings
REFRESH_INTERVAL=30
MAX_CONTAINERS=50