diff --git a/go.mod b/go.mod index f690975..2b6c623 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module flow/services -go 1.19 +go 1.20 -require github.com/magefile/mage v1.14.0 +require github.com/magefile/mage v1.15.0 diff --git a/go.sum b/go.sum index f8bfb2f..4ee1b87 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/magefile/mage v1.14.0 h1:6QDX3g6z1YvJ4olPhT1wksUcSa/V0a1B+pJb73fBjyo= -github.com/magefile/mage v1.14.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= +github.com/magefile/mage v1.15.0 h1:BvGheCMAsG3bWUDbZ8AyXXpCNwU9u5CB6sM+HNb9HYg= +github.com/magefile/mage v1.15.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= diff --git a/templates/traefik/dynamic_root_domain_redirect.yaml.gotmpl b/templates/traefik/dynamic_root_domain_redirect.yaml.gotmpl index bec7015..b82b1ea 100644 --- a/templates/traefik/dynamic_root_domain_redirect.yaml.gotmpl +++ b/templates/traefik/dynamic_root_domain_redirect.yaml.gotmpl @@ -14,5 +14,5 @@ http: redirect-root-to-freeflow: redirectRegex: regex: "^(.*)" - replacement: "https://{{ .GoToSocial.Subdomain }}.{{ .RootDomain }}" + replacement: "https://{{ .GoToSocial.Subdomain }}.{{ .RootDomain }}/@{{ .GoToSocial.LandingPageUser }}" permanent: true