updated ROOT_URL for forgejo
This commit is contained in:
parent
591566cc2a
commit
651a988558
|
@ -49,6 +49,7 @@ in {
|
||||||
SSH_PORT = 22;
|
SSH_PORT = 22;
|
||||||
# TODO: we need to create this user, and then store their authorized keys somewhere and have both ssh server allow login in as that user based on those authorized keys
|
# TODO: we need to create this user, and then store their authorized keys somewhere and have both ssh server allow login in as that user based on those authorized keys
|
||||||
BUILTIN_SSH_SERVER_USER = "git";
|
BUILTIN_SSH_SERVER_USER = "git";
|
||||||
|
ROOT_URL = "https://git.jan-leila.com:";
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
|
|
Loading…
Reference in a new issue