fix: middleware traefik redirect url (#1040)

This commit is contained in:
phoval
2025-08-28 13:24:29 +02:00
committed by GitHub
parent c661bc37d1
commit 9ddc1eb840
28 changed files with 84 additions and 37 deletions

View File

@@ -60,6 +60,7 @@ templ base(title string, body templ.Component, impressum *config.Impressum, chal
@templ.JSONScript("anubis_version", anubis.Version)
@templ.JSONScript("anubis_challenge", challenge)
@templ.JSONScript("anubis_base_prefix", anubis.BasePrefix)
@templ.JSONScript("anubis_public_url", anubis.PublicUrl)
</head>
<body id="top">
<main>