From 050bb0dbe00aa48eb30492757c7079d5fb32ae35 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Wed, 22 May 2024 18:03:54 -0500 Subject: [PATCH] disable registration by default --- hosts/ps08rp/gitea/.env | 3 ++- hosts/ps09rp/gitea/.env | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/ps08rp/gitea/.env b/hosts/ps08rp/gitea/.env index 5d39aa51e..96e3d5d50 100644 --- a/hosts/ps08rp/gitea/.env +++ b/hosts/ps08rp/gitea/.env @@ -5,4 +5,5 @@ GITEA__database__HOST=gitea-postgres:5432 GITEA__database__NAME=gitea GITEA__database__USER=gitea GITEA__database__PASSWD="" -GITEA__webhook__ALLOWED_HOST_LIST="*.alexlebens.net, 192.168.*.*, 172.27.*.*" \ No newline at end of file +GITEA__webhook__ALLOWED_HOST_LIST="*.alexlebens.net, 192.168.*.*, 172.27.*.*" +DISABLE_REGISTRATION=true \ No newline at end of file diff --git a/hosts/ps09rp/gitea/.env b/hosts/ps09rp/gitea/.env index 5d39aa51e..96e3d5d50 100644 --- a/hosts/ps09rp/gitea/.env +++ b/hosts/ps09rp/gitea/.env @@ -5,4 +5,5 @@ GITEA__database__HOST=gitea-postgres:5432 GITEA__database__NAME=gitea GITEA__database__USER=gitea GITEA__database__PASSWD="" -GITEA__webhook__ALLOWED_HOST_LIST="*.alexlebens.net, 192.168.*.*, 172.27.*.*" \ No newline at end of file +GITEA__webhook__ALLOWED_HOST_LIST="*.alexlebens.net, 192.168.*.*, 172.27.*.*" +DISABLE_REGISTRATION=true \ No newline at end of file