disable well-known support by default
This commit is contained in:
parent
8905b5e3d1
commit
46b2bb796f
1 changed files with 1 additions and 1 deletions
|
|
@ -89,5 +89,5 @@ func init() {
|
||||||
f.StringP("server", "s", "", "Forgejo server address")
|
f.StringP("server", "s", "", "Forgejo server address")
|
||||||
f.StringP("token", "k", "", "Forgejo api token")
|
f.StringP("token", "k", "", "Forgejo api token")
|
||||||
f.StringP("branch", "b", "static-pages", "branch to use")
|
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")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue