traefik: add jellyseerr
This commit is contained in:
parent
b8c1e272b2
commit
270bfded6f
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,11 @@
|
||||||
entrypoints = ["web"];
|
entrypoints = ["web"];
|
||||||
service = "jellyfin";
|
service = "jellyfin";
|
||||||
};
|
};
|
||||||
|
jellyseerr = {
|
||||||
|
rule = "Host(`jellyseerr.home.arpa`)";
|
||||||
|
entrypoints = ["web"];
|
||||||
|
service = "jellyseerr";
|
||||||
|
};
|
||||||
dashdot = {
|
dashdot = {
|
||||||
rule = "Host(`dashdot.sakura.home.arpa`)";
|
rule = "Host(`dashdot.sakura.home.arpa`)";
|
||||||
entrypoints = ["web"];
|
entrypoints = ["web"];
|
||||||
|
@ -90,6 +95,7 @@
|
||||||
dashdot.loadBalancer.servers = [{url = "http://localhost:4000";}];
|
dashdot.loadBalancer.servers = [{url = "http://localhost:4000";}];
|
||||||
hugo.loadBalancer.servers = [{url = "http://localhost:1313";}];
|
hugo.loadBalancer.servers = [{url = "http://localhost:1313";}];
|
||||||
jellyfin.loadBalancer.servers = [{url = "http://localhost:8096";}];
|
jellyfin.loadBalancer.servers = [{url = "http://localhost:8096";}];
|
||||||
|
jellyseerr.loadBalancer.servers = [{url = "http://localhost:5055";}];
|
||||||
foundryvtt.loadBalancer.servers = [{url = "http://localhost:30000";}];
|
foundryvtt.loadBalancer.servers = [{url = "http://localhost:30000";}];
|
||||||
gitea.loadBalancer.servers = [{url = "http://localhost:3200";}];
|
gitea.loadBalancer.servers = [{url = "http://localhost:3200";}];
|
||||||
rustypaste.loadBalancer.servers = [{url = "http://localhost:8000";}];
|
rustypaste.loadBalancer.servers = [{url = "http://localhost:8000";}];
|
||||||
|
|
Loading…
Reference in a new issue