paperlessAi

This commit is contained in:
mjallen18
2026-04-20 15:35:46 -05:00
parent a1bcccca09
commit 6deda3b619
2 changed files with 9 additions and 0 deletions

View File

@@ -123,6 +123,11 @@ in
answer = "10.0.1.4";
enabled = true;
}
{
domain = "paperless-ai.mjallen.dev";
answer = "10.0.1.4";
enabled = true;
}
{
domain = "tunarr.mjallen.dev";
answer = "10.0.1.4";

View File

@@ -135,6 +135,10 @@ in
subdomain = "govee2mqtt";
upstream = "http://${net.hosts.nuc.lan}:${toString net.ports.nuc.govee2mqtt}";
};
paperlessAi = {
subdomain = "paperless-ai";
upstream = "http://${net.hosts.nas.lan}:${toString net.ports.nas.paperlessAi}";
};
# hass is currently proxied by the NAS Caddy (modules/nixos/services/caddy).
# To migrate it here, remove the @hass block from that module and add:
# hass = {