librelad 4fc155acfa chore(cleanup): delete the orphan tagsProcessorStandardReplacements
Tree-wide audit (working tree + deployed install + every local/remote ref
+ every reachable commit + unreachable objects via git fsck) found zero
external callers. Existed dead since v0.1.0 — never wired in.

The function set DOMAINSUBNAME, TIMEZONE, DOCKER_NETWORK (all duplicates
of fills that happen elsewhere) plus the two unique-to-it CONFIGS_DIR_TAG
+ CONTAINERS_DIR_TAG. Those two are already wired directly into the
standard tag-fill block in dockerConfigSetupFileWithData (commit 521f08b),
so dropping the source file leaves no behavioural gap.

Also tighten the comment that explained why we inlined the two tags —
don't reference the function we're deleting in the same change. Describe
the current behaviour, not the history (per repo convention).

Regenerated the auto arrays + function_manifest.sh: the 3 stale entries
referencing this function drop out cleanly. files_cli.sh / files_config.sh
/ files_source.sh also rebuilt — no net content change beyond dropping
this one path.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
2026-05-26 21:41:24 +01:00

55 lines
2.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
config_scripts=(
"config/application/application_edit_config.sh"
"config/application/application_menu_apps.sh"
"config/application/application_menu_category.sh"
"config/application/application_missing_variables.sh"
"config/config_update.sh"
"config/core/config_check_missing.sh"
"config/core/config_file_setup_data.sh"
"config/core/config_find_file.sh"
"config/core/config_get_config_data.sh"
"config/core/config_main_menu.sh"
"config/core/config_manage_menu.sh"
"config/core/config_update_option.sh"
"config/core/variables/config_missing_variables.sh"
"config/core/variables/config_scan_variables.sh"
"config/docker/docker_compose_menu.sh"
"config/docker/docker_config_setup_data.sh"
"config/docker/docker_config_to_container.sh"
"config/docker/docker_list_compose_files.sh"
"config/password/bcrypt/password_export_bcrypt.sh"
"config/password/bcrypt/password_process_bcrypt.sh"
"config/password/bcrypt/password_replace_bcrypt.sh"
"config/password/bcrypt/password_retreive_bcrypt.sh"
"config/password/password_generate.sh"
"config/password/password_hash.sh"
"config/password/password_replace_appkey.sh"
"config/password/password_replace hex.sh"
"config/password/password_replace.sh"
"config/password/password_replace vapid.sh"
"config/password/password_scan_file.sh"
"config/password/password_update_all.sh"
"config/password/password_user_generator.sh"
"config/password/password_user_replace.sh"
"config/tags/manager/tags_manager_content.sh"
"config/tags/manager/tags_manager_state.sh"
"config/tags/manager/tags_manager_update.sh"
"config/tags/processors/tags_processor_app_config_values.sh"
"config/tags/processors/tags_processor_app_url.sh"
"config/tags/processors/tags_processor_docker_installation.sh"
"config/tags/processors/tags_processor_healthcheck.sh"
"config/tags/processors/tags_processor_password_generation.sh"
"config/tags/processors/tags_processor_random_user.sh"
"config/tags/processors/tags_processor_socket_configuration.sh"
"config/tags/processors/tags_processor_speedtest_pass.sh"
"config/tags/processors/tags_processor_traefik_control.sh"
"config/tags/processors/tags_processor_trusted_domains.sh"
"config/utils/update_whitelist.sh"
)