forgejo push to create and correct url

This commit is contained in:
Tristan 2024-02-17 01:49:47 +00:00
parent 086b3a67d9
commit da37f1f222

View file

@ -6,10 +6,14 @@
settings = { settings = {
server = { server = {
DOMAIN = "git.tristans.cloud"; DOMAIN = "git.tristans.cloud";
ROOT_URL = "https://git.tristans.cloud";
}; };
service = { service = {
DISABLE_REGISTRATION = true; DISABLE_REGISTRATION = true;
}; };
repository = {
ENABLE_PUSH_CREATE_USER = true;
};
}; };
}; };
} }