chore(caddy): set correct IPs for services
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ef1cdbf86f
commit
054449685b
1 changed files with 11 additions and 11 deletions
|
@ -81,7 +81,7 @@ in {
|
||||||
|
|
||||||
calibre = {
|
calibre = {
|
||||||
subDomainName = "books";
|
subDomainName = "books";
|
||||||
reverseProxy = "${dockerIP}:8083";
|
reverseProxy = "${servivi}:8083";
|
||||||
};
|
};
|
||||||
|
|
||||||
immich = {
|
immich = {
|
||||||
|
@ -98,7 +98,7 @@ in {
|
||||||
|
|
||||||
jellyseer = {
|
jellyseer = {
|
||||||
subDomainName = "seerr";
|
subDomainName = "seerr";
|
||||||
reverseProxy = "${dockerIP}:5055";
|
reverseProxy = "${servivi}:5055";
|
||||||
};
|
};
|
||||||
|
|
||||||
gameyfin = {
|
gameyfin = {
|
||||||
|
@ -115,20 +115,20 @@ in {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
subDirectories = {
|
subDirectories = {
|
||||||
bazarr.reverseProxy = "${dockerIP}:6767";
|
bazarr.reverseProxy = "${servivi}:6767";
|
||||||
bazarr-french = {
|
bazarr-french = {
|
||||||
subDirName = "bafrr";
|
subDirName = "bafrr";
|
||||||
reverseProxy = "${dockerIP}:6766";
|
reverseProxy = "${servivi}:6766";
|
||||||
};
|
};
|
||||||
|
|
||||||
prowlarr.reverseProxy = "${dockerIP}:9696";
|
prowlarr.reverseProxy = "${servivi}:9696";
|
||||||
radarr.reverseProxy = "${dockerIP}:7878";
|
radarr.reverseProxy = "${servivi}:7878";
|
||||||
sabnzbd.reverseProxy = "${dockerIP}:8382";
|
sabnzbd.reverseProxy = "${servivi}:8382";
|
||||||
sonarr.reverseProxy = "${dockerIP}:8989";
|
sonarr.reverseProxy = "${servivi}:8989";
|
||||||
|
|
||||||
calibre = {
|
calibre = {
|
||||||
experimental = true;
|
experimental = true;
|
||||||
reverseProxy = "${dockerIP}:8580";
|
reverseProxy = "${servivi}:8580";
|
||||||
};
|
};
|
||||||
|
|
||||||
qbittorent = {
|
qbittorent = {
|
||||||
|
@ -149,12 +149,12 @@ in {
|
||||||
joal.extraConfig = ''
|
joal.extraConfig = ''
|
||||||
route {
|
route {
|
||||||
rewrite * /joal/ui{uri}
|
rewrite * /joal/ui{uri}
|
||||||
reverse_proxy * ${dockerIP}:5656
|
reverse_proxy * ${servivi}:5656
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
joalws.extraConfig = ''
|
joalws.extraConfig = ''
|
||||||
route {
|
route {
|
||||||
reverse_proxy ${dockerIP}:5656
|
reverse_proxy ${servivi}:5656
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue