This commit is contained in:
2026-03-29 07:52:34 +00:00
parent e7a9d14dc9
commit ddd2bf1530

View File

@@ -46,7 +46,7 @@ enableGitInfo = true
[[module.mounts]] [[module.mounts]]
source = "/srv/configs" source = "/srv/configs"
target = "assets/configs" target = "assets/configs"
[security] [security]
[security.funcs] [security.funcs]
readFile = [".*"] readFile = [".*"]
@@ -55,6 +55,6 @@ enableGitInfo = true
[[module.mounts]] [[module.mounts]]
source = "assets" source = "assets"
target = "assets" target = "assets"
# [security.exec] [security.exec]
# # Hugo must be allowed to run the asciidoctor binary # Hugo must be allowed to run the asciidoctor binary
# allow = ['^asciidoctor$'] allow = ['^asciidoctor$']