Semaphore UI packaged from the upstream community (MIT) release binaries, following the gitea packaging pattern: native systemd service and Podman quadlet variants (mutually exclusive), with an optional PostgreSQL backend via quadlet drop-ins. SQLite is the default database; session/encryption secrets are generated into /etc/semaphore/env on first install.
7 lines
267 B
Bash
7 lines
267 B
Bash
# Environment for Semaphore UI (read by semaphore.service and the
|
|
# semaphore quadlet container). Secrets are generated on first install.
|
|
SEMAPHORE_CONFIG=/etc/semaphore/config.json
|
|
SEMAPHORE_COOKIE_HASH=
|
|
SEMAPHORE_COOKIE_ENCRYPTION=
|
|
SEMAPHORE_ACCESS_KEY_ENCRYPTION=
|