CanbiZ (MickLesk)
|
4e1ade4c28
|
bump various scripts from Node 22 to 24 (#12265)
* bump(node): Node 22 to 24 for Tier 1 projects
Bump Node.js from 22 to 24 in install and ct update scripts for projects
where upstream already uses Node 24 in their Dockerfile/package.json:
- Cross-seed (engines >=24, Dockerfile node:24-alpine)
- Matterbridge (engines >=24.0.0, Dockerfile node:24-trixie-slim)
- Manyfold (volta.node 24.13.0)
- Pangolin (Dockerfile node:24-alpine)
- ROMM (engines 24, nvm install 24)
- SnowShare (Dockerfile node:24-alpine)
- Verdaccio (engines >=18, Dockerfile node:24-alpine)
Also adds missing NODE_VERSION setup_nodejs calls to ct update scripts
for cross-seed, pangolin, romm, snowshare, and manyfold.
* formatting
* fix: pin NODE_VERSION for nodecast-tv and wealthfolio
nodecast-tv: NODE_VERSION=20 (upstream Dockerfile uses nodesource/setup_20.x)
wealthfolio: NODE_VERSION=20 (upstream Dockerfile uses node:20-alpine)
* ci: add weekly Node.js version drift check workflow
Scans all install scripts using setup_nodejs, fetches upstream
package.json (engines.node) and Dockerfile (FROM node:XX),
compares with our NODE_VERSION and opens/updates a GitHub issue
on mismatch. Runs weekly on Monday at 06:00 UTC.
* remove wf - seperate branch
|
2026-02-24 11:38:15 +01:00 |
|
CanbiZ (MickLesk)
|
b2017086cd
|
Bump various scripts to Debian 13 (Trixie) (#11093)
|
2026-01-23 21:54:23 +01:00 |
|
Tobias
|
08d67aa722
|
chore: fix update msg (#10593)
|
2026-01-06 22:57:40 +01:00 |
|
Tobias
|
c1fe8b91b4
|
chore: bump copyright to 2026 - happy new year (#10585)
* chore: bump copyright to 2026 - happy new year
* fix
* meilisearch fix source url
* livebook: fix space
* fix source cmd
* fix source cmd
|
2026-01-06 13:28:12 +01:00 |
|
CanbiZ
|
d427619745
|
Remove BOM from shebang lines in ct scripts (#8833)
|
2025-11-03 08:49:54 +01:00 |
|
CanbiZ
|
be7d0704d7
|
Standardize update success messages in scripts (#8757)
|
2025-10-30 17:24:16 +01:00 |
|
CanbiZ
|
2e4c51450f
|
change var in ct files to new standard (#3804)
|
2025-04-10 11:56:52 +02:00 |
|
CanbiZ
|
8c051b8186
|
Replace wget with curl -fsSL, normalize downloads, and prep for IPv6 (#3455)
* Initial Call, Switch from curl -s to curl -fsSL and wget to curl -fssL
* more switches
* switch vms
* more curls
* More curls
* more
* more
* more changes
* more
* prepare ipv6 calls
* change frontend to ipv6
* Formatting
* Fromatting
* Update gomft.sh
* Update gomft-install.sh
* Update ersatztv.sh
* Update build.func
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
|
2025-04-01 10:25:46 +02:00 |
|
CanbiZ
|
ece3ad2b13
|
Feature: Use Verbose Mode for all Scripts (removed &>/dev/null) (#2596)
* Feature: Use Verbose Mode for all Scripts (removed &>/dev/null)
* Update crafty-controller.sh
|
2025-02-24 12:49:16 +01:00 |
|
CanbiZ
|
af01193bc2
|
[core] cleanup (remove # App Default Values) (#2356)
|
2025-02-13 17:59:47 +01:00 |
|
Jakub Matraszek
|
8181518c24
|
New script: cross-seed (#2186)
|
2025-02-12 10:04:27 +01:00 |
|