This commit is contained in:
jaydee
2024-12-19 13:04:21 +01:00
parent 12af380f1d
commit 9b23b5df5b
2 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,10 @@
name: rancher
services:
rancher:
restart: unless-stopped
ports:
- 7080:80
- 7443:443
privileged: true
image: rancher/rancher:latest
command: --acme-domain rancher.sectorq.eu

29
semaphore/config.conf Normal file
View File

@ -0,0 +1,29 @@
{
"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"
}
}
}