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)
43fb75f2b4
Switch sqlite-specific db scripts to generic ( #11868 )
...
Replace npm script calls to db:sqlite:generate and db:sqlite:push with db:generate and db:push in ct/pangolin.sh and install/pangolin-install.sh. This makes the build/install steps use the generic DB task names for consistency across update and install workflows.
2026-02-13 09:16:13 +01:00
Slaviša Arežina
b215bac01d
Update database generation command in install script ( #11825 )
2026-02-12 12:48:16 +01:00
CanbiZ (MickLesk)
70c9df24d9
Pangolin: replace build:sqlite with db:generate + build ( #11616 )
...
* Replace build:sqlite with db:generate + build
Update build flow in ct/pangolin.sh and install/pangolin-install.sh to use `npm run db:generate` followed by `npm run build` instead of the old `npm run build:sqlite`. Also normalize a DB generation invocation by replacing `npm run db:sqlite:generate` with `npm run db:generate` in the installer. These changes consolidate DB generation and use the standard build step.
* Update pangolin-install.sh
* db push on update
2026-02-06 14:25:44 +01:00
Chris
f05927602c
ensure additional JSON files are in place ( #11183 )
2026-01-25 21:01:31 +01:00
CanbiZ (MickLesk)
eaf911be0b
fix(pangolin): use dynamic badger plugin version ( #10867 ) ( #10975 )
2026-01-19 22:41:01 +01:00
Slaviša Arežina
90f73d1d24
Remove custom IP fetching ( #10954 )
...
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-01-19 16:33:08 +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
Andrew Y.
6311584fef
fix(pangolin-install): add network-online dependency ( #9984 )
...
Co-authored-by: Andrey Yantsen <worried-networking@users.noreply.github.com >
2025-12-15 14:42:24 +01:00
Slaviša Arežina
e27a68275b
Fixed URLs ( #9902 )
2025-12-12 14:21:15 +01:00
CanbiZ
afe330173e
Refactor cleanup steps to use cleanup_lxc function ( #9354 )
2025-11-22 17:27:13 +01:00
Slaviša Arežina
1ba79a3d8d
Pangolin: Add Traefik proxy ( #8952 )
...
* Add Traefik
* Update
* Update
2025-11-07 14:59:34 +01:00
Slaviša Arežina
077c866399
Refactor ( #8828 )
2025-11-02 20:53:05 +01:00
push-app-to-main[bot]
f36c8d525a
Pangolin ( #8809 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2025-11-01 20:06:45 +01:00