From 76117d3b69215446cbc5f9a74dec778c366b2711 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Mon, 23 Mar 2026 21:58:15 +0100 Subject: [PATCH] chore: replace helper-scripts.com with community-scripts.com Update all active references from helper-scripts.com (and Helper-Scripts.com) to community-scripts.com across scripts, function files, workflows, tools, VM scripts, and README. Historical changelog entries are left unchanged. --- .github/workflows/close-tteck-issues.yaml | 2 +- README.md | 2 +- ct/homeassistant.sh | 4 ++-- ct/podman-homeassistant.sh | 4 ++-- ct/semaphore.sh | 2 +- install/archivebox-install.sh | 4 ++-- install/argus-install.sh | 2 +- install/inspircd-install.sh | 2 +- install/kimai-install.sh | 4 ++-- install/monica-install.sh | 2 +- install/npmplus-install.sh | 2 +- install/photoprism-install.sh | 2 +- install/semaphore-install.sh | 2 +- misc/build.func | 2 +- misc/vm-core.func | 2 +- tools/addon/copyparty.sh | 4 ++-- tools/addon/filebrowser-quantum.sh | 4 ++-- tools/addon/filebrowser.sh | 4 ++-- vm/archlinux-vm.sh | 2 +- vm/debian-13-vm.sh | 2 +- vm/debian-vm.sh | 2 +- vm/haos-vm.sh | 2 +- vm/mikrotik-routeros.sh | 2 +- vm/nextcloud-vm.sh | 2 +- vm/openwrt-vm.sh | 2 +- vm/opnsense-vm.sh | 2 +- vm/owncloud-vm.sh | 2 +- vm/pimox-haos-vm.sh | 2 +- vm/truenas-vm.sh | 2 +- vm/ubuntu2204-vm.sh | 2 +- vm/ubuntu2404-vm.sh | 2 +- vm/ubuntu2504-vm.sh | 2 +- vm/umbrel-os-vm.sh | 2 +- 33 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/workflows/close-tteck-issues.yaml b/.github/workflows/close-tteck-issues.yaml index b359414fc..2d564c1ce 100644 --- a/.github/workflows/close-tteck-issues.yaml +++ b/.github/workflows/close-tteck-issues.yaml @@ -21,7 +21,7 @@ jobs: const message = `Hello, it looks like you are referencing the **old tteck repo**. This repository is no longer used for active scripts. - **Please update your bookmarks** and use: [https://helper-scripts.com](https://helper-scripts.com) + **Please update your bookmarks** and use: [https://community-scripts.com](https://community-scripts.com) Also make sure your Bash command starts with: \`\`\`bash diff --git a/README.md b/README.md index 99993a1e4..b95855ea5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

A Community Legacy in Memory of @tteck

- + Website diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index 8c58b2ab2..fd80fcc6f 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -73,7 +73,7 @@ function update_script() { $STD curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/v2.23.0/linux-amd64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin $STD filebrowser config init -a '0.0.0.0' $STD filebrowser config set -a '0.0.0.0' - $STD filebrowser users add admin helper-scripts.com --perm.admin + $STD filebrowser users add admin community-scripts.com --perm.admin msg_ok "Installed FileBrowser" msg_info "Creating Service" @@ -93,7 +93,7 @@ WantedBy=default.target" >$service_path msg_ok "Completed successfully!\n" echo -e "FileBrowser should be reachable by going to the following URL. - ${BL}http://$LOCAL_IP:8080${CL} admin|helper-scripts.com\n" + ${BL}http://$LOCAL_IP:8080${CL} admin|community-scripts.com\n" exit fi } diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index 217254ea5..5ccea816d 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -68,7 +68,7 @@ function update_script() { $STD curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash $STD filebrowser config init -a '0.0.0.0' $STD filebrowser config set -a '0.0.0.0' - $STD filebrowser users add admin helper-scripts.com --perm.admin + $STD filebrowser users add admin community-scripts.com --perm.admin msg_ok "Installed FileBrowser" msg_info "Creating Service" @@ -90,7 +90,7 @@ EOF msg_ok "Completed successfully!\n" echo -e "FileBrowser should be reachable by going to the following URL. - ${BL}http://$LOCAL_IP:8080${CL} admin|helper-scripts.com\n" + ${BL}http://$LOCAL_IP:8080${CL} admin|community-scripts.com\n" exit fi if [ "$UPD" == "4" ]; then diff --git a/ct/semaphore.sh b/ct/semaphore.sh index d2d18a207..910a086ec 100644 --- a/ct/semaphore.sh +++ b/ct/semaphore.sh @@ -50,7 +50,7 @@ function update_script() { /opt/semaphore/config.json SEM_PW=$(cat ~/semaphore.creds) systemctl start semaphore - $STD semaphore user add --admin --login admin --email admin@helper-scripts.com --name Administrator --password "${SEM_PW}" --config /opt/semaphore/config.json + $STD semaphore user add --admin --login admin --email admin@community-scripts.com --name Administrator --password "${SEM_PW}" --config /opt/semaphore/config.json msg_ok "Moved from BoltDB to SQLite" fi diff --git a/install/archivebox-install.sh b/install/archivebox-install.sh index ecc8f789a..8ee884c21 100644 --- a/install/archivebox-install.sh +++ b/install/archivebox-install.sh @@ -62,10 +62,10 @@ expect "Email address" send "\r" expect "Password" -send "helper-scripts.com\r" +send "community-scripts.com\r" expect "Password (again)" -send "helper-scripts.com\r" +send "community-scripts.com\r" expect eof EOF diff --git a/install/argus-install.sh b/install/argus-install.sh index 13d7855a4..8d6604983 100644 --- a/install/argus-install.sh +++ b/install/argus-install.sh @@ -58,7 +58,7 @@ service: use_prerelease: false dashboard: icon: https://raw.githubusercontent.com/community-scripts/ProxmoxVE/refs/heads/main/misc/images/logo.png - icon_link_to: https://helper-scripts.com/ + icon_link_to: https://community-scripts.com/ web_url: https://github.com/community-scripts/ProxmoxVE/releases EOF msg_ok "Setup Config" diff --git a/install/inspircd-install.sh b/install/inspircd-install.sh index 27a4a6984..8fd6c5be3 100644 --- a/install/inspircd-install.sh +++ b/install/inspircd-install.sh @@ -17,7 +17,7 @@ fetch_and_deploy_gh_release "inspircd" "inspircd/inspircd" "binary" "latest" "/o msg_info "Configuring InspIRCd" cat </etc/inspircd/inspircd.conf - + > /dev/null 2>&1" >>/etc/crontab diff --git a/install/npmplus-install.sh b/install/npmplus-install.sh index 33144093e..d911094d2 100644 --- a/install/npmplus-install.sh +++ b/install/npmplus-install.sh @@ -60,7 +60,7 @@ read -r -p "${TAB3}Enter your ACME Email: " ACME_EMAIL_INPUT yq -i " .services.npmplus.environment |= (map(select(. != \"TZ=*\" and . != \"ACME_EMAIL=*\" and . != \"INITIAL_ADMIN_EMAIL=*\" and . != \"INITIAL_ADMIN_PASSWORD=*\")) + - [\"TZ=$TZ_INPUT\", \"ACME_EMAIL=$ACME_EMAIL_INPUT\", \"INITIAL_ADMIN_EMAIL=admin@local.com\", \"INITIAL_ADMIN_PASSWORD=helper-scripts.com\"]) + [\"TZ=$TZ_INPUT\", \"ACME_EMAIL=$ACME_EMAIL_INPUT\", \"INITIAL_ADMIN_EMAIL=admin@local.com\", \"INITIAL_ADMIN_PASSWORD=community-scripts.com\"]) " /opt/compose.yaml msg_info "Building and Starting NPMplus (Patience)" diff --git a/install/photoprism-install.sh b/install/photoprism-install.sh index 2db48cce0..36ca450c2 100644 --- a/install/photoprism-install.sh +++ b/install/photoprism-install.sh @@ -99,7 +99,7 @@ PHOTOPRISM_DEBUG='false' PHOTOPRISM_LOG_LEVEL='info' # Site Info -PHOTOPRISM_SITE_CAPTION='https://Helper-Scripts.com' +PHOTOPRISM_SITE_CAPTION='https://community-scripts.com' PHOTOPRISM_SITE_DESCRIPTION='' PHOTOPRISM_SITE_AUTHOR='' EOF diff --git a/install/semaphore-install.sh b/install/semaphore-install.sh index 1cf74d6f2..96cf55378 100644 --- a/install/semaphore-install.sh +++ b/install/semaphore-install.sh @@ -40,7 +40,7 @@ cat </opt/semaphore/config.json "access_key_encryption": "${SEM_KEY}" } EOF -$STD semaphore user add --admin --login admin --email admin@helper-scripts.com --name Administrator --password "${SEM_PW}" --config /opt/semaphore/config.json +$STD semaphore user add --admin --login admin --email admin@community-scripts.com --name Administrator --password "${SEM_PW}" --config /opt/semaphore/config.json echo "${SEM_PW}" >~/semaphore.creds msg_ok "Setup Semaphore" diff --git a/misc/build.func b/misc/build.func index 10aac9927..56a698f3a 100644 --- a/misc/build.func +++ b/misc/build.func @@ -5672,7 +5672,7 @@ description() { DESCRIPTION=$( cat < - + Logo diff --git a/misc/vm-core.func b/misc/vm-core.func index 852945152..911362b91 100644 --- a/misc/vm-core.func +++ b/misc/vm-core.func @@ -594,7 +594,7 @@ set_description() { DESCRIPTION=$( cat < - + Logo diff --git a/tools/addon/copyparty.sh b/tools/addon/copyparty.sh index 5cba13d0f..0094a3856 100644 --- a/tools/addon/copyparty.sh +++ b/tools/addon/copyparty.sh @@ -165,9 +165,9 @@ function install() { else read -rp "${TAB}Set admin username [admin]: " admin_user admin_user=${admin_user:-admin} - read -rsp "${TAB}Set admin password [helper-scripts.com]: " admin_pass + read -rsp "${TAB}Set admin password [community-scripts.com]: " admin_pass echo "" - admin_pass=${admin_pass:-helper-scripts.com} + admin_pass=${admin_pass:-community-scripts.com} msg_ok "Configured with admin user: ${admin_user}" fi diff --git a/tools/addon/filebrowser-quantum.sh b/tools/addon/filebrowser-quantum.sh index 7d470ecac..6b880b23c 100644 --- a/tools/addon/filebrowser-quantum.sh +++ b/tools/addon/filebrowser-quantum.sh @@ -201,9 +201,9 @@ server: - neverWatchPath: "/lost+found" auth: adminUsername: admin - adminPassword: helper-scripts.com + adminPassword: community-scripts.com EOF - msg_ok "Configured with default admin (admin / helper-scripts.com)" + msg_ok "Configured with default admin (admin / community-scripts.com)" fi msg_info "Creating service" diff --git a/tools/addon/filebrowser.sh b/tools/addon/filebrowser.sh index d8f0c1e98..04b328a95 100644 --- a/tools/addon/filebrowser.sh +++ b/tools/addon/filebrowser.sh @@ -140,8 +140,8 @@ if [[ "${install_prompt,,}" =~ ^(y|yes)$ ]]; then cd /usr/local/community-scripts filebrowser config init -a '0.0.0.0' -p "$PORT" -d "$DB_PATH" &>/dev/null filebrowser config set -a '0.0.0.0' -p "$PORT" -d "$DB_PATH" &>/dev/null - filebrowser users add admin helper-scripts.com --perm.admin --database "$DB_PATH" &>/dev/null - msg_ok "Default authentication configured (admin:helper-scripts.com)" + filebrowser users add admin community-scripts.com --perm.admin --database "$DB_PATH" &>/dev/null + msg_ok "Default authentication configured (admin:community-scripts.com)" fi msg_info "Creating service" diff --git a/vm/archlinux-vm.sh b/vm/archlinux-vm.sh index e1ff0eb28..bdd39dc1b 100644 --- a/vm/archlinux-vm.sh +++ b/vm/archlinux-vm.sh @@ -551,7 +551,7 @@ qm set $VMID \ DESCRIPTION=$( cat < - + Logo diff --git a/vm/debian-13-vm.sh b/vm/debian-13-vm.sh index 2f3522f16..537da1c5f 100644 --- a/vm/debian-13-vm.sh +++ b/vm/debian-13-vm.sh @@ -631,7 +631,7 @@ rm -f "$WORK_FILE" DESCRIPTION=$( cat < - + Logo diff --git a/vm/debian-vm.sh b/vm/debian-vm.sh index b7193f04f..09401d6a4 100644 --- a/vm/debian-vm.sh +++ b/vm/debian-vm.sh @@ -568,7 +568,7 @@ fi DESCRIPTION=$( cat < - + Logo diff --git a/vm/haos-vm.sh b/vm/haos-vm.sh index af0b0af80..3eef3d476 100644 --- a/vm/haos-vm.sh +++ b/vm/haos-vm.sh @@ -639,7 +639,7 @@ msg_ok "Resized disk" DESCRIPTION=$( cat < - + Logo diff --git a/vm/mikrotik-routeros.sh b/vm/mikrotik-routeros.sh index b2ee376cc..3429bace3 100644 --- a/vm/mikrotik-routeros.sh +++ b/vm/mikrotik-routeros.sh @@ -622,7 +622,7 @@ qm set $VMID \ DESCRIPTION=$( cat < - + Logo diff --git a/vm/nextcloud-vm.sh b/vm/nextcloud-vm.sh index 6f14cdbcc..1ffcd3ac6 100644 --- a/vm/nextcloud-vm.sh +++ b/vm/nextcloud-vm.sh @@ -546,7 +546,7 @@ qm set $VMID \ DESCRIPTION=$( cat < - + Logo diff --git a/vm/openwrt-vm.sh b/vm/openwrt-vm.sh index 2ad7de968..d7abe8e2a 100644 --- a/vm/openwrt-vm.sh +++ b/vm/openwrt-vm.sh @@ -605,7 +605,7 @@ msg_ok "Resized disk to ${DISK_SIZE}" DESCRIPTION=$( cat < - + Logo diff --git a/vm/opnsense-vm.sh b/vm/opnsense-vm.sh index 13f964588..81979c65a 100644 --- a/vm/opnsense-vm.sh +++ b/vm/opnsense-vm.sh @@ -750,7 +750,7 @@ qm resize $VMID scsi0 20G >/dev/null DESCRIPTION=$( cat < - + Logo diff --git a/vm/owncloud-vm.sh b/vm/owncloud-vm.sh index 742bebc79..f7ffda7f2 100644 --- a/vm/owncloud-vm.sh +++ b/vm/owncloud-vm.sh @@ -560,7 +560,7 @@ qm set $VMID \ DESCRIPTION=$( cat < - + Logo diff --git a/vm/pimox-haos-vm.sh b/vm/pimox-haos-vm.sh index 71981cfb2..91c885eb1 100644 --- a/vm/pimox-haos-vm.sh +++ b/vm/pimox-haos-vm.sh @@ -462,7 +462,7 @@ qm set $VMID \ DESCRIPTION=$( cat < - + Logo diff --git a/vm/truenas-vm.sh b/vm/truenas-vm.sh index a4447b898..947534597 100644 --- a/vm/truenas-vm.sh +++ b/vm/truenas-vm.sh @@ -610,7 +610,7 @@ fi DESCRIPTION=$( cat < - + Logo diff --git a/vm/ubuntu2204-vm.sh b/vm/ubuntu2204-vm.sh index b6e637804..e52f96380 100644 --- a/vm/ubuntu2204-vm.sh +++ b/vm/ubuntu2204-vm.sh @@ -542,7 +542,7 @@ qm set $VMID \ DESCRIPTION=$( cat < - + Logo diff --git a/vm/ubuntu2404-vm.sh b/vm/ubuntu2404-vm.sh index 911644550..4cbcdf280 100644 --- a/vm/ubuntu2404-vm.sh +++ b/vm/ubuntu2404-vm.sh @@ -544,7 +544,7 @@ qm set $VMID \ DESCRIPTION=$( cat < - + Logo diff --git a/vm/ubuntu2504-vm.sh b/vm/ubuntu2504-vm.sh index e448a1e0f..f708f8539 100644 --- a/vm/ubuntu2504-vm.sh +++ b/vm/ubuntu2504-vm.sh @@ -543,7 +543,7 @@ qm set $VMID \ DESCRIPTION=$( cat < - + Logo diff --git a/vm/umbrel-os-vm.sh b/vm/umbrel-os-vm.sh index dc4cb13fb..9182e9f32 100644 --- a/vm/umbrel-os-vm.sh +++ b/vm/umbrel-os-vm.sh @@ -590,7 +590,7 @@ qm resize $VMID scsi0 ${DISK_SIZE} >/dev/null DESCRIPTION=$( cat < - + Logo