From c503167c3b86a9a38de7afc344615ddcfe9a3deb Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 30 Dec 2020 21:52:32 -0600 Subject: [PATCH] Don't require signin for Gitea --- playbooks/web.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/web.yml b/playbooks/web.yml index 7e9e8cd..0d1435f 100755 --- a/playbooks/web.yml +++ b/playbooks/web.yml @@ -183,6 +183,7 @@ gitea_http_domain: git.desu.ltd gitea_oauth2_enabled: no gitea_repository_root: /srv/desu.ltd/git + gitea_require_signin: no gitea_root_url: https://git.desu.ltd gitea_shell: "/bin/bash" gitea_ssh_domain: git.desu.ltd