push-app-to-main[bot]
8b3966cd31
Add step-ca (ct) ( #13775 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-04-17 15:40:58 +02:00
Kyle
062a91d178
Add pnpm as a dependency to ghost-cli install ( #13789 )
2026-04-16 08:30:21 +02:00
push-app-to-main[bot]
ca23d95226
iGotify ( #13773 )
...
* Add igotify (ct)
* Simplify installation command for aspnetcore-runtime
---------
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 23:02:47 +02:00
GuiltyFox
1d4d3f63d1
Update Nginx MIME types to support .mjs files ( #13771 )
2026-04-15 23:00:06 +02:00
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
CanbiZ (MickLesk)
8cccdf9fa5
rename
2026-04-15 12:56:11 +02:00
CanbiZ (MickLesk)
a7f815ef06
Add files via upload
2026-04-15 12:55:43 +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
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
Slaviša Arežina
9b35339cbe
Changedetection: move env vars from service file to .env ( #13732 )
2026-04-14 20:19:37 +02:00
Slaviša Arežina
64d000b73a
Nginx fixes ( #13741 )
2026-04-14 15:12:18 +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
Alexander Stein
c881811499
alpine-nextcloud-install: do not use deprecated nginx config ( #13726 )
...
Co-authored-by: Alexander Stein <alexander.stein@mailbox.org >
2026-04-14 10:51:07 +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)
1d609976d3
Slskd: Remove stale Soularr lock file on startup and redirect logs to stderr ( #13669 )
...
* Slskd: Remove stale Soularr lock file on startup and redirect logs to stderr
* fix(slskd): inline LOCK_FILE variable
2026-04-13 21:02:29 +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
Chris
60957a8eee
OpenCloud: pin version to 6.0.0 ( #13691 )
2026-04-13 08:15:41 +02:00
CanbiZ (MickLesk)
3dd3040010
IronClaw: Install keychain dependencies and launch in a DBus session ( #13692 )
2026-04-12 21:33:17 +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)
bea342ba04
Element Synapse: Add MatrixRTC configuration for Element Call support ( #13665 )
2026-04-11 23:55:47 +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)
ecb4d36d6a
Crafty Controller: Wait for credentials file instead of fixed sleep ( #13670 )
2026-04-11 23:54:03 +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
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
maztheman
507ad186dd
Update flaresolverr-install.sh ( #13584 )
...
Fix error saying this file already doesnt exist?
2026-04-08 10:38:53 +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
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
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)
68e009e9c6
MotionEye: run as root to enable SMB share support ( #13527 )
2026-04-05 21:04:08 +02:00
CanbiZ (MickLesk)
4241c34d3c
Crafty Controller: add Java 25 for Minecraft 1.26.1+ ( #13502 )
2026-04-03 21:15:01 +02:00
FADIL
5540d57431
Wealthfolio: update to v3.2.1 and Node.js 24 ( #13486 )
2026-04-03 18:26:15 +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