A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys, Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun VPN routing, and a web dashboard to manage it all. Free & open forever to self-host; optional paid hosted services fund it. See PROMISE.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
25 lines
857 B
Bash
Executable File
25 lines
857 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# This file is auto-generated by generate_arrays.sh
|
|
# Do not edit manually - run './scripts/source/files/generate_arrays.sh run' to regenerate
|
|
|
|
crontab_scripts=(
|
|
"crontab/app/crontab_backup_all_apps.sh"
|
|
"crontab/app/crontab_check_backup_app.sh"
|
|
"crontab/app/crontab_remove_backup_app.sh"
|
|
"crontab/app/crontab_remove_folder.sh"
|
|
"crontab/app/install/crontab_setup.sh"
|
|
"crontab/app/install/crontab_timing.sh"
|
|
"crontab/crontab_clean.sh"
|
|
"crontab/crontab_clear.sh"
|
|
"crontab/crontab_install.sh"
|
|
"crontab/crontab_refresh.sh"
|
|
"crontab/crontab_setup.sh"
|
|
"crontab/system/crontab_setup_system_info_updater.sh"
|
|
"crontab/task/crontab_check_processor.sh"
|
|
"crontab/task/crontab_setup_check_processor.sh"
|
|
"crontab/task/crontab_setup_task_processor.sh"
|
|
"crontab/task/crontab_task_processor.sh"
|
|
|
|
)
|