Upload files to "/"

This commit is contained in:
RLF
2024-02-28 23:22:05 -05:00
parent a677c58ce2
commit e8b1fb4da1
4 changed files with 40 additions and 0 deletions

10
nextcloud.local Normal file
View File

@@ -0,0 +1,10 @@
[nextcloud]
backend = auto
enabled = true
port = 80,443
protocol = tcp
filter = nextcloud
maxretry = 3
bantime = 86400
findtime = 43200
logpath = /var/www/nginx/nextcloud/data/nextcloud.log

10
radarr.local Normal file
View File

@@ -0,0 +1,10 @@
[radarr]
backend = auto
enabled = true
port = 80,443
protocol = tcp
filter = radarr
maxretry = 3
bantime = 86400
findtime = 43200
logpath = /var/lib/radarr/logs/radarr.txt

10
sabnzbd.local Normal file
View File

@@ -0,0 +1,10 @@
[sabnzbd]
backend = auto
enabled = true
port = 80,443
protocol = tcp
filter = sabnzbd
maxretry = 3
bantime = 86400
findtime = 43200
logpath = /var/log/sabnzbd/sabnzbd.log

10
sonarr.local Normal file
View File

@@ -0,0 +1,10 @@
[sonarr]
backend = auto
enabled = true
port = 80,443
protocol = tcp
filter = sonarr
maxretry = 3
bantime = 86400
findtime = 43200
logpath = /var/lib/sonarr/logs/sonarr.txt