split options of website/server
1 file changed, 5 insertions(+), 1 deletion(-)
changed files
M internal/config/config.go → internal/config/config.go
@@ -46,7 +46,11 @@ WildcardDomain string `toml:"wildcard_domain"` OIDCHost URL `toml:"oidc_host"` Taxonomies []Taxonomy CSP *CSP `toml:"content-security-policy"` - Extra struct { + VCS struct { + Branch string + RemoteURL URL `toml:"remote_url"` + } + Extra struct { Headers map[string]string } Menus map[string][]MenuItem