push-app-to-main[bot]
01fe4179a0
GitHub-Runner ( #13709 )
...
* Add github-runner (ct)
* Simplify runner user creation in install script
* Add author and license information to script
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-04-15 13:35:52 +02:00
Tobias
8a243d2a2f
Revert "Remove low-install-count CT scripts and installers ( #13570 )" ( #13752 )
2026-04-15 12:52:45 +02:00
CanbiZ (MickLesk)
4500d413a2
fix(reitti): refactor scripts for v4 - remove RabbitMQ and Photon ( #13728 )
...
- Remove rabbitmq-server from install dependencies
- Remove RabbitMQ configuration block from install script
- Remove Photon JAR download and photon.service from install script
- Remove RabbitMQ and Photon config from application.properties
- Update reitti.service After/Wants to drop rabbitmq and photon deps
- Add v3->v4 migration in update_script: purge RabbitMQ, disable Photon
service, clean up application.properties and service unit file
- Remove orphaned nginx tile cache migration block from update_script
Refs: https://www.dedicatedcode.com/projects/reitti/4.0/upgrade/
2026-04-15 08:20:30 +02:00
Slaviša Arežina
7fa11aa6b5
Fix ( #13759 )
2026-04-15 08:05:17 +02:00
CanbiZ (MickLesk)
209f92bf0f
fix(lyrion): correct service name and version file in update script ( #13734 )
2026-04-14 21:22:32 +02:00
CanbiZ (MickLesk)
a17ba89e7b
Mealie: support v3.15+ Nuxt 4 migration ( #13731 )
2026-04-14 21:22:11 +02:00
Chris
a49d9c5713
Immich: Pin photo-processing library revisions ( #13748 )
2026-04-14 21:19:16 +02:00
Copilot
683be87e9e
Zerobyte: add git to dependencies to fix bun install failure ( #13721 )
...
* Initial plan
* fix(zerobyte): add git to dependencies to fix bun install postinstall script
Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/d5a3e428-515e-4b91-817e-0ff6d05ef24c
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
* fix(zerobyte): add ensure_dependencies git in update_script
Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/b61bb87d-1c0e-4f75-a16a-c1f6f2143e49
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-04-14 13:41:05 +02:00
Copilot
dda2ea811f
fix(mealie): pin version to v3.14.0 in install and update scripts ( #13724 )
...
Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/8cc1f756-6838-4392-9069-ba53921b4e38
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-04-13 23:29:01 +02:00
Chris
af9bf93707
Immich: Pin version to 2.7.5 ( #13715 )
2026-04-13 21:20:02 +02:00
CanbiZ (MickLesk)
83ef4a5857
refactor(bytestash): auto backup/restore data on update ( #13707 )
...
Remove manual backup prompt. Automatically back up and restore
the data directory (/opt/bytestash/data or legacy /opt/data)
during clean installs to prevent data loss.
2026-04-13 16:15:28 +02:00
CanbiZ (MickLesk)
e55fe43e2d
core: remove unused TEMP_DIR mktemp leak in build_container / clean sonarqube ( #13708 )
...
* fix(core): remove unused TEMP_DIR mktemp leak in build_container
The build_container() function created a temp directory via mktemp -d and
pushd into it, but never popd or rm -rf. The directory was not used for
anything — FUNCTIONS_FILE_PATH is downloaded into a variable, not a file.
Remove the mktemp -d and pushd entirely to eliminate the leak.
* fix(sonarqube): clean up temp file after zip extraction
The SonarQube update function (ct/sonarqube.sh) never deleted the
downloaded zip file (~200-500 MB) from /tmp after extraction. On LXC
containers with 4-8 GB disks, this accumulates with every update and
can eventually fill the disk.
Also add explicit cleanup in the install script instead of relying
solely on cleanup_lxc() pattern matching.
2026-04-13 15:59:42 +02:00
Copilot
2652ae6c95
Bambuddy: preserve database and archive on update ( #13706 )
...
* Initial plan
* fix(bambuddy): backup and restore database and archive directory on update
Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/17f6ab31-077b-4215-bc88-eac3187aab0b
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-04-13 15:55:46 +02:00
Chris
60957a8eee
OpenCloud: pin version to 6.0.0 ( #13691 )
2026-04-13 08:15:41 +02:00
CanbiZ (MickLesk)
346dfd8bf7
Alpine-Wakapi: Remove container checks in update_script function ( #13694 )
2026-04-12 21:32:51 +02:00
CanbiZ (MickLesk)
66ec27a1fb
MeTube: Allow pnpm build scripts to fix ERR_PNPM_IGNORED_BUILDS ( #13668 )
2026-04-12 09:04:26 +02:00
CanbiZ (MickLesk)
41fc57072a
BentoPDF: replace http-server with nginx to fix WASM initialization timeout ( #13625 )
2026-04-11 23:56:16 +02:00
CanbiZ (MickLesk)
146cd312d5
RomM: Use ROMM_BASE_PATH from .env for symlinks and nginx config ( #13666 )
2026-04-11 23:55:28 +02:00
CanbiZ (MickLesk)
8b0156ede8
Immich: Ensure newline before appending IMMICH_HELMET_FILE to .env ( #13667 )
2026-04-11 23:55:07 +02:00
Slaviša Arežina
e820d58f2e
Refactor ( #13656 )
2026-04-11 22:08:04 +02:00
Chris
b40bc46b4b
Immich: Pin version to 2.7.4 ( #13661 )
2026-04-11 22:07:23 +02:00
Copilot
017e709ac7
fix: ensure trailing newline in redis.conf before appending bind directive ( #13647 )
...
* Initial plan
* fix: ensure trailing newline in redis.conf before appending bind directive in homarr scripts
Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/69891642-9467-46d1-a5d4-004cb66aa824
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-04-10 22:36:56 +02:00
CanbiZ (MickLesk)
2707295eba
Homarr: bind Redis to localhost only ( #13552 )
...
* Homarr: bind Redis to localhost only
* fix(homarr): make Redis bind directive idempotent
Replace unconditional append with grep guard to prevent duplicate
'bind 127.0.0.1 -::1' entries on repeated updates.
* Fix whitespace in homarr install script
Clean up minor whitespace issues in install/homarr-install.sh: remove an extra space before the here-path in the Redis config append (>>/etc/redis/redis.conf) and strip a trailing space after the nginx service name in the systemctl disable call. These are whitespace-only edits to keep the script tidy and avoid passing unintended whitespace to commands.
2026-04-10 10:03:22 +02:00
Chris
6b224ac649
Immich: Pin version to 2.7.3 ( #13631 )
2026-04-10 07:20:17 +02:00
Tobias
703ad0ecb7
boostack: add: git ( #13620 )
...
* boostack: add: git
* bookstack: add: git
2026-04-09 16:44:11 +02:00
CanbiZ (MickLesk)
2c2beab3ce
checkmk: default v13 + dynamic codename ( #13610 )
2026-04-09 10:52:36 +02:00
CanbiZ (MickLesk)
41848653d6
bambuddy: add mkdir before data restore & add ffmpeg dependency ( #13601 )
2026-04-08 23:22:34 +02:00
CanbiZ (MickLesk)
ae3e1deece
fix(immich): disable upgrade-insecure-requests CSP directive ( #13600 )
...
Helmet's useDefaults adds upgrade-insecure-requests to the CSP,
which forces browsers to upgrade all HTTP requests to HTTPS.
Since most LXC users access Immich directly via HTTP, this breaks
the web UI completely (CORS errors, spinning logo).
Patch helmet.json after deploy to explicitly null out the directive,
keeping CSP benefits while allowing HTTP access.
Fixes #13597
2026-04-08 19:47:10 +02:00
community-scripts-pr-app[bot]
c11b2e9db2
Update .app files ( #13595 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-04-08 16:05:59 +02:00
push-app-to-main[bot]
8b7c620f92
IronClaw | Alpine-IronClaw ( #13591 )
...
* Add ironclaw (ct)
* add alpine variant
---------
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-04-08 15:59:21 +02:00
Zack
74c430ddf2
feat: update UHF Server script to use setup_ffmpeg ( #13564 )
...
Co-authored-by: Zack Rupinga <zackruppert@livenation.com >
2026-04-08 14:56:33 +02:00
Chris
c5083471d9
Immich: v2.7.2 ( #13579 )
...
* Squash merge dev/openvino-cpu into immich
* Immich: bump to v2.7.0
* Upstream fix for helmet.json
* Pin to 2.7.1; revert `helmet.json` fix
* Pin to v2.7.2
2026-04-08 07:21:07 +02:00
Michel Roegl-Brunner
a7a6d5dd17
Remove low-install-count CT scripts and installers ( #13570 )
2026-04-07 14:45:56 +02:00
CanbiZ (MickLesk)
daffd75719
Papra: check env before copy ( #13553 )
2026-04-06 21:45:11 +02:00
community-scripts-pr-app[bot]
c999a61c60
Update .app files ( #13559 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-04-06 21:08:26 +02:00
community-scripts-pr-app[bot]
00fdd3a3c5
Update .app files ( #13556 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-04-06 21:07:20 +02:00
push-app-to-main[bot]
42c02d1326
Add openthread-br (ct) ( #13536 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-04-06 21:07:05 +02:00
push-app-to-main[bot]
5d84c935e5
Add homelable (ct) ( #13539 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-04-06 21:06:40 +02:00
Tobias
a674e84eef
changedetection: fix: typing_extensions error ( #13548 )
2026-04-06 20:27:26 +02:00
Tobias
e5fd7e4436
kasm: fix: fetch latest version ( #13547 )
2026-04-06 20:26:59 +02:00
CanbiZ (MickLesk)
b72d91ef8e
Grist: remove install:ee step (private repo, not needed for grist-core) ( #13526 )
2026-04-05 21:51:10 +02:00
CanbiZ (MickLesk)
70a9d99ecd
Nginx Proxy Manager: ensure /tmp/nginx/body exists via openresty service ExecStartPre ( #13528 )
2026-04-05 21:28:34 +02:00
CanbiZ (MickLesk)
44ddf4cfa7
Nginx Proxy Manager: fix openresty restart by setting user root before reload ( #13500 )
2026-04-03 21:14:10 +02:00
FADIL
5540d57431
Wealthfolio: update to v3.2.1 and Node.js 24 ( #13486 )
2026-04-03 18:26:15 +02:00
community-scripts-pr-app[bot]
2acac05ddb
Update .app files ( #13492 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-04-03 09:55:18 +02:00
push-app-to-main[bot]
1025c7218b
netboot.xyz ( #13480 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-04-03 09:53:50 +02:00
CanbiZ (MickLesk)
4f9f5a64c9
Grist: Guard backup restore for empty docs/db files ( #13472 )
2026-04-03 00:37:20 +02:00
Copilot
0d2a24c712
fix(zigbee2mqtt): suppress grep error when pnpm-workspace.yaml is absent on update ( #13476 )
...
* Initial plan
* fix: suppress grep error when pnpm-workspace.yaml doesn't exist in zigbee2mqtt update
Agent-Logs-Url: https://github.com/community-scripts/ProxmoxVE/sessions/6bc6bdc3-ea2e-4577-b834-e25065ecf76d
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com >
2026-04-03 00:24:46 +02:00
community-scripts-pr-app[bot]
9789c46e20
Update .app files ( #13460 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-04-01 22:11:16 +02:00
push-app-to-main[bot]
9a259a96cc
Add drawdb (ct) ( #13454 )
2026-04-01 22:08:18 +02:00