blob: fd2454abd13948377612b5d32cc78fa0d5e28238 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
storageTemplate:
enabled: false
hashVerificationEnabled: true
template: '{{y}}/{{MM}}-{{MMM}}/{{filetype}}_{{y}}{{MM}}{{dd}}_{{HH}}{{mm}}{{ss}}.{{ext}}'
machineLearning:
enabled: false
# url:
passwordLogin:
enabled: false
oauth:
enabled: true
autoLaunch: true
autoRegister: true
clientId: immich
clientSecret: '${repo.vault.password_for("authelia_client_secret_immich")}'
issuerUrl: https://login.gzr.im/.well-known/openid-configuration
# scope: 'openid email profile'
# profileSigningAlgorithm: none
# defaultStorageQuota: 0
# signingAlgorithm: RS256
# storageLabelClaim: preferred_username
# storageQuotaClaim: immich_quota
buttonText: 'Login with SSO'
# mobileOverrideEnabled: false
# mobileRedirectUri: https://photos.gzr.im/api/oauth/mobile-redirect
|