Fixed indentation. Fixed Immich not working correctly behind Traefik (too restrictive headers).
This commit is contained in:
@@ -30,6 +30,7 @@ helper.mkPodmanService {
|
||||
SMTP_PASSWORD = "cat ${config.numbus.mail.smtpPasswordPath}";
|
||||
};
|
||||
dirPermissions = [
|
||||
"100032:100 ${cfg.configDir}"
|
||||
"100032:100 ${cfg.configDir}/web"
|
||||
"100999:100 ${cfg.configDir}/redis"
|
||||
"100999:100 ${cfg.configDir}/database"
|
||||
@@ -39,6 +40,7 @@ helper.mkPodmanService {
|
||||
"100999:100 ${cfg.configDir}/onlyoffice/database"
|
||||
"100032:100 ${cfg.dataDir}"
|
||||
];
|
||||
middlewares = [ "secureHeaders" ];
|
||||
|
||||
# Compose file good
|
||||
composeText = ''
|
||||
|
||||
Reference in New Issue
Block a user