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 = {
|
||||
port = "6767";
|
||||
};
|
||||
jellyseerr = {
|
||||
port = "5055";
|
||||
};
|
||||
lidarr = {
|
||||
port = "8686";
|
||||
};
|
||||
prowlarr = {
|
||||
port = "9696";
|
||||
};
|
||||
|
|
@ -16,6 +22,10 @@
|
|||
sabnzbd = {
|
||||
port = "9191";
|
||||
};
|
||||
tdarr = {
|
||||
webport = "8265";
|
||||
serverport = "8266";
|
||||
};
|
||||
whisparr = {
|
||||
port = "6969";
|
||||
};
|
||||
|
|
@ -81,6 +91,10 @@
|
|||
hostIP = "10.88.0.1";
|
||||
};
|
||||
|
||||
stash = {
|
||||
port = "9999";
|
||||
};
|
||||
|
||||
tandoor = {
|
||||
db = "tandoor";
|
||||
domain = "kochen.mc-fucker.cool";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue