paperlessAi
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user