mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-15 00:56:59 +02:00
Added rudimentary abuse monitoring (Spec 11)
This commit is contained in:
parent
98243ec069
commit
a453a6d745
4 changed files with 123 additions and 1 deletions
|
@ -15,6 +15,9 @@
|
|||
# run auto-approve-transfer.php every hour
|
||||
45 * * * * root /usr/bin/php8.2 /opt/registry/automation/auto-approve-transfer.php
|
||||
|
||||
# run abusemonitor.php every hour
|
||||
30 * * * * root /usr/bin/php8.2 /opt/registry/automation/abusemonitor.php
|
||||
|
||||
# run send-invoice.php every 1st day
|
||||
1 0 1 * * root /usr/bin/php8.2 /opt/registry/automation/send-invoice.php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue