feat(MOMO): add yarr

This commit is contained in:
Jacob Bachmann 2025-10-11 17:09:08 +02:00
parent ec79c1b3e3
commit 18823ce0bf
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
4 changed files with 31 additions and 0 deletions

View file

@ -16,6 +16,13 @@
proxyPass = "http://127.0.0.1:8005";
};
};
virtualHosts."yarr.dryb.org" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8007";
};
};
};
networking.firewall = {