Disable public registriation to my gitea server

My gitea-server is basically my safe harbor for private git-projects. It
is not meant to be public.

Even more important that would shift responsibilities a lot, especially
legal liabilities may become important suddenly, when the server is
open.

Furthermore I can't guarantee a process availability when I cannot make
any assumptions about the usage. And, I cannot make such assumptions for
an open and public project which I maintain in my spare-time.
This commit is contained in:
2025-12-12 20:26:49 +01:00
parent bdf20799ce
commit a3e67f9fce

View File

@@ -71,6 +71,8 @@
email: "{{ gitea_admin_email }}" email: "{{ gitea_admin_email }}"
config: config:
APP_NAME: "Gitea: Mein kleiner git-server" APP_NAME: "Gitea: Mein kleiner git-server"
service:
DISABLE_REGISTRATION: "true"
markup.plantuml: markup.plantuml:
ENABLED: "true" ENABLED: "true"
NEED_POSTPROCESS: "false" NEED_POSTPROCESS: "false"