The old inbound-admin-SSH layer was effectively dead: gated on config flags that don't exist (CFG_SSHKEY_*_ENABLED, CFG_REQUIREMENT_SSHREMOTE), its authorized_keys installer was unwired, and its download path (sshdownload container) was already retired. What remained reachable was either a no-op or a lockout footgun (disable-passwords with no working key install). Remove it whole: scripts/ssh/*, the four SSH requirement checks, the SSH tools menu, the dead webui SSH populater, and the unused ssh DB inserts; drop their calls from the start/requirements/menu flows. A fresh, WebUI-driven admin SSH access feature replaces it next. Also make generate_arrays.sh self-healing: prune files_*.sh whose source folder no longer exists (cleared the now-stale files_ssh.sh + an orphan files_api.sh) so removed areas don't linger in the sourced set. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
51 lines
2.3 KiB
Bash
Executable File
51 lines
2.3 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
|
|
|
|
webui_scripts=(
|
|
"webui/data/generators/apps/webui_app_config.sh"
|
|
"webui/data/generators/apps/webui_app_status.sh"
|
|
"webui/data/generators/apps/webui_config_patch.sh"
|
|
"webui/data/generators/apps/webui_config.sh"
|
|
"webui/data/generators/apps/webui_gluetun_providers.sh"
|
|
"webui/data/generators/apps/webui_services.sh"
|
|
"webui/data/generators/apps/webui_tools.sh"
|
|
"webui/data/generators/backup/webui_backup_app_status.sh"
|
|
"webui/data/generators/backup/webui_backup_dashboard.sh"
|
|
"webui/data/generators/backup/webui_backup_engines.sh"
|
|
"webui/data/generators/backup/webui_backup_locations.sh"
|
|
"webui/data/generators/backup/webui_backup_passwords.sh"
|
|
"webui/data/generators/backup/webui_backup_schema.sh"
|
|
"webui/data/generators/backup/webui_backup_snapshots.sh"
|
|
"webui/data/generators/backup/webui_task_create.sh"
|
|
"webui/data/generators/categories/webui_create_all_categories.sh"
|
|
"webui/data/generators/categories/webui_create_app_categories.sh"
|
|
"webui/data/generators/categories/webui_create_app_config_categories.sh"
|
|
"webui/data/generators/categories/webui_create_app_field_mappings.sh"
|
|
"webui/data/generators/config/webui_cli_config_set.sh"
|
|
"webui/data/generators/config/webui_generate_configs.sh"
|
|
"webui/data/generators/config/webui_update_config.sh"
|
|
"webui/data/generators/system/webui_system_disk.sh"
|
|
"webui/data/generators/system/webui_system_info.sh"
|
|
"webui/data/generators/system/webui_system_memory.sh"
|
|
"webui/data/generators/system/webui_system_update.sh"
|
|
"webui/data/lock/webui_check_update_lock.sh"
|
|
"webui/data/lock/webui_create_update_lock.sh"
|
|
"webui/data/lock/webui_remove_setup_lock.sh"
|
|
"webui/data/lock/webui_remove_update_lock.sh"
|
|
"webui/data/logs/webui_app_logs.sh"
|
|
"webui/data/logs/webui_logs_folders.sh"
|
|
"webui/data/tasks/webui_task_files.sh"
|
|
"webui/data/utils/webui_app_icons.sh"
|
|
"webui/data/utils/webui_app_log.sh"
|
|
"webui/data/utils/webui_atomic_write.sh"
|
|
"webui/data/utils/webui_container_setup.sh"
|
|
"webui/webui_display_logins.sh"
|
|
"webui/webui_install_app.sh"
|
|
"webui/webui_install_image.sh"
|
|
"webui/webui_install_systemd.sh"
|
|
"webui/webui_updater.sh"
|
|
|
|
)
|