disable registration on gitea
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
81df9aed70
commit
f34b409f30
@ -19,10 +19,15 @@ in
|
||||
name = "giteadb";
|
||||
port = 5433;
|
||||
};
|
||||
settings.server = {
|
||||
DOMAIN = "git.alicehuston.xyz";
|
||||
ROOT_URL = "https://git.alicehuston.xyz/";
|
||||
HTTP_PORT = 6443;
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.alicehuston.xyz";
|
||||
ROOT_URL = "https://git.alicehuston.xyz/";
|
||||
HTTP_PORT = 6443;
|
||||
};
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
};
|
||||
};
|
||||
stateDir = base_path;
|
||||
lfs.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user