Default to forgejo-auto on forgejo

This commit is contained in:
WeebDataHoarder
2025-04-13 19:06:37 +02:00
parent b1620e4d92
commit a5be4faa8a
4 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ func main() {
policyFile := flag.String("policy", "", "path to policy YAML file")
challengeTemplate := flag.String("challenge-template", "anubis", "name or path of the challenge template to use (anubis, forgejo)")
challengeTemplateTheme := flag.String("challenge-template-theme", "", "name of the challenge template theme to use (forgejo => [forgejo-dark, forgejo-light, gitea...])")
challengeTemplateTheme := flag.String("challenge-template-theme", "", "name of the challenge template theme to use (forgejo => [forgejo-auto, forgejo-dark, forgejo-light, gitea...])")
packageName := flag.String("package-path", internalPackageName, "package name to expose in .well-known url path")