This commit is contained in:
Asaki Yuki 2026-04-20 04:50:02 +07:00
parent 0f7ef67de6
commit 2ac7ca9ece
2 changed files with 10 additions and 0 deletions

View file

@ -7,7 +7,14 @@
isSystemUser = true;
};
users.users.git = {
group = "forgejo";
isSystemUser = true;
useDefaultShell = true;
};
users.groups = {
public = {};
forgejo = {};
};
}

View file

@ -6,6 +6,9 @@
service.DISABLE_REGISTRATION = true;
server = {
HTTP_PORT = 21350;
SSH_PORT = 15523;
START_SSH_SERVER = false;
SSH_CREATE_AUTHORIZED_KEYS_FILE = true;
ROOT_URL = "https://git.asakiyuki.com/";
};
};