traefik: add paperless

This commit is contained in:
notohh 2024-01-30 19:28:30 -05:00
parent b66032bd1f
commit 4b93ff0145
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -45,6 +45,11 @@ _: {
entrypoints = ["web"];
service = "hass";
};
paperless = {
rule = "Host(`paperless.internal.flake.sh`)";
entrypoints = ["web"];
service = "paperless";
};
};
services = {
stash.loadBalancer.servers = [{url = "http://localhost:9999";}];
@ -54,6 +59,7 @@ _: {
wallos.loadBalancer.servers = [{url = "http://localhost:8282";}];
searxng.loadBalancer.servers = [{url = "http://localhost:8100";}];
hass.loadBalancer.servers = [{url = "http://localhost:8123";}];
paperless.loadBalancer.servers = [{url = "http://100.108.113.89:28981";}];
};
};
};