update source repository if worktree exists
1 file changed, 1 insertion(+), 5 deletions(-)
changed files
M internal/config/config.go → internal/config/config.go
@@ -46,11 +46,7 @@ WildcardDomain string `toml:"wildcard_domain"` OIDCHost URL `toml:"oidc_host"` Taxonomies []Taxonomy CSP *CSP `toml:"content-security-policy"` - VCS struct { - Branch string - RemoteURL URL `toml:"remote_url"` - } - Extra struct { + Extra struct { Headers map[string]string } Menus map[string][]MenuItem