Disable registration

This commit is contained in:
Gal 2025-06-20 20:44:13 +02:00
parent 7a4b9f7f03
commit 58a1e7acd7
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 3 additions and 1 deletions

View File

@ -8,3 +8,5 @@ SSH_PORT = 222
SSH_LISTEN_PORT = 22 SSH_LISTEN_PORT = 22
OFFLINE_MODE = false OFFLINE_MODE = false
START_SSH_SERVER = false START_SSH_SERVER = false
DISABLE_REGISTRATION = true
SHOW_REGISTRATION_BUTTON = false