aboutsummaryrefslogtreecommitdiffstats
path: root/roles/jails/16_dl/templates/nzbget.conf.j2
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-07-12 17:34:14 +0300
committerJan Tuomi <jan@jantuomi.fi>2026-07-12 17:34:14 +0300
commit659238b46057ed8a57e28004bb9dc07d6415a959 (patch)
tree973353c6af95c0641714ef806b578fed15385e5f /roles/jails/16_dl/templates/nzbget.conf.j2
parentc101bc05df0960f97ba621fc3c86e8b3f3f07615 (diff)
Set up dl jail
Diffstat (limited to 'roles/jails/16_dl/templates/nzbget.conf.j2')
-rw-r--r--roles/jails/16_dl/templates/nzbget.conf.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/jails/16_dl/templates/nzbget.conf.j2 b/roles/jails/16_dl/templates/nzbget.conf.j2
new file mode 100644
index 0000000..754e56f
--- /dev/null
+++ b/roles/jails/16_dl/templates/nzbget.conf.j2
@@ -0,0 +1,10 @@
+MainDir=/var/db/nzbget
+DestDir=/mnt/storage/downloads
+InterDir=/var/db/nzbget/tmp
+WebDir=/usr/local/share/nzbget/webui
+ConfigTemplate=/usr/local/share/nzbget/nzbget.template.conf
+LockFile=/var/db/nzbget/nzbget.lock
+LogFile=/var/db/nzbget/nzbget.log
+ControlIP=0.0.0.0
+ControlPort=6789
+AuthorizedIP=10.0.0.0/8,192.168.0.0/16