dashboard
repositories
activity
search
login
APPS
/
ops-dashboard
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
feat: promote/sync/rebuild UI, operations page, bidirectional sync, lifecyc...
Matthias Nott
2026-02-22
7d94ec0d18b46893e23680cf8438109a34cc2a10
[APPS/ops-dashboard.git]
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
# Authentication token for the dashboard
AUTH_TOKEN=changeme
# Ops CLI path (on the server)
OPS_CLI=/opt/infrastructure/ops
# Offsite backup configuration
OFFSITE_PYTHON=/opt/data/π/bin/python3
OFFSITE_SCRIPT=/opt/data/scripts/offsite.py
# Server port
PORT=8080