idk
This commit is contained in:
parent
0f7ef67de6
commit
2ac7ca9ece
2 changed files with 10 additions and 0 deletions
|
|
@ -7,7 +7,14 @@
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.git = {
|
||||||
|
group = "forgejo";
|
||||||
|
isSystemUser = true;
|
||||||
|
useDefaultShell = true;
|
||||||
|
};
|
||||||
|
|
||||||
users.groups = {
|
users.groups = {
|
||||||
public = {};
|
public = {};
|
||||||
|
forgejo = {};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,9 @@
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
server = {
|
server = {
|
||||||
HTTP_PORT = 21350;
|
HTTP_PORT = 21350;
|
||||||
|
SSH_PORT = 15523;
|
||||||
|
START_SSH_SERVER = false;
|
||||||
|
SSH_CREATE_AUTHORIZED_KEYS_FILE = true;
|
||||||
ROOT_URL = "https://git.asakiyuki.com/";
|
ROOT_URL = "https://git.asakiyuki.com/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Reference in a new issue