From 1f94843c9c2885c5bb29cf432e125bb18800784f Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Mar 2026 12:08:20 +0100 Subject: [PATCH] fix: tubearchivist port conflict, jitsi flat repo, erpnext root env - tubearchivist: backend on 8100 behind nginx on 8000 (was both 8000) - jitsi: URI=download.jitsi.org suite=stable/ component=empty for flat repo - erpnext: use CI=1 and FRAPPE_ALLOW_SUPERUSER=1 (not BENCH_ALLOW_SUPERUSER) --- install/erpnext-install.sh | 3 ++- install/jitsi-meet-install.sh | 2 +- install/tubearchivist-install.sh | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install/erpnext-install.sh b/install/erpnext-install.sh index 31a34e0c..ec83eefe 100644 --- a/install/erpnext-install.sh +++ b/install/erpnext-install.sh @@ -60,7 +60,8 @@ msg_ok "Installed Frappe Bench" msg_info "Initializing Frappe Bench" ADMIN_PASS=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c13) cd /opt -export BENCH_ALLOW_SUPERUSER=1 +export CI=1 +export FRAPPE_ALLOW_SUPERUSER=1 $STD bench init --frappe-branch version-15 frappe-bench cd /opt/frappe-bench $STD bench get-app erpnext --branch version-15 diff --git a/install/jitsi-meet-install.sh b/install/jitsi-meet-install.sh index 71139cb5..9e4fd08c 100644 --- a/install/jitsi-meet-install.sh +++ b/install/jitsi-meet-install.sh @@ -19,7 +19,7 @@ msg_ok "Installed Dependencies" source /etc/os-release setup_deb822_repo "prosody" "https://prosody.im/files/prosody-debian-packages.key" "http://packages.prosody.im/debian" "${VERSION_CODENAME}" "main" -setup_deb822_repo "jitsi" "https://download.jitsi.org/jitsi-key.gpg.key" "https://download.jitsi.org/stable" "./" +setup_deb822_repo "jitsi" "https://download.jitsi.org/jitsi-key.gpg.key" "https://download.jitsi.org" "stable/" "" msg_info "Installing Jitsi Meet" echo "jitsi-videobridge2 jitsi-videobridge/jvb-hostname string ${LOCAL_IP}" | debconf-set-selections diff --git a/install/tubearchivist-install.sh b/install/tubearchivist-install.sh index 232c5f8b..0157c1ab 100644 --- a/install/tubearchivist-install.sh +++ b/install/tubearchivist-install.sh @@ -85,8 +85,7 @@ cat </opt/tubearchivist/.env TA_HOST=http://${LOCAL_IP}:8000 TA_USERNAME=admin TA_PASSWORD=${TA_PASSWORD} -TA_PORT=8000 -TA_BACKEND_PORT=8100 +TA_PORT=8100 ELASTIC_PASSWORD=${ES_PASSWORD} REDIS_CON=redis://localhost:6379 ES_URL=http://localhost:9200