allow to override embedded frontend (#533)

This commit is contained in:
Christoph Haas
2025-12-09 23:42:32 +01:00
parent fb607a26b7
commit ee454c5d60
5 changed files with 116 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ core:
web:
external_url: http://localhost:8888
request_logging: true
# Optional path where custom frontend files are stored.
# If this folder contains at least one file, it will override the embedded frontend.
# If the folder is empty or does not exist on startup, the embedded frontend will be
# written into it. Leave empty to use the embedded frontend only.
frontend_filepath: ""
mail:
# Path where custom email templates (.gotpl and .gohtml) are stored.