From a677c58ce2ae2eb7f66f31cd3901ff174bbf64ad Mon Sep 17 00:00:00 2001 From: RLF Date: Wed, 28 Feb 2024 23:21:30 -0500 Subject: [PATCH] Upload files to "/" --- deluge-web.conf | 4 ++++ deluge-web.local | 10 ++++++++++ lidarr.local | 10 ++++++++++ 3 files changed, 24 insertions(+) create mode 100644 deluge-web.conf create mode 100644 deluge-web.local create mode 100644 lidarr.local diff --git a/deluge-web.conf b/deluge-web.conf new file mode 100644 index 0000000..018f326 --- /dev/null +++ b/deluge-web.conf @@ -0,0 +1,4 @@ +[Definition] +# Ex. 15:32:52 [ERROR ][deluge.ui.web.auth :253 ] Login failed (ClientIP 192.168.122.1) + +failregex = ^.*Login failed \(ClientIP \)$ diff --git a/deluge-web.local b/deluge-web.local new file mode 100644 index 0000000..1139e95 --- /dev/null +++ b/deluge-web.local @@ -0,0 +1,10 @@ +[deluge-web] +backend = auto +enabled = true +port = 80,443 +protocol = tcp +filter = deluge-web +maxretry = 3 +bantime = 86400 +findtime = 43200 +logpath = /var/log/deluge.log diff --git a/lidarr.local b/lidarr.local new file mode 100644 index 0000000..c0bfe8b --- /dev/null +++ b/lidarr.local @@ -0,0 +1,10 @@ +[lidarr] +backend = auto +enabled = true +port = 80,443 +protocol = tcp +filter = lidarr +maxretry = 3 +bantime = 86400 +findtime = 43200 +logpath = /var/lib/lidarr/logs/lidarr.txt