Upload files to "/"
This commit is contained in:
5
gitea.conf
Normal file
5
gitea.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# gitea.conf
|
||||
[Definition]
|
||||
failregex = .*(Failed authentication attempt|invalid credentials|Attempted access of unknown user).* from <HOST>
|
||||
ignoreregex =
|
||||
|
||||
10
gitea.local
Normal file
10
gitea.local
Normal file
@@ -0,0 +1,10 @@
|
||||
[gitea]
|
||||
backend = auto
|
||||
enabled = true
|
||||
port = 80,443
|
||||
protocol = tcp
|
||||
filter = gitea
|
||||
maxretry = 3
|
||||
bantime = 86400
|
||||
findtime = 43200
|
||||
logpath = /var/log/gitea/gitea.log
|
||||
Reference in New Issue
Block a user