From 83a2a4c37ef1753a5ebb8043e2baa1838144ddd7 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Mar 2026 15:03:28 +0100 Subject: [PATCH] fix(storyteller): use Node.js 24 as recommended by upstream docs - Upstream requires Node 24.x - fixes SyntaxError in worker.cjs - Add sqlite3 CLI tool as recommended dependency --- install/birdnet-install.sh | 2 +- install/erpnext-install.sh | 2 +- install/jitsi-meet-install.sh | 2 +- install/storybook-install.sh | 2 +- install/storyteller-install.sh | 5 +++-- install/teable-install.sh | 2 +- install/tubearchivist-install.sh | 2 +- json/teable.json | 2 +- 8 files changed, 10 insertions(+), 9 deletions(-) diff --git a/install/birdnet-install.sh b/install/birdnet-install.sh index 68bf944f..f2f29c41 100644 --- a/install/birdnet-install.sh +++ b/install/birdnet-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: community-scripts +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/tphakala/birdnet-go diff --git a/install/erpnext-install.sh b/install/erpnext-install.sh index 8daf76c0..e66c59c7 100644 --- a/install/erpnext-install.sh +++ b/install/erpnext-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: community-scripts +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/frappe/erpnext diff --git a/install/jitsi-meet-install.sh b/install/jitsi-meet-install.sh index 506eb57e..bdfc0128 100644 --- a/install/jitsi-meet-install.sh +++ b/install/jitsi-meet-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: community-scripts +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://jitsi.org/ diff --git a/install/storybook-install.sh b/install/storybook-install.sh index dab2ef86..db9506f0 100644 --- a/install/storybook-install.sh +++ b/install/storybook-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: community-scripts +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/storybookjs/storybook diff --git a/install/storyteller-install.sh b/install/storyteller-install.sh index fba102f6..2594912b 100644 --- a/install/storyteller-install.sh +++ b/install/storyteller-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: community-scripts +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://gitlab.com/storyteller-platform/storyteller @@ -19,12 +19,13 @@ $STD apt install -y \ git \ pkg-config \ libsqlite3-dev \ + sqlite3 \ python3 \ python3-setuptools \ ffmpeg msg_ok "Installed Dependencies" -NODE_VERSION="22" NODE_MODULE="yarn" setup_nodejs +NODE_VERSION="24" NODE_MODULE="yarn" setup_nodejs fetch_and_deploy_gh_release "readium" "readium/cli" "prebuild" "latest" "/opt/readium" "readium_linux_x86_64.tar.gz" ln -sf /opt/readium/readium /usr/local/bin/readium diff --git a/install/teable-install.sh b/install/teable-install.sh index fc2f4812..b59d7f48 100644 --- a/install/teable-install.sh +++ b/install/teable-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: community-scripts +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/teableio/teable diff --git a/install/tubearchivist-install.sh b/install/tubearchivist-install.sh index 05a8f3ab..756491a4 100644 --- a/install/tubearchivist-install.sh +++ b/install/tubearchivist-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 community-scripts ORG -# Author: community-scripts +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE # Source: https://github.com/tubearchivist/tubearchivist diff --git a/json/teable.json b/json/teable.json index 2f9efda7..ddcc022b 100644 --- a/json/teable.json +++ b/json/teable.json @@ -41,4 +41,4 @@ "type": "info" } ] -} +} \ No newline at end of file