mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
29 lines
1.1 KiB
Plaintext
Executable File
29 lines
1.1 KiB
Plaintext
Executable File
{
|
|
"mysql": {
|
|
"host": "db:3306",
|
|
"user": "semaphore_user",
|
|
"pass": "StrongPassw0rd",
|
|
"name": "semaphore_db"
|
|
},
|
|
"dialect": "mysql",
|
|
"tmp_path": "/tmp/semaphore",
|
|
"cookie_hash": "mWjb9iAV2NMjvwyeS02kZysD/mEAX3pSiKLFQnrT7Z0=",
|
|
"cookie_encryption": "nnNaB+gZtrjr1z5xPfsq58zGtwcvtIHVm4g5LUeOEEY=",
|
|
"access_key_encryption": "bdEQwjNhSqXOtdd5eLG/BMn7hpIVftaobmyCQDyyQNE=",
|
|
|
|
"oidc_providers": {
|
|
"authentik": {
|
|
"display_name": "Sign in with MySSO",
|
|
"color": "orange",
|
|
"icon": "login",
|
|
"provider_url": "https://auth.sectorq.eu/application/o/semaphore/",
|
|
"client_id": "qQ377Vp5RZ7kGsaYOvKVJE7gFGozip7vwwsD5Kgg",
|
|
"client_secret": "Tf5h54NnevOwo9QvlhOTAeo7xpsrQjrXYCqMLZwiAhQ6bthX9qydUNsrEMWVOTQ7uBfQw2piHmmYmm5uYSTLa4SGi8TkT03OvsMeAotwXo3me9gYMgIAMk464lVGA2XM",
|
|
"redirect_url": "https://semaphore.sectorq.eu/api/auth/oidc/authentik/redirect/",
|
|
"scopes": ["openid", "profile", "email"],
|
|
"username_claim": "preferred_username",
|
|
"name_claim": "preferred_username"
|
|
}
|
|
}
|
|
|
|
} |