blob: 8a3f698a86e06d7217a779714d85a32609476446 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
ffmpeg:
accel: qsv
accelDecode: true
library:
watch:
enabled: true
machineLearning:
enabled: false
# url:
metadata:
faces:
import: true
storageTemplate:
enabled: false
hashVerificationEnabled: true
template: '{{y}}/{{MM}}-{{MMM}}/{{filetype}}_{{y}}{{MM}}{{dd}}_{{HH}}{{mm}}{{ss}}.{{ext}}'
# oauth
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
|