librelad ef67ab9b71 refactor(infra): move hosting apps out to LibrePortal-Infra
getlibreportal (downloads host) + weblibreportal (website) — including the website
Eleventy source and the publish tool functions — now live in the separate
LibrePortal-Infra repo (Webstar/LibrePortal-Infra). They're the project's own
outward-facing hosting, not something users install, so the base stays clean.

Removed from base: containers/{getlibreportal,weblibreportal}, the
scripts/app/containers/<app>/<app>_publish.sh tool functions, and their entries in
webui_tools.sh; regenerated the sourced-file arrays; dropped the dead .gitignore
docroot lines. scripts/release/make_release.sh stays here (it builds the base
release). docs/DEVELOPMENT.md now points publishing at LibrePortal-Infra.

LibrePortal-Infra overlays onto an install and picks up releases/catalogue from the
base tree — see its README.

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

78 lines
3.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
app_scripts=(
"app/app_generate.sh"
"app/app_get_key_data.sh"
"app/app_scan_available.sh"
"app/app_status.sh"
"app/app_update_specifics.sh"
"app/auth_adapter.sh"
"app/containers/adguard/adguard_apply_dns_updater.sh"
"app/containers/adguard/adguard_auth.sh"
"app/containers/adguard/adguard_reset_password.sh"
"app/containers/bookstack/bookstack_auth.sh"
"app/containers/bookstack/bookstack_create_account.sh"
"app/containers/bookstack/bookstack_delete_user.sh"
"app/containers/bookstack/bookstack_list_users.sh"
"app/containers/bookstack/bookstack_reset_password.sh"
"app/containers/bookstack/bookstack_set_admin.sh"
"app/containers/crowdsec/crowdsec_alerts_list.sh"
"app/containers/crowdsec/crowdsec_console_disable.sh"
"app/containers/crowdsec/crowdsec_console_enroll.sh"
"app/containers/crowdsec/crowdsec_decisions_list.sh"
"app/containers/crowdsec/crowdsec_fix_priority.sh"
"app/containers/crowdsec/crowdsec_hub_update.sh"
"app/containers/crowdsec/crowdsec_metrics.sh"
"app/containers/crowdsec/crowdsec_status.sh"
"app/containers/crowdsec/crowdsec_unban.sh"
"app/containers/crowdsec/crowdsec_update.sh"
"app/containers/crowdsec/crowdsec_verify_firewall.sh"
"app/containers/dashy/dashy_manage_shortcuts.sh"
"app/containers/dashy/dashy_update_conf.sh"
"app/containers/focalboard/focalboard_auth.sh"
"app/containers/focalboard/focalboard_create_account.sh"
"app/containers/focalboard/focalboard_delete_user.sh"
"app/containers/focalboard/focalboard_list_users.sh"
"app/containers/focalboard/focalboard_reset_password.sh"
"app/containers/focalboard/focalboard_set_admin.sh"
"app/containers/gitea/gitea_auth.sh"
"app/containers/gitea/gitea_create_account.sh"
"app/containers/gitea/gitea_delete_user.sh"
"app/containers/gitea/gitea_list_users.sh"
"app/containers/gitea/gitea_reset_password.sh"
"app/containers/gitea/gitea_set_admin.sh"
"app/containers/gluetun/gluetun_recreate_routed.sh"
"app/containers/gluetun/gluetun_refresh_providers.sh"
"app/containers/invidious/invidious_auth.sh"
"app/containers/invidious/invidious_create_account.sh"
"app/containers/invidious/invidious_delete_user.sh"
"app/containers/invidious/invidious_list_users.sh"
"app/containers/invidious/invidious_reset_password.sh"
"app/containers/invidious/invidious_set_admin.sh"
"app/containers/mattermost/mattermost_auth.sh"
"app/containers/mattermost/mattermost_create_account.sh"
"app/containers/mattermost/mattermost_delete_user.sh"
"app/containers/mattermost/mattermost_list_users.sh"
"app/containers/mattermost/mattermost_reset_password.sh"
"app/containers/mattermost/mattermost_set_admin.sh"
"app/containers/nextcloud/nextcloud_add_trusted_domain.sh"
"app/containers/nextcloud/nextcloud_auth.sh"
"app/containers/nextcloud/nextcloud_create_account.sh"
"app/containers/nextcloud/nextcloud_delete_user.sh"
"app/containers/nextcloud/nextcloud_list_users.sh"
"app/containers/nextcloud/nextcloud_rescan_files.sh"
"app/containers/nextcloud/nextcloud_reset_password.sh"
"app/containers/nextcloud/nextcloud_set_admin.sh"
"app/containers/nextcloud/nextcloud_system_status.sh"
"app/containers/nextcloud/nextcloud_tail_logs.sh"
"app/containers/nextcloud/nextcloud_toggle_maintenance.sh"
"app/containers/owncloud/owncloud_setup_config.sh"
"app/containers/pihole/pihole_apply_dns_updater.sh"
"app/containers/traefik/traefik_auth.sh"
"app/containers/traefik/traefik_reset_password.sh"
)