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

@@ -55,6 +55,7 @@ type Config struct {
LdapBaseDN string `mapstructure:"ldap-base-dn"`
LdapInsecure bool `mapstructure:"ldap-insecure"`
LdapSearchFilter string `mapstructure:"ldap-search-filter"`
ResourcesDir string `mapstructure:"resources-dir"`
}
type OAuthLabels struct {