Upload files to "/"

This commit is contained in:
RLF
2024-02-28 23:01:48 -05:00
parent 0d457a893f
commit c0bb562558
5 changed files with 25 additions and 0 deletions

4
lidarr.conf Normal file
View File

@@ -0,0 +1,4 @@
[Definition]
# Ex. 2022-12-11 14:28:28.2|Warn|Auth|Auth-Failure ip 192.168.122.1 username 'aa'
failregex = ^.*Auth-Failure ip <ADDR> username '<F-USER>[^']+</F-USER>'

5
nextcloud.conf Normal file
View File

@@ -0,0 +1,5 @@
[Definition]
_groupsre = (?:(?:,?\s*"\w+":(?:"[^"]+"|\w+))*)
failregex = ^\{%(_groupsre)s,?\s*"remoteAddr":"<HOST>"%(_groupsre)s,?\s*"message":"Login failed:
^\{%(_groupsre)s,?\s*"remoteAddr":"<HOST>"%(_groupsre)s,?\s*"message":"Trusted domain error.
datepattern = ,?\s*"time"\s*:\s*"%%Y-%%m-%%d[T ]%%H:%%M:%%S(%%z)?"

5
radarr.conf Normal file
View File

@@ -0,0 +1,5 @@
[Definition]
# Ex. 2022-12-11 14:28:28.2|Warn|Auth|Auth-Failure ip 192.168.122.1 username 'aa'
failregex = ^.*Auth-Failure ip <ADDR> username '<F-USER>[^']+</F-USER>'

7
sabnzbd.conf Normal file
View File

@@ -0,0 +1,7 @@
[Definition]
# Ex. 2022-12-11 13:08:25,039::WARNING::[interface:374] Refused connection from: 92.118.39.29 [None]
# Ex. 2 API key incorrect, Use the API key from Config->General in your 3rd party program: 192.168.1.138 [okhttp/4.10.0]
failregex = ^.*Refused .* from: <HOST>.*
^.*API key incorrect.* <HOST>.*
journalmatch = _TRANSPORT=syslog

4
sonarr.conf Normal file
View File

@@ -0,0 +1,4 @@
[Definition]
# Ex. 2022-12-11 14:28:28.2|Warn|Auth|Auth-Failure ip 192.168.122.1 username 'aa'
failregex = ^.*Auth-Failure ip <ADDR> username '<F-USER>[^']+</F-USER>'