mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
delayed login alerts to prevent spam with mass logins
This commit is contained in:
parent
0e177210f6
commit
b1b06b2e51
8 changed files with 100 additions and 7 deletions
4
wrappers/send_local_login_alert.sh
Executable file
4
wrappers/send_local_login_alert.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
mydir=$(dirname "$0")
|
||||
"$mydir/../.venv/bin/python" "$mydir/../send_login_alert.py" "local-only"
|
||||
Loading…
Add table
Add a link
Reference in a new issue