Serve forgejo under sstork.dev instead of tailnet

This commit is contained in:
SebastianStork 2025-05-28 21:22:27 +02:00
parent d5f7e88b59
commit 1d58b58772
4 changed files with 24 additions and 23 deletions

View file

@ -30,10 +30,6 @@ in
subdomain = "budget";
port = portOf "actualbudget";
};
forgejo = {
subdomain = "git";
port = portOf "forgejo";
};
};
};
@ -47,10 +43,6 @@ in
domain = "budget.${tsDomain}";
backups.enable = true;
};
forgejo = {
enable = true;
domain = "git.${tsDomain}";
};
syncthing = {
enable = true;