monitoring/ = cloudron-apps.txt (55-app inventory, #435) + kuma-cloudron-sync.py (coverage checker, path re-rooted). Removed from PFVCluster in the paired commit there. Meat: https://projects.knownelement.com/issues/727#note-3913
14 lines
566 B
Bash
14 lines
566 B
Bash
# KNEL/cloudron — credential REFS only.
|
|
# Material secrets live in ~/.creds (0600). NEVER commit real values here.
|
|
#
|
|
# Pending founder ask (#685/#727): Cloudron API token.
|
|
# When issued, store the material value in ~/.creds/cloudron.env as:
|
|
# CLOUDRON_API_TOKEN=<token>
|
|
CLOUDRON_API_TOKEN=
|
|
# Uptime Kuma (monitoring/kuma-cloudron-sync.py) — material value in ~/.creds/uptime-kuma.env
|
|
# UPTIME_KUMA_URL=
|
|
# UPTIME_KUMA_TOKEN=
|
|
# Uptime Kuma (monitoring/kuma-cloudron-sync.py) — material value in ~/.creds/uptime-kuma.env
|
|
# UPTIME_KUMA_URL=
|
|
# UPTIME_KUMA_TOKEN=
|