disable registration, lemme make the users myself
This commit is contained in:
parent
2063b99332
commit
d0029fa9a2
1 changed files with 6 additions and 5 deletions
|
|
@ -348,16 +348,17 @@
|
|||
forgejo = {
|
||||
enable = true;
|
||||
settings = {
|
||||
server = {
|
||||
DOMAIN = "git.geenit.nl";
|
||||
HTTP_PORT = 2929;
|
||||
ROOT_URL = "https://git.geenit.nl";
|
||||
};
|
||||
DEFAULT = {
|
||||
APP_NAME = "Solgit";
|
||||
APP_SLOGAN = "Git of da runners";
|
||||
RUN_MODE = "dev";
|
||||
};
|
||||
server = {
|
||||
DOMAIN = "git.geenit.nl";
|
||||
HTTP_PORT = 2929;
|
||||
ROOT_URL = "https://git.geenit.nl";
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
};
|
||||
|
||||
database = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue