CanbiZ (MickLesk)
102805f8ce
remove old echo
...
Update NocoDB service file creation in install script.
2026-03-19 17:37:25 +01:00
CanbiZ (MickLesk)
5c0a8d682d
Update NocoDB installation script to use latest release
2026-03-19 17:37:03 +01:00
CanbiZ (MickLesk)
2cc0c738ed
NocoDB: Unpin Version to latest
...
Updated the nocodb.sh script to fetch the latest release instead of a specific version.
2026-03-19 17:35:56 +01:00
community-scripts-pr-app[bot]
8c452e855b
Update CHANGELOG.md ( #13090 )
...
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Has been cancelled
Update script timestamp on .sh changes / update-script-timestamp (push) Has been cancelled
Stale PR Management / stale-prs (push) Has been cancelled
Lock closed issues / lock (push) Has been cancelled
Create Daily Release / create-daily-release (push) Has been cancelled
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-19 14:49:24 +00:00
CanbiZ (MickLesk)
24ce6e006b
Increase Tracearr RAM; derive APP_VERSION ( #13087 )
2026-03-19 15:47:40 +01:00
community-scripts-pr-app[bot]
84c7647841
Update CHANGELOG.md ( #13082 )
...
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Has been cancelled
Update script timestamp on .sh changes / update-script-timestamp (push) Has been cancelled
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-19 09:04:41 +00:00
community-scripts-pr-app[bot]
24429475f8
Update CHANGELOG.md ( #13081 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-19 09:04:19 +00: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
community-scripts-pr-app[bot]
1c74a7b1b1
Update CHANGELOG.md ( #13077 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-19 07:35:34 +00: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]
31750a6896
Update CHANGELOG.md ( #13076 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-19 07:34:52 +00:00
CanbiZ (MickLesk)
1754b68327
github: add PocketBase bot workflow ( #13075 )
2026-03-19 08:34:26 +01:00
community-scripts-pr-app[bot]
2a7b6c8d86
Update CHANGELOG.md ( #13073 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-19 05:56:22 +00:00
CanbiZ (MickLesk)
ba01175bc6
core: reorder hwaccel setup and adjust GPU group usermod ( #13072 )
...
* fix(tdarr): use curl_with_retry and verify binaries before enabling service
Tdarr_Updater downloads the actual server/node binaries from tdarr.io at
runtime. If tdarr.io is blocked by local DNS (e.g. OPNsense OISD blocklists),
the updater exits silently with code 0, leaving no binaries on disk. The
subsequent systemctl enable then fails with 'Operation not permitted' (exit 1)
because the ExecStart paths don't exist.
Changes:
- Replace bare curl with curl_with_retry for versions.json and Tdarr_Updater.zip
downloads to gain retry logic, DNS pre-check and exponential backoff
- Add msg_info before Tdarr_Updater run so users see this step in the log
- Check that Tdarr_Server and Tdarr_Node binaries exist after the updater
runs; fail immediately with a clear message pointing to tdarr.io connectivity
instead of letting systemctl fail with a confusing 'Operation not permitted'
Fixes : #13030
* Improve Tdarr installer error handling
Refine post-update validation and failure behavior in tdarr-install.sh: remove a redundant status message, simplify the updater check to only require the Tdarr_Server binary, and replace the previous fatal path with msg_error plus an explicit exit 250. This makes failures (for example when tdarr.io is blocked by local DNS) clearer and avoids false negatives from the Tdarr_Node existence check.
* Use curl_with_retry and handle updater failure
Replace direct curl calls with curl_with_retry for fetching versions.json and downloading Tdarr_Updater.zip to improve network reliability. Add a post-update check that verifies /opt/tdarr/Tdarr_Server/Tdarr_Server exists; if missing, log an error suggesting possible DNS blocking and exit with code 250. Minor cleanup of updater artifacts remains unchanged.
* Reorder hwaccel setup and adjust GPU group usermod
Move setup_hwaccel invocations in emby, jellyfin, ollama, and plex installers to occur after package installation/configuration so GPU drivers/repos are present before enabling hardware acceleration. Update _setup_gpu_permissions to call usermod directly (remove $STD wrapper) when adding service users to render/video groups. Includes minor whitespace/ordering cleanups in the installer scripts.
2026-03-19 06:55:56 +01:00
community-scripts-pr-app[bot]
607eff0939
Update .app files ( #13064 )
...
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Has been cancelled
Update script timestamp on .sh changes / update-script-timestamp (push) Has been cancelled
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-18
2026-03-18 21:46:04 +01:00
community-scripts-pr-app[bot]
df51f7114e
Update CHANGELOG.md ( #13063 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 20:41:28 +00:00
CanbiZ (MickLesk)
79805f5f3d
Alpine-Ntfy ( #13048 )
2026-03-18 21:41:02 +01:00
community-scripts-pr-app[bot]
59c601e0e2
Update CHANGELOG.md ( #13061 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 19:59:24 +00:00
CanbiZ (MickLesk)
7c467bee7b
Tdarr: use curl_with_retry and correct exit code ( #13060 )
2026-03-18 20:58:58 +01:00
CanbiZ (MickLesk)
d2e5991416
qf start service (podman)
2026-03-18 18:52:07 +01:00
community-scripts-pr-app[bot]
73e6d4b855
Update CHANGELOG.md ( #13059 )
...
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Has been cancelled
Update script timestamp on .sh changes / update-script-timestamp (push) Has been cancelled
Stale PR Management / stale-prs (push) Has been cancelled
Lock closed issues / lock (push) Has been cancelled
Create Daily Release / create-daily-release (push) Has been cancelled
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 17:37:14 +00:00
community-scripts-pr-app[bot]
a53a851cc9
Update CHANGELOG.md ( #13058 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 17:35:58 +00:00
Tobias
2001a43229
reitti: fix: v4 ( #13039 )
2026-03-18 18:35:43 +01:00
community-scripts-pr-app[bot]
d35249b8f4
Update CHANGELOG.md ( #13057 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 17:35:33 +00:00
CanbiZ (MickLesk)
9f73b6756e
refactor(podman): replace deprecated commands with Quadlets ( #13052 )
2026-03-18 18:35:01 +01:00
CanbiZ (MickLesk)
192e2950e7
chore: fix pocketbase workflows
2026-03-18 16:57:20 +01:00
community-scripts-pr-app[bot]
20c4657f39
Update CHANGELOG.md ( #13054 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 15:45:45 +00:00
CanbiZ (MickLesk)
e20fed1a2d
tools.func Implement pg_cron setup for setup_postgresql ( #13053 )
...
* tools.func Implement PostgreSQL setup and upgrade function
Added setup_postgresql function to install or upgrade PostgreSQL, including optional modules and backup restoration.
* correct diff
* Update tools.func
* Update tools.func
* Update tools.func
* Update tools.func
2026-03-18 16:45:11 +01:00
community-scripts-pr-app[bot]
8b4f0f60e1
Update CHANGELOG.md ( #13047 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 10:57:01 +00:00
CanbiZ (MickLesk)
bd91c4d07f
tools: Centralize GPU group setup via setup_hwaccel ( #13044 )
...
improve hardware-acceleration setup to centralize service user group management. Install scripts (emby, plex, ollama, channels) now pass a service user to setup_hwaccel (or no user for channels) and have had inline /etc/group sed/usermod tweaks removed. misc/tools.func updated: setup_hwaccel accepts an optional service_user and forwards it to _setup_gpu_permissions, which now adds the service user to render and video groups if provided. This consolidates GPU permission changes in one place and removes duplicated per-service group edits.
2026-03-18 11:56:32 +01:00
community-scripts-pr-app[bot]
6bb264491c
Update CHANGELOG.md ( #13046 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 10:56:01 +00: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)
0f4bfc0b5a
add missing func?
2026-03-18 11:15:02 +01:00
community-scripts-pr-app[bot]
152be10741
Update CHANGELOG.md ( #13043 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 09:54:04 +00: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 )
...
Auto Update .app-files / update-app-files (push) Has been cancelled
Create Changelog Pull Request / update-changelog-pull-request (push) Has been cancelled
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Has been cancelled
Update script timestamp on .sh changes / update-script-timestamp (push) Has been cancelled
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-03-18 08:44:39 +01:00
community-scripts-pr-app[bot]
b67cbc1585
Update CHANGELOG.md ( #13036 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 07:44:05 +00: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
community-scripts-pr-app[bot]
8aa4e5b8cb
Update CHANGELOG.md ( #13035 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 07:33:23 +00:00
community-scripts-pr-app[bot]
7c770e2ee7
Update CHANGELOG.md ( #13034 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 07:33:03 +00: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
community-scripts-pr-app[bot]
16dfad5c77
Update CHANGELOG.md ( #13033 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-03-18 07:32:08 +00:00
CanbiZ (MickLesk)
5197d759d7
pve-scripts-local: Increase default disk size from 4GB to 10GB ( #13009 )
2026-03-18 08:31:41 +01:00