feat: add first page with auth and containers list and agents
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal 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>
|
||||
Reference in New Issue
Block a user