diff options
Diffstat (limited to 'roles/gitea/templates/app.ini.j2')
-rw-r--r-- | roles/gitea/templates/app.ini.j2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/gitea/templates/app.ini.j2 b/roles/gitea/templates/app.ini.j2 index e3dd930..3be53b0 100644 --- a/roles/gitea/templates/app.ini.j2 +++ b/roles/gitea/templates/app.ini.j2 @@ -44,7 +44,7 @@ INTERNAL_TOKEN = {{ int_tok.content }} [service] DISABLE_REGISTRATION = true -REQUIRE_SIGNIN_VIEW = true +REQUIRE_SIGNIN_VIEW = {{ gitea.require_signing_view }} ENABLE_NOTIFY_MAIL = {{ gitea.mail.enable }} @@ -79,3 +79,7 @@ PATH = [oauth2] ENABLE = false + +[actions] +ENABLED = {{ gitea.actions }} + |