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:
|
secrets:
|
||||||
basic_auth: "{{basic_auth_password}}"
|
basic_auth: "{{basic_auth_password}}"
|
||||||
gitea:
|
gitea:
|
||||||
|
env:
|
||||||
|
GITEA_REQUIRE_SIGNIN_VIEW: "false"
|
||||||
uncomment:
|
uncomment:
|
||||||
- compose.forgejo.yml
|
- compose.forgejo.yml
|
||||||
- compose.postgres.yml
|
- compose.postgres.yml
|
||||||
|
|
Loading…
Reference in a new issue