gitea/forgejo: allow guest view
This commit is contained in:
parent
5502c0f87a
commit
d3282a7250
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ monitoring-ng:
|
|||
secrets:
|
||||
basic_auth: "{{basic_auth_password}}"
|
||||
gitea:
|
||||
env:
|
||||
GITEA_REQUIRE_SIGNIN_VIEW: "false"
|
||||
uncomment:
|
||||
- compose.forgejo.yml
|
||||
- compose.postgres.yml
|
||||
|
|
Loading…
Reference in a new issue