feat: add first page with auth and containers list and agents

This commit is contained in:
2026-05-18 08:24:02 +02:00
parent 446087ae01
commit 3b4a841bf5
56 changed files with 16267 additions and 0 deletions

9
.env.example Normal file
View File

@ -0,0 +1,9 @@
# Server
JWT_SECRET=change-me-to-a-random-secret
# Token for the local agent (generate with: uuidgen)
LOCAL_AGENT_TOKEN=change-me-to-a-random-token
# Remote agents only (docker-compose.agent.yml)
CONTAINARR_SERVER_URL=http://<your-server-ip>:9090
CONTAINARR_AGENT_TOKEN=<token-generated-by-server>