feat: allow customizability of resources dir

This commit is contained in:
Stavros
2025-08-25 22:20:00 +03:00
parent 6418cbe2ba
commit 304c920b7b
4 changed files with 16 additions and 5 deletions

View File

@@ -113,6 +113,7 @@ func init() {
{"ldap-base-dn", "", "LDAP base DN (e.g. dc=example,dc=com)."},
{"ldap-insecure", false, "Skip certificate verification for the LDAP server."},
{"ldap-search-filter", "(uid=%s)", "LDAP search filter for user lookup."},
{"resources-dir", "/data/resources", "Path to a directory containing custom resources (e.g. background image)."},
}
for _, opt := range configOptions {