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
-
+
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <
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 <