From b1edd80a9634c572ae250a99a46cbeb0ed9b41c8 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 24 Feb 2026 14:28:45 +0100 Subject: [PATCH] chore(install): add Github source links to all fetch_and_deploy scripts 77 additional install scripts had fetch_and_deploy_gh_release calls but no GitHub link in the Source header. Merged the primary app repo into the Source header as: # Source: https://website.com/ | Github: https://github.com/OWNER/REPO Where multiple fetch_and_deploy calls existed (app + dependency), the primary app repo was selected: - ersatztv: ErsatzTV/ErsatzTV (not ffmpeg) - firefly: firefly-iii/firefly-iii (not data-importer) - komga: gotson/komga (not kepubify dep) - sabnzbd: sabnzbd/sabnzbd (not par2cmdline-turbo dep) - signoz: SigNoz/signoz (not otel-collector) - tunarr: chrisbenincasa/tunarr (not ffmpeg dep) Also fixed cosmos-install.sh double https:// in Source URL. Skipped: autocaliweb (source already on codeberg, GitHub repos are deps only) --- install/2fauth-install.sh | 2 +- install/adguard-install.sh | 2 +- install/argus-install.sh | 2 +- install/aria2-install.sh | 4 +-- install/authelia-install.sh | 6 ++-- install/autobrr-install.sh | 2 +- install/backrest-install.sh | 2 +- install/baikal-install.sh | 2 +- install/bazarr-install.sh | 2 +- install/beszel-install.sh | 2 +- install/blocky-install.sh | 2 +- install/caddy-install.sh | 2 +- install/cloudreve-install.sh | 2 +- install/commafeed-install.sh | 2 +- install/cosmos-install.sh | 2 +- install/drawio-install.sh | 2 +- install/emby-install.sh | 2 +- install/ersatztv-install.sh | 2 +- install/firefly-install.sh | 2 +- install/gitea-install.sh | 6 ++-- install/gotify-install.sh | 2 +- install/grocy-install.sh | 2 +- install/healthchecks-install.sh | 4 +-- install/heimdall-dashboard-install.sh | 2 +- install/hivemq-install.sh | 2 +- install/inspircd-install.sh | 2 +- install/invoiceninja-install.sh | 34 +++++++++++----------- install/kavita-install.sh | 2 +- install/kimai-install.sh | 2 +- install/komga-install.sh | 2 +- install/leantime-install.sh | 2 +- install/librenms-install.sh | 2 +- install/lidarr-install.sh | 2 +- install/linkstack-install.sh | 2 +- install/listmonk-install.sh | 2 +- install/lubelogger-install.sh | 2 +- install/miniflux-install.sh | 2 +- install/netbox-install.sh | 2 +- install/nginx-ui-install.sh | 2 +- install/nocodb-install.sh | 2 +- install/ombi-install.sh | 2 +- install/opencloud-install.sh | 2 +- install/opengist-install.sh | 2 +- install/owncast-install.sh | 2 +- install/paperless-ngx-install.sh | 2 +- install/paymenter-install.sh | 2 +- install/photoprism-install.sh | 2 +- install/plant-it-install.sh | 6 ++-- install/pocketbase-install.sh | 2 +- install/privatebin-install.sh | 6 ++-- install/projectsend-install.sh | 2 +- install/prometheus-alertmanager-install.sh | 2 +- install/prometheus-install.sh | 2 +- install/prowlarr-install.sh | 2 +- install/qbittorrent-install.sh | 2 +- install/radarr-install.sh | 2 +- install/radicale-install.sh | 2 +- install/recyclarr-install.sh | 2 +- install/sabnzbd-install.sh | 2 +- install/semaphore-install.sh | 2 +- install/signoz-install.sh | 2 +- install/silverbullet-install.sh | 2 +- install/snipeit-install.sh | 2 +- install/sonarr-install.sh | 2 +- install/stirling-pdf-install.sh | 2 +- install/sure-install.sh | 2 +- install/tautulli-install.sh | 2 +- install/the-lounge-install.sh | 2 +- install/traccar-install.sh | 2 +- install/traefik-install.sh | 2 +- install/tunarr-install.sh | 2 +- install/uhf-install.sh | 2 +- install/vikunja-install.sh | 4 +-- install/zitadel-install.sh | 2 +- install/zoraxy-install.sh | 2 +- install/zot-registry-install.sh | 2 +- install/zwave-js-ui-install.sh | 2 +- 77 files changed, 104 insertions(+), 104 deletions(-) diff --git a/install/2fauth-install.sh b/install/2fauth-install.sh index 62c2e9c3a..386b5c3de 100644 --- a/install/2fauth-install.sh +++ b/install/2fauth-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: jkrgr0 # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://docs.2fauth.app/ +# Source: https://docs.2fauth.app/ | Github: https://github.com/Bubka/2FAuth source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/adguard-install.sh b/install/adguard-install.sh index d0b274e48..99089c6a6 100644 --- a/install/adguard-install.sh +++ b/install/adguard-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://adguard.com/ +# Source: https://adguard.com/ | Github: https://github.com/AdguardTeam/AdGuardHome source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/argus-install.sh b/install/argus-install.sh index 4f302dbce..13d7855a4 100644 --- a/install/argus-install.sh +++ b/install/argus-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://release-argus.io/ +# Source: https://release-argus.io/ | Github: https://github.com/release-argus/Argus source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/aria2-install.sh b/install/aria2-install.sh index a4fb2508a..645efbf5d 100644 --- a/install/aria2-install.sh +++ b/install/aria2-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://aria2.github.io/ +# Source: https://aria2.github.io/ | Github: https://github.com/aria2/aria2 source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -26,7 +26,7 @@ if [[ ${prompt,,} =~ ^(y|yes)$ ]]; then msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "ariang" "mayswind/ariang" "prebuild" "latest" "/var/www" "AriaNg-*-AllInOne.zip" - + msg_info "Configure nginx" cat </etc/nginx/conf.d/ariang.conf server { diff --git a/install/authelia-install.sh b/install/authelia-install.sh index 010be6cab..aceb2bbf3 100644 --- a/install/authelia-install.sh +++ b/install/authelia-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: thost96 (thost96) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://www.authelia.com/ +# Source: https://www.authelia.com/ | Github: https://github.com/authelia/authelia source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -29,7 +29,7 @@ while true; do msg_warn "Domain cannot be empty! (Attempt $attempt/$MAX_ATTEMPTS)" elif [[ "$DOMAIN" =~ ^([0-9]{1,3}\.){3}[0-9]{1,3}$ ]]; then valid_ip=true - IFS='.' read -ra octets <<< "$DOMAIN" + IFS='.' read -ra octets <<<"$DOMAIN" for octet in "${octets[@]}"; do if ((octet > 255)); then valid_ip=false @@ -58,7 +58,7 @@ if [[ "$DOMAIN" =~ ^([0-9]{1,3}\.){3}[0-9]{1,3}$ ]]; then else AUTHELIA_URL="https://auth.${DOMAIN}" fi -echo "$AUTHELIA_URL" > /etc/authelia/.authelia_url +echo "$AUTHELIA_URL" >/etc/authelia/.authelia_url cat </etc/authelia/users.yml users: diff --git a/install/autobrr-install.sh b/install/autobrr-install.sh index e1d650108..40a5c8a80 100644 --- a/install/autobrr-install.sh +++ b/install/autobrr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://autobrr.com/ +# Source: https://autobrr.com/ | Github: https://github.com/autobrr/autobrr source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/backrest-install.sh b/install/backrest-install.sh index cc14b21c8..f7f861cb7 100644 --- a/install/backrest-install.sh +++ b/install/backrest-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: ksad (enirys31) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://garethgeorge.github.io/backrest/ +# Source: https://garethgeorge.github.io/backrest/ | Github: https://github.com/garethgeorge/backrest source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/baikal-install.sh b/install/baikal-install.sh index 5f5478286..1a39496b4 100644 --- a/install/baikal-install.sh +++ b/install/baikal-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: bvdberg01 # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://sabre.io/baikal/ +# Source: https://sabre.io/baikal/ | Github: https://github.com/sabre-io/Baikal source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/bazarr-install.sh b/install/bazarr-install.sh index 46f43ba8c..1ff43032e 100755 --- a/install/bazarr-install.sh +++ b/install/bazarr-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://www.bazarr.media/ +# Source: https://www.bazarr.media/ | Github: https://github.com/morpheus65535/bazarr source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/beszel-install.sh b/install/beszel-install.sh index e6ecb3b1c..395f0b04b 100644 --- a/install/beszel-install.sh +++ b/install/beszel-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: Michelle Zitzerman (Sinofage) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://beszel.dev/ +# Source: https://beszel.dev/ | Github: https://github.com/henrygd/beszel source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/blocky-install.sh b/install/blocky-install.sh index 7cec18d35..4b176b8db 100644 --- a/install/blocky-install.sh +++ b/install/blocky-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://0xerr0r.github.io/blocky +# Source: https://0xerr0r.github.io/blocky | Github: https://github.com/0xERR0R/blocky source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/caddy-install.sh b/install/caddy-install.sh index 9218078de..6591d4fd0 100644 --- a/install/caddy-install.sh +++ b/install/caddy-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) | Co-Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://caddyserver.com/ +# Source: https://caddyserver.com/ | Github: https://github.com/caddyserver/caddy source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/cloudreve-install.sh b/install/cloudreve-install.sh index 73dc588c3..de91cbf58 100644 --- a/install/cloudreve-install.sh +++ b/install/cloudreve-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://cloudreve.org/ +# Source: https://cloudreve.org/ | Github: https://github.com/cloudreve/cloudreve source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/commafeed-install.sh b/install/commafeed-install.sh index 27a5eaa43..2141a0545 100644 --- a/install/commafeed-install.sh +++ b/install/commafeed-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://www.commafeed.com/#/welcome +# Source: https://www.commafeed.com/#/welcome | Github: https://github.com/Athou/commafeed source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/cosmos-install.sh b/install/cosmos-install.sh index 7ac9eede8..463d17afb 100644 --- a/install/cosmos-install.sh +++ b/install/cosmos-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: Michel Roegl-Brunner (michelroegl-brunner) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://https://cosmos-cloud.io/ +# Source: https://cosmos-cloud.io/ | Github: https://github.com/azukaar/Cosmos-Server source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/drawio-install.sh b/install/drawio-install.sh index 90823fb42..49b988d16 100644 --- a/install/drawio-install.sh +++ b/install/drawio-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: Slaviša Arežina (tremor021) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://www.drawio.com/ +# Source: https://www.drawio.com/ | Github: https://github.com/jgraph/drawio source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/emby-install.sh b/install/emby-install.sh index cdf12ea13..73ed6143c 100644 --- a/install/emby-install.sh +++ b/install/emby-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://emby.media/ +# Source: https://emby.media/ | Github: https://github.com/MediaBrowser/Emby.Releases source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/ersatztv-install.sh b/install/ersatztv-install.sh index bcd603799..c93c68f19 100644 --- a/install/ersatztv-install.sh +++ b/install/ersatztv-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: MickLesk (Canbiz) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://ersatztv.org/ +# Source: https://ersatztv.org/ | Github: https://github.com/ErsatzTV/ErsatzTV source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/firefly-install.sh b/install/firefly-install.sh index e1a1b7848..4cb2bfbf6 100644 --- a/install/firefly-install.sh +++ b/install/firefly-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: quantumryuu | Co-Author: Slaviša Arežina (tremor021) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://firefly-iii.org/ +# Source: https://firefly-iii.org/ | Github: https://github.com/firefly-iii/firefly-iii source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/gitea-install.sh b/install/gitea-install.sh index 2aa9d764c..fc68c7da6 100644 --- a/install/gitea-install.sh +++ b/install/gitea-install.sh @@ -4,7 +4,7 @@ # Author: tteck (tteckster) # Co-author: Rogue-King # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://about.gitea.com/ +# Source: https://about.gitea.com/ | Github: https://github.com/go-gitea/gitea source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -16,8 +16,8 @@ update_os msg_info "Installing Dependencies" $STD apt install -y \ - git \ - sqlite3 + git \ + sqlite3 msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "gitea" "go-gitea/gitea" "singlefile" "latest" "/usr/local/bin" "gitea-*-linux-amd64" diff --git a/install/gotify-install.sh b/install/gotify-install.sh index d275d6088..cab11a785 100644 --- a/install/gotify-install.sh +++ b/install/gotify-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://gotify.net/ +# Source: https://gotify.net/ | Github: https://github.com/gotify/server source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/grocy-install.sh b/install/grocy-install.sh index 392f9a71e..eda584f93 100644 --- a/install/grocy-install.sh +++ b/install/grocy-install.sh @@ -3,7 +3,7 @@ # Copyright (c) 2021-2026 tteck # Author: tteck (tteckster) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://grocy.info/ +# Source: https://grocy.info/ | Github: https://github.com/grocy/grocy source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color diff --git a/install/healthchecks-install.sh b/install/healthchecks-install.sh index c2857c32f..e46959702 100644 --- a/install/healthchecks-install.sh +++ b/install/healthchecks-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2026 community-scripts ORG # Author: MickLesk (Canbiz) # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://healthchecks.io/ +# Source: https://healthchecks.io/ | Github: https://github.com/healthchecks/healthchecks source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color @@ -24,7 +24,7 @@ $STD apt install -y \ caddy mkdir -p ~/.config/pip -cat > ~/.config/pip/pip.conf << EOF +cat >~/.config/pip/pip.conf <