CanbiZ (MickLesk)
e7dcd37cf7
ConvertX: add libreoffice-writer for ODT/document conversions ( #13196 )
2026-03-22 22:47:59 +01:00
community-scripts-pr-app[bot]
cf99d6ad3e
Update .app files ( #13181 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-22 09:56:20 +01:00
push-app-to-main[bot]
a7131a5df7
versitygw ( #13180 )
...
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-03-22 09:40:31 +01:00
Slaviša Arežina
f638f00291
Enable TUN ( #13158 )
2026-03-21 20:06:04 +01:00
Slaviša Arežina
572ddddb17
Fix ( #13157 )
2026-03-21 19:56:02 +01:00
CanbiZ (MickLesk)
62e3335adf
Reactive-Resume: add git dependency for v5.0.13+ ( #13133 )
...
* fix(reactive-resume): add git dependency for v5.0.13+
Reactive Resume v5.0.13 uses vite-plus (vp config) in its prepare
script which requires git. Without it, pnpm install fails with
'git command not found' (ELIFECYCLE exit code 1).
Closes #13110
* Add dependency check for git before stopping services
2026-03-20 21:47:40 +01:00
Copilot
2d46978205
Scanopy: increase default CPU, RAM, and HDD to prevent OOM during Rust build ( #13130 )
...
* Initial plan
* fix(scanopy): increase default CPU to 4, RAM to 4096MB, HDD to 8GB
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-03-20 21:47:34 +01:00
CanbiZ (MickLesk)
f00c7d3703
move dockerfile rm to 97
2026-03-20 14:41:15 +01:00
CanbiZ (MickLesk)
8651abd74b
qf: add -f for immich rm
2026-03-20 14:37:48 +01:00
Chris
a096fa19be
Immich: v2.6.1 ( #13111 )
2026-03-20 14:14:24 +01:00
community-scripts-pr-app[bot]
d73def58fc
Update .app files ( #13124 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-20 13:31:25 +01:00
push-app-to-main[bot]
b9c230fbb0
Add isponsorblocktv (ct) ( #13123 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-03-20 13:30:39 +01:00
community-scripts-pr-app[bot]
d35e982f11
Update .app files ( #13121 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-20 13:27:59 +01:00
push-app-to-main[bot]
70b9ba8be0
Add alpine-wakapi (ct) ( #13119 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-03-20 13:24:17 +01:00
community-scripts-pr-app[bot]
185dd557ee
Update .app files ( #13113 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-20 09:33:03 +01:00
push-app-to-main[bot]
50c422f11b
teleport ( #13086 )
...
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 >
2026-03-20 09:06:25 +01:00
CanbiZ (MickLesk)
8c35c68c9c
tools.func: display pin reason in release-check messages ( #13095 )
...
* Display pin reason in release-check messages
Add an optional pin_reason parameter to check_for_gh_release and check_for_codeberg_release and update the no-update messaging to show the provided reason. If no reason is supplied, show a default message indicating the update is temporarily held back due to issues with newer releases. This improves user feedback when versions are intentionally pinned.
* Add informational args to release checks
Pass extra informational strings to check_for_gh_release calls to surface release-specific notes. Updated ct/immich.sh (notes for Immich and VectorChord releases), ct/opencloud.sh (note for OpenCloud), and ct/plant-it.sh (note about web frontend presence). These messages clarify testing/compatibility expectations when checking/releases.
2026-03-19 22:18:27 +01:00
CanbiZ (MickLesk)
d45129c039
Reactive-Resume: Upgrade Node to 24 and enable Corepack ( #13093 )
...
Bump Node.js from 22 to 24 in the Reactive Resume install and update scripts. Invoke setup_nodejs during update, and enable Corepack (with COREPACK_ENABLE_DOWNLOAD_PROMPT=0) and run corepack prepare --activate before running pnpm install in both install and update flows. This ensures pnpm is available and non-interactive on Node 24 and prevents download prompts during CI/automated updates.
2026-03-19 21:18:10 +01:00
CanbiZ (MickLesk)
fa57b7a1d3
NocoDB: Unpin Version to latest ( #13094 )
...
* NocoDB: Unpin Version to latest
Updated the nocodb.sh script to fetch the latest release instead of a specific version.
* Update NocoDB installation script to use latest release
* remove old echo
Update NocoDB service file creation in install script.
2026-03-19 21:18:02 +01:00
CanbiZ (MickLesk)
24ce6e006b
Increase Tracearr RAM; derive APP_VERSION ( #13087 )
2026-03-19 15:47:40 +01:00
Slaviša Arežina
32127096e5
Update projectsend.sh to include installation URL ( #13078 )
2026-03-19 10:04:07 +01:00
Copilot
923fbf96d8
Owncast: increase default disk size from 2GB to 10GB ( #13079 )
...
* Initial plan
* increase owncast HDD default from 2GB to 10GB
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-03-19 10:03:48 +01:00
CanbiZ (MickLesk)
1ce0af9455
Bump Node to 24; pin webworkify-webpack
...
Update Node.js version from 22 to 24 in ct/dispatcharr.sh and install/dispatcharr-install.sh. Add a package.json override to force webworkify-webpack@2.1.3 and remove package-lock.json before running npm install during the frontend build to avoid dependency/lock conflicts and ensure a successful build.
2026-03-19 09:26:15 +01:00
CanbiZ (MickLesk)
8879b8ec2e
downgrade to node22
2026-03-19 09:00:47 +01:00
CanbiZ (MickLesk)
2a11d8e2d3
Dispatcharr: use npm install --no-audit --progress=false ( #13074 )
2026-03-19 08:35:09 +01:00
community-scripts-pr-app[bot]
607eff0939
Update .app files ( #13064 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-18 21:46:04 +01:00
CanbiZ (MickLesk)
79805f5f3d
Alpine-Ntfy ( #13048 )
2026-03-18 21:41:02 +01:00
CanbiZ (MickLesk)
7c467bee7b
Tdarr: use curl_with_retry and correct exit code ( #13060 )
2026-03-18 20:58:58 +01:00
Tobias
2001a43229
reitti: fix: v4 ( #13039 )
2026-03-18 18:35:43 +01:00
CanbiZ (MickLesk)
9f73b6756e
refactor(podman): replace deprecated commands with Quadlets ( #13052 )
2026-03-18 18:35:01 +01:00
CanbiZ (MickLesk)
852e557b1b
Refactor: Jellyfin repo, ffmpeg package and symlinks ( #13045 )
...
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-03-18 11:55:38 +01:00
CanbiZ (MickLesk)
c5caca97fd
Update termix.sh
2026-03-18 11:55:32 +01:00
CanbiZ (MickLesk)
dff876fb5c
termix: migrate to .env
2026-03-18 11:50:41 +01:00
CanbiZ (MickLesk)
02e7e5af8d
fix guacd service
2026-03-18 11:39:41 +01:00
CanbiZ (MickLesk)
341489ea3f
Termix: add guacd build and systemd integration ( #12999 )
2026-03-18 10:53:34 +01:00
community-scripts-pr-app[bot]
ee7829496f
Update .app files ( #13037 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-18 08:44:39 +01:00
push-app-to-main[bot]
bf17edcc89
split-pro ( #12975 )
...
* Add split-pro (ct)
* Update ct/split-pro.sh
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
* Enhance setup completion feedback in split-pro.sh
Add success message and access URL after setup completion.
* Refactor dependency installation command
* Apply suggestion from @tremor021
---------
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: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-03-18 08:43:40 +01:00
CanbiZ (MickLesk)
6d15a22d94
Paperless-NGX: increase default RAM to 3GB ( #13018 )
2026-03-18 08:32:58 +01:00
CanbiZ (MickLesk)
3db4ac1050
Plex: restart service after update to apply new version ( #13017 )
2026-03-18 08:32:34 +01:00
CanbiZ (MickLesk)
5197d759d7
pve-scripts-local: Increase default disk size from 4GB to 10GB ( #13009 )
2026-03-18 08:31:41 +01:00
CanbiZ (MickLesk)
c073286d53
sparkyfitness switch to pnpm
2026-03-18 08:18:04 +01:00
MickLesk
8ef2c445c8
immich: increase uv timeout to 300
2026-03-16 20:41:21 +01:00
MickLesk
e4a7ed6965
immcih: crop sha from pnpm
2026-03-16 20:36:21 +01:00
MickLesk
c69dae5326
immich: use curl with retry function
2026-03-16 20:23:46 +01:00
MickLesk
fee4617802
qf: add gcc13 fallback and use gcc14
2026-03-16 20:03:45 +01:00
community-scripts-pr-app[bot]
339301947b
Update .app files ( #12982 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-16 17:56:32 +01:00
push-app-to-main[bot]
6832e23ff1
Add gluetun (ct) ( #12976 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-03-16 17:45:22 +01:00
community-scripts-pr-app[bot]
d08ba7a0c4
Update .app files ( #12980 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-16 17:39:18 +01:00
push-app-to-main[bot]
c55d0784e2
Anytype-Server ( #12974 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-03-16 17:33:32 +01:00
CanbiZ (MickLesk)
13aea57207
fix(immich): use gcc-13 for compilation & add uv python pre-install with retry ( #12935 )
...
- Install gcc-13/g++-13 and export CC/CXX before compiling custom
photo-processing libraries to work around GCC-14 ICE segfaults
on Debian 13 Trixie (closes #12895 )
- Pre-install Python via 'uv python install' with 3-attempt retry
logic before running 'uv sync' to prevent connection reset failures
during machine-learning setup (closes #12926 )
- Applied to both fresh install and update paths
2026-03-16 17:32:16 +01:00