community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9d719d18d2
Update CHANGELOG.md ( #16722 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-24 11:46:20 +00:00
CanbiZ (MickLesk)
3c56af9f33
fileflows: update download URL, old /downloads/zip endpoint returns 404 ( #16708 )
2026-08-24 13:45:56 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
e9744fa681
Update CHANGELOG.md ( #16721 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-24 11:45:38 +00:00
CanbiZ (MickLesk)
d1dd9e18e4
post-pve/pbs-install: fix component_exists_in_sources matching substrings of hyphenated tokens ( #16709 )
...
* post-pve-install: fix component_exists_in_sources matching substrings of hyphenated tokens
* post-pbs-install: fix component_exists_in_sources matching substrings of hyphenated tokens
2026-08-24 13:45:15 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7cc090d508
Update CHANGELOG.md ( #16720 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-24 11:41:14 +00:00
CanbiZ (MickLesk)
566c203a34
Gitea: fix git-over-SSH auth, group-writable home dir tripped sshd StrictModes ( #16710 )
...
* gitea: fix git-over-SSH auth, group-writable home dir tripped sshd StrictModes
* Update gitea-install.sh
2026-08-24 13:40:43 +02:00
Michel Roegl-Brunner and Claude Opus 4.8
803fbfdd9f
Document the breaking-change advisory block in the PR template
...
Explains the ```breaking-change block a breaking-change PR can carry —
severity, action (warn/block), expect, and before_update steps — with a
copy-paste example kept inside an HTML comment so it stays inert until an
author fills it in.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_01TFBuZEp142Ei2PAfWqbMXT
2026-08-24 13:14:17 +02:00
Michel Roegl-Brunner and Claude Opus 4.8
19bfe87e0e
Notify Helper-Scripts site when a breaking-change PR merges
...
On a merged PR labelled "breaking change", POST the PR number to the site's
/api/breaking-changes/ingest endpoint so it can show a temporary advisory on
the affected scripts. Uses pull_request_target (secrets available for fork
PRs) and never checks out PR code — it only forwards the number after merge.
The `labeled` trigger also covers labelling a PR after it has merged.
Requires repo secret BREAKING_CHANGE_INGEST_SECRET (matching the site) and an
optional SITE_URL variable (defaults to https://community-scripts.org ).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_01TFBuZEp142Ei2PAfWqbMXT
2026-08-24 10:33:51 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
c8c5b91ec4
Update CHANGELOG.md ( #16705 )
...
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-24 05:45:16 +00:00
CanbiZ (MickLesk)
065f34aefe
build.func: allow default.vars to raise var_cpu/var_ram/var_disk above app baseline ( #16704 )
2026-08-24 07:44:47 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
c1929dc2a9
Update CHANGELOG.md ( #16694 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-23
2026-08-23 01:22:06 +00:00
CanbiZ (MickLesk) and Tobias
a35a75eadb
Set default ProxmoxVE raw URL in PVE-UPS & fix var_cpu sorting ( #16689 )
...
* Set default ProxmoxVE raw URL in UPS script
Define `_CS_DEFAULT_URL` at the top of `ct/pve-ups.sh` and remove the outdated bootstrap comments, aligning the script with the newer URL-default pattern used for script sourcing.
* Branch var_cpu by OS where the two variants actually differ
The merged scripts branch var_ram, var_disk and var_version on var_os but
left var_cpu above the branch, so both variants inherited the Debian value.
On Vaultwarden that meant an Alpine container was told it wanted four cores
for an update that runs apk and restarts a service.
Only seven scripts are affected. Comparing each merged script against the
alpine-* script it replaced, 22 of the 29 already had the same CPU count on
both sides, so moving the line there would be churn with no behaviour change.
These seven did not:
docker, forgejo, ironclaw, syncthing, transmission, zigbee2mqtt 2 -> 1
vaultwarden 4 -> 1
The Alpine values are the ones those scripts carried before the merge, read
back out of the deleted alpine-* files rather than picked. The Debian arm
keeps what it has now.
Needs the matching core change: until build.func derives var_os inside a
container, an update never reaches the Alpine arm at all.
* fix: source url
* Update script to source build functions from URLs
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-08-23 03:21:42 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
e594abc636
Update CHANGELOG.md ( #16693 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-22
2026-08-23 00:03:53 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
c40864cf56
Archive old changelog entries ( #16692 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-23 00:03:26 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
292a8a801b
Update CHANGELOG.md ( #16680 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-22 04:31:16 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
f5e1da936c
Update CHANGELOG.md ( #16679 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-22 04:30:58 +00:00
thieneret
f884cb704b
update authentik to 2026.8.0 ( #16674 )
2026-08-22 06:30:52 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9b319b7c01
Update CHANGELOG.md ( #16678 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-22 04:30:36 +00:00
push-app-to-main[bot] and push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
b99e7a3774
Add pve-ups (ct) ( #16670 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-08-22 06:30:33 +02:00
CanbiZ (MickLesk)
d59a673211
docuseal: use DocuSeal's patched PDFium build to fix service start ( #16673 )
...
DocuSeal switched to its own PDFium fork (upstream commit "adjust pdfium",
2026-08-15) and now attaches functions that only exist in that build, e.g.
FPDFPage_GetAnnotCountRaw from the added fpdf_annots_raw.h. The generic
bblanchon/pdfium-binaries library the script installed does not export them,
so lib/pdfium.rb raises FFI::NotFoundError while Rails eager-loads and both
docuseal.service and docuseal-sidekiq.service fail to start:
Unable to load application: FFI::NotFoundError: Function
'FPDFPage_GetAnnotCountRaw' not found in [libpdfium.so]
Install the library from docusealco/pdfium-binaries instead, matching the
upstream Dockerfile. It is only published as a musl build (DocuSeal's image is
Alpine based), so the musl runtime is installed and its library directory is
added to the loader search path - the shared object needs "libc.so" (musl) at
dlopen time. Verified on glibc: the library loads, resolves the raw annotation
functions and renders pages correctly.
The update path now refreshes PDFium too, so existing containers are repaired
by running "update" even when DocuSeal itself is already up to date.
2026-08-22 06:30:08 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ef018d996e
Update CHANGELOG.md ( #16676 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-21
2026-08-21 22:39:51 +00:00
Tobias
6a2dfe1421
fix: wallos ( #16666 )
2026-08-22 00:39:29 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
c21c0e7e8d
Update CHANGELOG.md ( #16672 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-21 19:27:46 +00:00
Tobias
a0f3f809e2
fix: barassistant compatibility with v6 ( #16665 )
2026-08-21 21:27:24 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ee518802db
Update CHANGELOG.md ( #16662 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-21 08:37:41 +00:00
CanbiZ (MickLesk)
288a40e96f
immichframe: strip invalid UUID placeholders from default Settings.yml ( #16660 )
2026-08-21 10:37:12 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6e1e9ec4e2
Update CHANGELOG.md ( #16659 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-21 06:08:57 +00:00
CanbiZ (MickLesk)
9d8b78daca
openziti-controller: redirect stdin from /dev/null to skip postinst's interactive bootstrap prompt ( #16650 )
2026-08-21 08:08:33 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9ef2346bac
Update CHANGELOG.md ( #16658 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-21 06:05:37 +00:00
CanbiZ (MickLesk)
3b3a5e7d29
bookorbit: bump default RAM to prevent tsc OOM segfault during nest build ( #16649 )
2026-08-21 08:05:08 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
f19a699b71
Update CHANGELOG.md ( #16657 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-21 05:56:04 +00:00
CanbiZ (MickLesk)
d2fe695c49
immich: split jpegli into its own build step, resolve library revisions dynamically ( #16656 )
2026-08-21 07:55:32 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
d477a6b325
Update CHANGELOG.md ( #16654 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-21 05:24:47 +00:00
CanbiZ (MickLesk)
a4542eacb3
tdarr: make unzip non-interactive to prevent hang on repeat/automated updates ( #16648 )
2026-08-21 07:24:22 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
df2d700a40
Update CHANGELOG.md ( #16651 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-21 03:59:46 +00:00
CanbiZ (MickLesk)
a1761d4d6f
immich: fix jpegli patch path after upstream base-images split jpegli from libjxl ( #16647 )
2026-08-21 13:59:15 +10:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
d6b51ccd9e
Update CHANGELOG.md ( #16645 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-20
2026-08-20 12:33:12 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
d03e139208
Update CHANGELOG.md ( #16644 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-20 12:32:46 +00:00
Tobias
888cc8b09f
update: various script to debian 13 ( #16525 )
2026-08-20 14:32:42 +02:00
CanbiZ (MickLesk)
78d29a6de1
storyteller: fix build paths for upstream applications/web/ monorepo restructure ( #16627 )
2026-08-20 14:32:23 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
82777dd291
Update CHANGELOG.md ( #16643 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-20 12:32:21 +00:00
Tobias
58e2fa46a6
tubearchivist: add bgutil POT provider and update yt-dlp to nightly ( #16622 )
2026-08-20 14:32:09 +02:00
CanbiZ (MickLesk)
8276f41ec9
networkoptimizer: preseed iperf3 debconf question to prevent hang install ( #16626 )
2026-08-20 14:31:54 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
c4dd32b447
Update CHANGELOG.md ( #16642 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-20 12:28:58 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
bd55f178e6
Update CHANGELOG.md ( #16641 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-20 12:28:47 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
653a63c315
Update CHANGELOG.md ( #16640 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-20 12:28:31 +00:00
CanbiZ (MickLesk)
1bfcef0c80
scanopy: limit cargo build parallelism to prevent OOM kill ( #16623 )
2026-08-20 14:28:22 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
f1fdc7644e
Update CHANGELOG.md ( #16639 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-20 12:28:15 +00:00
CanbiZ (MickLesk)
b685312cb8
copyparty: use fetch_and_deploy_gh_release for version tracking ( #16624 )
2026-08-20 14:28:01 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
293e63426f
Update CHANGELOG.md ( #16638 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-20 12:27:50 +00:00