parent
99ece0bd2f
commit
5e265ae184
2 changed files with 6 additions and 5 deletions
devices
|
@ -123,11 +123,7 @@ in {
|
||||||
radarr.reverseProxy = "${nosIP}:7878";
|
radarr.reverseProxy = "${nosIP}:7878";
|
||||||
sabnzbd.reverseProxy = "${nosIP}:8382";
|
sabnzbd.reverseProxy = "${nosIP}:8382";
|
||||||
sonarr.reverseProxy = "${nosIP}:8989";
|
sonarr.reverseProxy = "${nosIP}:8989";
|
||||||
|
calibre.reverseProxy = "${nosIP}:8580";
|
||||||
calibre = {
|
|
||||||
experimental = true;
|
|
||||||
reverseProxy = "${nosIP}:8580";
|
|
||||||
};
|
|
||||||
|
|
||||||
qbittorent = {
|
qbittorent = {
|
||||||
subDirName = "qbt";
|
subDirName = "qbt";
|
||||||
|
|
|
@ -12,6 +12,11 @@ in {
|
||||||
PUID = "1000";
|
PUID = "1000";
|
||||||
PGID = "1000";
|
PGID = "1000";
|
||||||
TZ = "America/New_York";
|
TZ = "America/New_York";
|
||||||
|
|
||||||
|
# WebUI vars
|
||||||
|
SUBFOLDER = "/calibre/";
|
||||||
|
TITLE = "CalibreDB";
|
||||||
|
NO_DECOR = "true";
|
||||||
};
|
};
|
||||||
|
|
||||||
volumes = ["${rwPath}/data-db:/config"];
|
volumes = ["${rwPath}/data-db:/config"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue