Files
homelab/ansible/roles/semaphore/templates/env.j2
Hermes Agent service account d233d582d4 fix(semaphore): use SEMAPHORE_DB_DIALECT instead of legacy DB_TYPE
- Updated container quadlet template to use modern SEMAPHORE_DB_DIALECT variable
- Updated env.j2 template for consistency with current SemaphoreUI expectations
- Resolves BoltDB not being honoured on v2.18.x
2026-05-27 20:48:41 -05:00

5 lines
226 B
Django/Jinja

SEMAPHORE_DB_DIALECT={{ semaphore_db_type }}
SEMAPHORE_DB_PATH={{ semaphore_db_path }}
SEMAPHORE_ADMIN_PASSWORD=*** vault_semaphore_admin_password }}
SEMAPHORE_ACCESS_KEY_ENCRYPTION={{ vault_semaphore_access_key_encryption }}