From b6ccb0c859f2b4b8d2bddb6aba2778fdf097823c Mon Sep 17 00:00:00 2001 From: finn Date: Thu, 19 Mar 2026 21:18:01 +0000 Subject: [PATCH] stop gitea regs --- backend/app/static/test.txt | 1 + compose.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 backend/app/static/test.txt diff --git a/backend/app/static/test.txt b/backend/app/static/test.txt new file mode 100644 index 0000000..14fc1c2 --- /dev/null +++ b/backend/app/static/test.txt @@ -0,0 +1 @@ +eee diff --git a/compose.yaml b/compose.yaml index c1094c1..8726f96 100644 --- a/compose.yaml +++ b/compose.yaml @@ -81,7 +81,7 @@ services: - GITEA__server__LANDING_PAGE=explore - GITEA__ui__REACTIONS="+1, -1, fu, heart, laugh, confused, hooray, eyes, gun, boom, poop, kiss, rocket, bomb, chart_with_downwards_trend, eggplant" # To disable new users after setup: - - GITEA__service__DISABLE_REGISTRATION=false + - GITEA__service__DISABLE_REGISTRATION=true networks: - backnet - frontnet