Fixup: traefik requires the certificate secrets to be protected. Made the same change on the actual storage host.

This commit is contained in:
2025-10-14 22:07:48 +11:00
parent f7c2752192
commit cdf2a6b72e

View File

@@ -227,7 +227,7 @@ EOF
attachment_mode = "file-system" attachment_mode = "file-system"
mount_options { mount_options {
mount_flags = ["uid=1000", "gid=1000"] mount_flags = ["file_mode=0600", "uid=1000", "gid=1000"]
} }
} }