added some entries to vars.nix
This commit is contained in:
parent
8f74398f33
commit
1d2726eb7e
1 changed files with 14 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
||||||
bazarr = {
|
bazarr = {
|
||||||
port = "6767";
|
port = "6767";
|
||||||
};
|
};
|
||||||
|
jellyseerr = {
|
||||||
|
port = "5055";
|
||||||
|
};
|
||||||
|
lidarr = {
|
||||||
|
port = "8686";
|
||||||
|
};
|
||||||
prowlarr = {
|
prowlarr = {
|
||||||
port = "9696";
|
port = "9696";
|
||||||
};
|
};
|
||||||
|
|
@ -16,6 +22,10 @@
|
||||||
sabnzbd = {
|
sabnzbd = {
|
||||||
port = "9191";
|
port = "9191";
|
||||||
};
|
};
|
||||||
|
tdarr = {
|
||||||
|
webport = "8265";
|
||||||
|
serverport = "8266";
|
||||||
|
};
|
||||||
whisparr = {
|
whisparr = {
|
||||||
port = "6969";
|
port = "6969";
|
||||||
};
|
};
|
||||||
|
|
@ -81,6 +91,10 @@
|
||||||
hostIP = "10.88.0.1";
|
hostIP = "10.88.0.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
stash = {
|
||||||
|
port = "9999";
|
||||||
|
};
|
||||||
|
|
||||||
tandoor = {
|
tandoor = {
|
||||||
db = "tandoor";
|
db = "tandoor";
|
||||||
domain = "kochen.mc-fucker.cool";
|
domain = "kochen.mc-fucker.cool";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue