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>
39 lines
1.4 KiB
Bash
Executable File
39 lines
1.4 KiB
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
|
|
|
|
function_scripts=(
|
|
"function/checks/check_first_install.sh"
|
|
"function/checks/check_success.sh"
|
|
"function/checks/detect_os.sh"
|
|
"function/checks/user_exists.sh"
|
|
"function/file/container/backup_files.sh"
|
|
"function/file/container/restore_files.sh"
|
|
"function/file/copy_file.sh"
|
|
"function/file/copy_files.sh"
|
|
"function/file/copy_resource.sh"
|
|
"function/file/create_touch.sh"
|
|
"function/file/empty_line/check_empty.sh"
|
|
"function/file/empty_line/remove_line.sh"
|
|
"function/file/move_file.sh"
|
|
"function/file/zip_file.sh"
|
|
"function/folder/copy_folder.sh"
|
|
"function/folder/copy_folders.sh"
|
|
"function/folder/create_folder.sh"
|
|
"function/permission/app_folder.sh"
|
|
"function/permission/before_start.sh"
|
|
"function/permission/config.sh"
|
|
"function/permission/libreportal_folders.sh"
|
|
"function/permission/ownership/file.sh"
|
|
"function/permission/ownership/folder_group.sh"
|
|
"function/permission/ownership/root_files_folders.sh"
|
|
"function/permission/ownership/root_file.sh"
|
|
"function/run/create_successful_run_file.sh"
|
|
"function/run/reinstall_libreportal.sh"
|
|
"function/validation/element.sh"
|
|
"function/validation/email.sh"
|
|
"function/validation/password.sh"
|
|
|
|
)
|