ChirpStack 4.19.1 (LoRaWAN network server) as the 14th package: official-image wrapper, digest-pinned, with only bash added to the upstream alpine runtime. Native OIDC login wired to the Cloudron platform provider (openid_connect backend, config regenerated every start); postgresql + redis addons; diesel migrations auto-run. Operator config (NetID, US915 region, gateway MQTT backend) lives in seeded files under /app/data/config. Build green; config generation validated through chirpstack's own TOML parser. Docs gardened to 14 packages. Ticket: https://projects.knownelement.com/issues/668 💘 Generated with Crush Assisted-by: Crush:glm-5.2
14 lines
470 B
Bash
14 lines
470 B
Bash
# ChirpStack Cloudron package - optional env knobs
|
|
# (set via `cloudron env set`, restart to apply)
|
|
#
|
|
# Authentication backend. Default: openid_connect (Cloudron SSO).
|
|
# Use "internal" ONLY for the one-time admin bootstrap described in
|
|
# README.md, then switch back.
|
|
CHIRPSTACK_AUTH_MODE=openid_connect
|
|
|
|
# Auto-register users on first SSO login (true/false).
|
|
CHIRPSTACK_OIDC_REGISTRATION=true
|
|
|
|
# Log level: trace | debug | info | warn | error.
|
|
CHIRPSTACK_LOG_LEVEL=info
|