auto: sync system configs
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
<port port="25500-25600" protocol="udp"/>
|
||||
<port port="23333" protocol="tcp"/>
|
||||
<port port="24444" protocol="tcp"/>
|
||||
<port port="45876" protocol="tcp"/>
|
||||
<rule family="ipv4">
|
||||
<source address="192.168.2.0/24"/>
|
||||
<port port="3900" protocol="tcp"/>
|
||||
|
||||
+2
-2
@@ -4,5 +4,5 @@ MAILTO=timothykim@fastmail.com
|
||||
0 2 * * * /opt/argento/scripts/sync-system.sh
|
||||
0 3 * * * /opt/argento/scripts/backup.sh
|
||||
0 3 * * 0 docker system prune -f --volumes > /dev/null
|
||||
0 6 * * * /opt/argento/scripts/server-health-check.sh --error-only --email
|
||||
0 8 * * 1 /opt/argento/scripts/server-health-check.sh --email
|
||||
0 6 * * * /opt/argento/scripts/disk-health-check.sh --error-only --email
|
||||
0 8 * * 1 /opt/argento/scripts/disk-health-check.sh --email
|
||||
|
||||
Reference in New Issue
Block a user