diff --git a/.github/workflows/close-tteck-issues.yaml b/.github/workflows/close-tteck-issues.yaml index b359414fcde..2d564c1ce9b 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 99993a1e48f..b95855ea5fb 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 8c58b2ab290..fd80fcc6fa3 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 217254ea5a4..5ccea816dea 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 d2d18a20795..910a086ec1e 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 ecc8f789a0f..8ee884c21d7 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 13d7855a429..8d6604983fb 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/healthchecks-install.sh b/install/healthchecks-install.sh index e46959702c4..af832374bc9 100644 --- a/install/healthchecks-install.sh +++ b/install/healthchecks-install.sh @@ -35,7 +35,7 @@ PG_DB_NAME="healthchecks_db" PG_DB_USER="hc_user" PG_DB_PASS=$(openssl rand -bas msg_info "Setup Keys (Admin / Secret)" SECRET_KEY="$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | cut -c1-32)" -ADMIN_EMAIL="admin@helper-scripts.local" +ADMIN_EMAIL="admin@community-scripts.com" ADMIN_PASSWORD="$PG_DB_PASS" { echo "healthchecks Admin Email: $ADMIN_EMAIL" diff --git a/install/inspircd-install.sh b/install/inspircd-install.sh index 27a4a698462..8fd6c5be352 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/nodebb-install.sh b/install/nodebb-install.sh index 3823d59a0ae..0f06509073c 100644 --- a/install/nodebb-install.sh +++ b/install/nodebb-install.sh @@ -91,16 +91,16 @@ expect "Format: mongodb://*" { send "$MONGO_CONNECTION_STRING\r" } expect "Administrator username" { - send "helper-scripts\r" + send "community-scripts\r" } expect "Administrator email address" { - send "helper-scripts@local.com\r" + send "admin@community-scripts.com\r" } expect "Password" { - send "helper-scripts\r" + send "community-scripts\r" } expect "Confirm Password" { - send "helper-scripts\r" + send "community-scripts\r" } expect eof EOF diff --git a/install/npmplus-install.sh b/install/npmplus-install.sh index 33144093e29..d911094d226 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 2db48cce065..36ca450c200 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 1cf74d6f288..96cf553789f 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 304f1c46be8..636f6b1646e 100644 --- a/misc/build.func +++ b/misc/build.func @@ -5704,7 +5704,7 @@ description() { DESCRIPTION=$( cat < - + Logo diff --git a/misc/vm-core.func b/misc/vm-core.func index 85294515232..911362b9138 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/all-templates.sh b/tools/addon/all-templates.sh index f8d35619d12..b23e98e00e2 100644 --- a/tools/addon/all-templates.sh +++ b/tools/addon/all-templates.sh @@ -116,7 +116,7 @@ fi PCT_OPTIONS=" -features keyctl=1,nesting=1 -hostname $NAME - -tags proxmox-helper-scripts + -tags community-script -onboot 0 -cores 2 -memory 2048 diff --git a/tools/addon/copyparty.sh b/tools/addon/copyparty.sh index 5cba13d0fab..0094a385683 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 7d470ecac07..6b880b23ccb 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 d8f0c1e9863..04b328a95e4 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 e1ff0eb281a..bdd39dc1b40 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 2f3522f1600..537da1c5fe0 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 b7193f04ffd..09401d6a440 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 af0b0af809d..3eef3d47667 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 b2ee376cc00..3429bace3af 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 6f14cdbcc9e..1ffcd3ac628 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 2ad7de9685b..d7abe8e2a94 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 13f9645882f..463b010ded2 100644 --- a/vm/opnsense-vm.sh +++ b/vm/opnsense-vm.sh @@ -737,7 +737,7 @@ done msg_info "Creating a OPNsense VM" qm create $VMID -agent 1${MACHINE} -tablet 0 -localtime 1 -bios ovmf${CPU_TYPE} -cores $CORE_COUNT -memory $RAM_SIZE \ - -name $HN -tags proxmox-helper-scripts -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci + -name $HN -tags community-script -net0 virtio,bridge=$BRG,macaddr=$MAC$VLAN$MTU -onboot 1 -ostype l26 -scsihw virtio-scsi-pci pvesm alloc $STORAGE $VMID $DISK0 4M 1>&/dev/null qm importdisk $VMID ${FILE} $STORAGE ${DISK_IMPORT:-} 1>&/dev/null qm set $VMID \ @@ -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 742bebc799a..f7ffda7f23f 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 71981cfb2d0..91c885eb178 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 a4447b89861..947534597fc 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 b6e637804c4..e52f96380ad 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 9116445504f..4cbcdf28074 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 e448a1e0f54..f708f8539b6 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 dc4cb13fbe9..9182e9f32aa 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