Files
docs-alpha.jayfield.org/scripts/clients/vlda-01/user-scripts/schedule.json
T
jensandClaude Sonnet 5 e9b51dbffe Check in scripts/configs, organized and documented by host OS
Every script/config built this session (sanity-check, attacker-check,
the Gitea backup pipeline on both ends) now lives in this repo as
reference copies, not just described in prose - previously they only
existed on the live servers.

Split into scripts/alpha/ (Ubuntu 24.04.4 LTS) and
scripts/clients/vlda-01/ (Unraid 7.3.2), each with its own README
stating the exact OS/kernel and a file-by-file map to deployed paths,
since a script written for one host's conventions doesn't just work
unchanged on the other - the vlda-01 README in particular documents
the persistence gotchas that actually broke earlier attempts (RAM-
backed root filesystem, VFAT /boot with no execute bit, Unassigned
Device auto-mount). Root README.md now links directly to these files
from each relevant section instead of only describing them.

Explicitly not included: the dedicated SSH private key vlda-01 uses to
authenticate to alpha - noted in clients/vlda-01/README.md to
regenerate rather than ever commit one.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 17:21:05 +02:00

38 lines
1.6 KiB
JSON

{
"/boot/config/plugins/user.scripts/scripts/delete_dangling_images/script": {
"script": "/boot/config/plugins/user.scripts/scripts/delete_dangling_images/script",
"frequency": "disabled",
"id": "scheduledelete_dangling_images",
"custom": ""
},
"/boot/config/plugins/user.scripts/scripts/delete.ds_store/script": {
"script": "/boot/config/plugins/user.scripts/scripts/delete.ds_store/script",
"frequency": "disabled",
"id": "scheduledelete-ds_store",
"custom": ""
},
"/boot/config/plugins/user.scripts/scripts/rc.fancontrol/script": {
"script": "/boot/config/plugins/user.scripts/scripts/rc.fancontrol/script",
"frequency": "boot",
"id": "schedulerc-fancontrol",
"custom": ""
},
"/boot/config/plugins/user.scripts/scripts/viewDockerLogSize/script": {
"script": "/boot/config/plugins/user.scripts/scripts/viewDockerLogSize/script",
"frequency": "disabled",
"id": "scheduleviewDockerLogSize",
"custom": ""
},
"/boot/config/plugins/user.scripts/scripts/gitea-backup-pull/script": {
"script": "/boot/config/plugins/user.scripts/scripts/gitea-backup-pull/script",
"frequency": "custom",
"id": "schedulegitea-backup-pull",
"custom": "30 3 * * *"
},
"/boot/config/plugins/user.scripts/scripts/gitea-backup-pull-onboot/script": {
"script": "/boot/config/plugins/user.scripts/scripts/gitea-backup-pull-onboot/script",
"frequency": "boot",
"id": "schedulegitea-backup-pull-onboot",
"custom": ""
}
}