feat: replace gitea with forgejo and move to MOMO

This commit is contained in:
Jacob Bachmann 2025-12-05 15:35:09 +01:00
parent 87903828aa
commit 157dc93980
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
10 changed files with 50 additions and 63 deletions

View file

@ -28,13 +28,6 @@
useACMEHost = "dryb.org";
forceSSL = true;
};
virtualHosts."${config.services.gitea.settings.server.DOMAIN}" = {
useACMEHost = "dryb.org";
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8003";
};
};
virtualHosts."anki.dryb.org" = {
useACMEHost = "dryb.org";
forceSSL = true;