disable well-known support by default

This commit is contained in:
Ronmi Ren 2025-01-13 16:15:39 +08:00
commit 46b2bb796f

View file

@ -89,5 +89,5 @@ func init() {
f.StringP("server", "s", "", "Forgejo server address")
f.StringP("token", "k", "", "Forgejo api token")
f.StringP("branch", "b", "static-pages", "branch to use")
f.StringP("well-known", "w", "/.well-known", "well-known path, used by LetsEncrypt")
f.StringP("well-known", "w", "", "well-known path, used by LetsEncrypt")
}