all repos — homestead @ 322ae4b054c44425eba28c0d34e9b1ba69bc0cd2

Code for my website

add hard-coded oidc webfinger support

Alan Pearce
commit

322ae4b054c44425eba28c0d34e9b1ba69bc0cd2

parent

6cdaab42e4f3f652147d3d0daac9f2cfaa50bf72

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M internal/config/config.gointernal/config/config.go
@@ -37,6 +37,7 @@ Email string
Description string DomainStartDate string `toml:"domain_start_date"` OriginalDomain string `toml:"original_domain"` + OIDCHost URL `toml:"oidc_host"` Taxonomies []Taxonomy CSP *CSP `toml:"content-security-policy"` Extra struct {