mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix an oversight in domain and root_url (forgejo)
This commit is contained in:
parent
fa8875abd8
commit
18a104027d
2 changed files with 4 additions and 4 deletions
4
Nix.org
4
Nix.org
|
|
@ -2848,8 +2848,8 @@ Make sure to also do this for doublepuppet.yaml
|
||||||
PROTOCOL = "http";
|
PROTOCOL = "http";
|
||||||
HTTP_PORT = 3000;
|
HTTP_PORT = 3000;
|
||||||
HTTP_ADDR = "0.0.0.0";
|
HTTP_ADDR = "0.0.0.0";
|
||||||
DOMAIN = "git.swarsel.win";
|
DOMAIN = "swagit.swarsel.win";
|
||||||
ROOT_URL = "https://git.swarsel.win";
|
ROOT_URL = "https://swagit.swarsel.win";
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
|
|
|
||||||
|
|
@ -147,8 +147,8 @@
|
||||||
PROTOCOL = "http";
|
PROTOCOL = "http";
|
||||||
HTTP_PORT = 3000;
|
HTTP_PORT = 3000;
|
||||||
HTTP_ADDR = "0.0.0.0";
|
HTTP_ADDR = "0.0.0.0";
|
||||||
DOMAIN = "git.swarsel.win";
|
DOMAIN = "swagit.swarsel.win";
|
||||||
ROOT_URL = "https://git.swarsel.win";
|
ROOT_URL = "https://swagit.swarsel.win";
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = true;
|
DISABLE_REGISTRATION = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue