git init
Some checks failed
CI / containers (push) Has been cancelled
CI / agent (push) Has been cancelled
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled

This commit is contained in:
2026-09-19 19:31:36 +03:00
commit c4dc19cd41
78 changed files with 13045 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Bind to loopback and terminate public TLS at a reverse proxy.
HTTP_BIND_ADDRESS=127.0.0.1
HTTP_PORT=8080
COOKIE_SECURE=true
POSTGRES_DB=vps_control
POSTGRES_USER=vps_control
SESSION_TTL=12h
METRICS_RETENTION=720h
LOGS_RETENTION=168h
INITIAL_ADMIN_USERNAME=admin
# Optional Grafana profile (loopback by default).
GRAFANA_BIND_ADDRESS=127.0.0.1
GRAFANA_PORT=3000
GRAFANA_ROOT_URL=http://127.0.0.1:3000
GRAFANA_COOKIE_SECURE=false
# Optional: enroll one server only when the database is initially empty.
BOOTSTRAP_SERVER_NAME=
BOOTSTRAP_SERVER_ENDPOINT=
BOOTSTRAP_AGENT_CREDENTIAL_REF=agent_token
# Values are read from ./secrets/{db_password,admin_password,agent_token,
# integration_token,grafana_admin_password,grafana_secret_key};
# do not put passwords or agent tokens in this file.