MickLesk
b8a1879b24
hotfix: retry npm install with --force for corepack shims
...
Add a fallback retry using `npm install -g --force` when the initial install fails. This handles EEXIST errors caused by corepack-provided shims for pnpm/yarn that ship with recent Node.js versions and block installation to /usr/bin/<tool>.
2026-07-03 09:34:21 +02:00
community-scripts-pr-app[bot]
9f90357abc
Update CHANGELOG.md ( #15560 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02
2026-07-02 22:04:00 +00:00
community-scripts-pr-app[bot]
a068d32a66
Update CHANGELOG.md ( #15559 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 21:59:16 +00:00
CanbiZ (MickLesk)
ea7249ca03
Revert "Immich v3.0.0 ( #15153 )" ( #15558 )
...
This reverts commit a76225aba6 .
2026-07-02 23:58:50 +02:00
community-scripts-pr-app[bot]
d610a35b34
Update CHANGELOG.md ( #15551 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 19:44:17 +00:00
Chris
a76225aba6
Immich v3.0.0 ( #15153 )
...
* streamline build
- eliminate unnecessary install commands
- refactor Mise plugin build process
* Upgrade Vectorchord to v1.0.0
* consolidate sdk, cli & web build
* bump version to 3.0.0
* fix path to plugins
* preserve group vector during machine-learning build
* fix plugin copy source path
* upgrade libvips
* use correct brackets for arch_resolve
2026-07-02 21:43:48 +02:00
community-scripts-pr-app[bot]
0c9d77973e
Update CHANGELOG.md ( #15547 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 11:54:02 +00:00
Michel Roegl-Brunner
9b7f4533c6
feat(build.func): add var_ignore_disable to bypass disabled-script guard ( #15544 )
...
Allow users to set var_ignore_disable=true to continue past the 'script disabled' guard in runtime_script_status_guard(). A warning is still shown, but execution continues instead of aborting. Deleted scripts remain a hard stop.
2026-07-02 13:53:39 +02:00
community-scripts-pr-app[bot]
70f8118198
Update CHANGELOG.md ( #15546 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 11:49:26 +00:00
CanbiZ (MickLesk)
ace936085e
typo: fix npm update to npm install for n8n ( #15545 )
2026-07-02 13:49:00 +02:00
community-scripts-pr-app[bot]
6f18af08d8
Update CHANGELOG.md ( #15543 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 09:07:06 +00:00
push-app-to-main[bot]
cd9c920d48
Rackula ( #15465 )
...
* Add rackula (ct)
* Update rackula.sh
* Update install/rackula-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* Update install/rackula-install.sh
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
* fix(rackula): install Bun outside /root so hardened service unit can exec it (#15540 )
rackula-api.service ships with ProtectHome=true and
ExecStart=/usr/local/bin/bun. With BUN_INSTALL=/root/.bun the symlink
resolves into /root, which is masked in the unit's mount namespace, so
the service fails with status=203/EXEC and crash-loops. Use /opt/bun
instead, matching yubal and gitea-mirror.
Also drop the unused BUN_VERSION/BUN_VARIANT block (bun.sh/install
takes the version as a positional arg and detects avx2/baseline
itself, so the env vars were dead code) and restore the msg_ok
"Installed Bun" / msg_info "Setting up Rackula" pair.
Claude-Session: https://claude.ai/code/session_011sGajwSQGg1vd6m2AC6Byq
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
* Refactor rackula-install.sh to streamline installation
Removed checks for security headers config file and adjusted installation steps for Bun and Rackula.
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
Co-authored-by: Gareth Evans <63365672+ggfevans@users.noreply.github.com >
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-02 11:06:43 +02:00
community-scripts-pr-app[bot]
6a07f1bfd5
Update CHANGELOG.md ( #15542 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 07:12:27 +00:00
CanbiZ (MickLesk)
3f1b2f2180
Frigate: bump to v0.17.2 ( #15536 )
2026-07-02 09:11:58 +02:00
community-scripts-pr-app[bot]
0bc090abc6
Update CHANGELOG.md ( #15541 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 07:07:31 +00:00
CanbiZ (MickLesk)
be29bb1538
tools.func: configure pnpm to allow all build scripts for LXC container environments ( #15532 )
2026-07-02 09:07:04 +02:00
community-scripts-pr-app[bot]
8f3d439daa
Update CHANGELOG.md ( #15538 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01
2026-07-01 20:41:16 +00:00
CanbiZ (MickLesk)
88458c5837
Stirling-PDF: patch libicudata execstack flag for LXC container compatibility ( #15531 )
2026-07-01 22:40:55 +02:00
community-scripts-pr-app[bot]
ce11015489
Update CHANGELOG.md ( #15537 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01 20:37:34 +00:00
CanbiZ (MickLesk)
f156e761e0
FlowiseAI: align install to use pnpm instead of npm to fix missing dependencies ( #15530 )
2026-07-01 22:37:07 +02:00
community-scripts-pr-app[bot]
7493a7f003
Update CHANGELOG.md ( #15535 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01 20:36:27 +00:00
CanbiZ (MickLesk)
a8eedc1848
core: fix SDN vnet network parameter to use bridge instead of vnet ( #15527 )
2026-07-01 22:36:07 +02:00
community-scripts-pr-app[bot]
be21f7517a
Update CHANGELOG.md ( #15534 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01 20:36:02 +00:00
CanbiZ (MickLesk)
4c10c0d98f
Vaultwarden: handle version detection failure gracefully in update ( #15526 )
2026-07-01 22:35:43 +02:00
community-scripts-pr-app[bot]
17d18e70c8
Update CHANGELOG.md ( #15533 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01 20:35:37 +00:00
CanbiZ (MickLesk)
80af66e864
tools.func: use safe variable expansion in check_for_gh_release RETURN trap ( #15529 )
2026-07-01 22:35:15 +02:00
community-scripts-pr-app[bot]
53c72b9a1f
Update CHANGELOG.md ( #15524 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01 19:14:15 +00:00
Sam Heinz
34f56866d5
iventoy fix for arm64 ( #15521 )
2026-07-01 21:13:48 +02:00
community-scripts-pr-app[bot]
7b5d525d26
Update CHANGELOG.md ( #15518 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01 13:36:35 +00:00
Tobias
26c8959902
homarr: fix: update-fail ( #15512 )
...
* homarr: fix: update-fail
* homarr: fix: rm
2026-07-01 15:36:12 +02:00
community-scripts-pr-app[bot]
9c6d4479a7
Update CHANGELOG.md ( #15517 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01 13:35:14 +00:00
Slaviša Arežina
e276b6c5b5
pin version to 2.27.5 ( #15516 )
2026-07-01 15:34:50 +02:00
community-scripts-pr-app[bot]
a1fa80cec3
Update CHANGELOG.md ( #15510 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-01 06:02:12 +00:00
push-app-to-main[bot]
cd8a07a170
iVentoy ( #15503 )
2026-07-01 08:01:45 +02:00
community-scripts-pr-app[bot]
2dff51e198
Update CHANGELOG.md ( #15500 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-30
2026-06-30 14:00:39 +00:00
Alexander Georgievskiy
7450c1ef03
[tools/pve/*.sh] https://download.proxmox.com -> http://download.proxmox.com (PVE8 Only) ( #15498 )
2026-06-30 16:00:08 +02:00
community-scripts-pr-app[bot]
dbad31ba08
Update CHANGELOG.md ( #15497 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-30 12:29:09 +00:00
Sam Heinz
8fba38a423
feat(erpnext): add migration to v16/update install script for v16 ( #15437 )
2026-06-30 14:28:40 +02:00
CanbiZ (MickLesk)
5d25171d8d
harmonize with frontend
2026-06-30 14:09:56 +02:00
community-scripts-pr-app[bot]
fde188a6ff
Update CHANGELOG.md ( #15496 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-30 11:01:41 +00:00
Slaviša Arežina
4d56173394
Refactor: Use heredoc when creating env files and creds/other ( #15469 )
...
* Use heredoc
* Fixes
2026-06-30 13:01:18 +02:00
community-scripts-pr-app[bot]
02bbb774c9
Update CHANGELOG.md ( #15494 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-30 09:45:11 +00:00
push-app-to-main[bot]
7c8bbed4fa
FMD Server ( #15481 )
...
* Add fmd-server (ct)
* Update fmd-server.sh
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-06-30 19:44:42 +10:00
community-scripts-pr-app[bot]
71761ce5a9
Update CHANGELOG.md ( #15493 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-30 08:19:28 +00:00
CanbiZ (MickLesk)
069c8f578f
ImageMagick: Switch to github releases ( #15492 )
2026-06-30 10:19:05 +02:00
community-scripts-pr-app[bot]
da24518021
Update CHANGELOG.md ( #15488 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-29
2026-06-29 21:12:29 +00:00
community-scripts-pr-app[bot]
5703462a0d
Update CHANGELOG.md ( #15487 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-29 21:12:19 +00:00
Slaviša Arežina
89998b4fa0
add edit_yaml_config function ( #15484 )
2026-06-30 07:12:04 +10:00
community-scripts-pr-app[bot]
7140f1dd00
Update CHANGELOG.md ( #15486 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-06-29 21:11:53 +00:00
push-app-to-main[bot]
e9bc9df3a9
Koffan ( #15467 )
...
* Add koffan (ct)
* Update koffan.sh
* Update ct/koffan.sh
Co-authored-by: Sam Heinz <sam@samheinz.com >
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
Co-authored-by: Sam Heinz <sam@samheinz.com >
2026-06-29 23:11:26 +02:00