dockerCheckAllowedInstall was a one-app `case` whose only active caller was the wireguard app itself — so inline its check (abort if a host WireGuard exists at /etc/wireguard/params, which would collide on the wg kernel module + UDP 51820) directly into containers/wireguard/wireguard.sh and delete scripts/docker/app/checks/allowed_install.sh. The protection is unchanged; wireguard is now fully self-contained and the last app name leaves central install code. Regenerated arrays. (The only remaining dockerCheckAllowedInstall references are in scripts/unused/ — retired apps, never sourced.) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
66 lines
2.7 KiB
Bash
Executable File
66 lines
2.7 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
|
|
|
|
docker_scripts=(
|
|
"docker/app/checks/app_installed.sh"
|
|
"docker/app/checks/container_health_loop.sh"
|
|
"docker/app/checks/container_health.sh"
|
|
"docker/app/compose/down_all.sh"
|
|
"docker/app/compose/down_app.sh"
|
|
"docker/app/compose/up_all.sh"
|
|
"docker/app/compose/up_app.sh"
|
|
"docker/app/compose/up_down_app.sh"
|
|
"docker/app/docker/remove_app.sh"
|
|
"docker/app/docker/restart_app.sh"
|
|
"docker/app/docker/start_all.sh"
|
|
"docker/app/docker/start_app.sh"
|
|
"docker/app/docker/stop_all.sh"
|
|
"docker/app/docker/stop_app.sh"
|
|
"docker/app/functions/function_app_tool.sh"
|
|
"docker/app/functions/function_install_app.sh"
|
|
"docker/app/functions/function_restart_app.sh"
|
|
"docker/app/uninstall/delete_data.sh"
|
|
"docker/app/uninstall/down_remove_app.sh"
|
|
"docker/app/uninstall/remove_images.sh"
|
|
"docker/app/uninstall/uninstall_app.sh"
|
|
"docker/checks/app_health_details.sh"
|
|
"docker/checks/app_health_status.sh"
|
|
"docker/checks/running_for_user.sh"
|
|
"docker/command/docker_run_install.sh"
|
|
"docker/command/docker_run.sh"
|
|
"docker/command/run_privileged.sh"
|
|
"docker/compose/copy_build_context.sh"
|
|
"docker/compose/restart_after_update.sh"
|
|
"docker/compose/setup_compose_yml.sh"
|
|
"docker/compose/update_and_start.sh"
|
|
"docker/compose/update_compose_yml.sh"
|
|
"docker/install/rooted/rooted_docker_check.sh"
|
|
"docker/install/rooted/rooted_docker_compose.sh"
|
|
"docker/install/rooted/rooted_docker.sh"
|
|
"docker/install/rootless/rootless_docker.sh"
|
|
"docker/install/rootless/rootless_start_setup.sh"
|
|
"docker/install/rootless/rootless_uninstall.sh"
|
|
"docker/install/rootless/rootless_user.sh"
|
|
"docker/network/migrate/migrate_apps_to_new_network.sh"
|
|
"docker/network/migrate/migrate_check_app_network_compatibility.sh"
|
|
"docker/network/migrate/migrate_get_installed_apps.sh"
|
|
"docker/network/migrate/migrate_update_compose_file_network.sh"
|
|
"docker/network/migrate/migrate_update_docker_network_config.sh"
|
|
"docker/network/network_prune.sh"
|
|
"docker/network/network_randomize_subnet.sh"
|
|
"docker/network/network_setup.sh"
|
|
"docker/service/start_docker.sh"
|
|
"docker/service/stop_docker.sh"
|
|
"docker/setup_env.sh"
|
|
"docker/type_switcher/scan_container_socket.sh"
|
|
"docker/type_switcher/set_socket_permissions.sh"
|
|
"docker/type_switcher/swap_docker_type.sh"
|
|
"docker/type_switcher/switch_containers_type.sh"
|
|
"docker/update_docker_sudo_pass.sh"
|
|
"docker/update_docker_user_pass.sh"
|
|
"docker/whitelist_port_updater.sh"
|
|
|
|
)
|