auto: sync system configs

This commit is contained in:
2026-04-09 02:00:01 -04:00
parent d078e123ff
commit ce5722aa6d
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -15,6 +15,7 @@
<port port="25500-25600" protocol="udp"/> <port port="25500-25600" protocol="udp"/>
<port port="23333" protocol="tcp"/> <port port="23333" protocol="tcp"/>
<port port="24444" protocol="tcp"/> <port port="24444" protocol="tcp"/>
<port port="45876" protocol="tcp"/>
<rule family="ipv4"> <rule family="ipv4">
<source address="192.168.2.0/24"/> <source address="192.168.2.0/24"/>
<port port="3900" protocol="tcp"/> <port port="3900" protocol="tcp"/>
+2 -2
View File
@@ -4,5 +4,5 @@ MAILTO=timothykim@fastmail.com
0 2 * * * /opt/argento/scripts/sync-system.sh 0 2 * * * /opt/argento/scripts/sync-system.sh
0 3 * * * /opt/argento/scripts/backup.sh 0 3 * * * /opt/argento/scripts/backup.sh
0 3 * * 0 docker system prune -f --volumes > /dev/null 0 3 * * 0 docker system prune -f --volumes > /dev/null
0 6 * * * /opt/argento/scripts/server-health-check.sh --error-only --email 0 6 * * * /opt/argento/scripts/disk-health-check.sh --error-only --email
0 8 * * 1 /opt/argento/scripts/server-health-check.sh --email 0 8 * * 1 /opt/argento/scripts/disk-health-check.sh --email