CanbiZ (MickLesk)
448a080970
build.func: filter templates by host architecture during search ( #16302 )
2026-08-06 22:33:22 +10:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
c45c3f3a6c
Update CHANGELOG.md ( #16308 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-06 12:29:33 +00:00
CanbiZ (MickLesk)
12f228da1c
paperless: change update abort message (endless spinner) ( #16299 )
2026-08-06 14:28:58 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ecd115c279
Update CHANGELOG.md ( #16306 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-06 12:27:06 +00:00
CanbiZ (MickLesk)
288a130fe7
Vikunja: remove version pin, v2.5.0 fixes the systemd syscall filter crash ( #16300 )
2026-08-06 14:26:40 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
d53486c86e
Update CHANGELOG.md ( #16294 )
...
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-05
2026-08-05 20:36:09 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4f80c217fc
Update CHANGELOG.md ( #16293 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-05 20:35:38 +00:00
jomplox
f4afdfcd0c
fix(monitor-all): reduce polling CPU overhead ( #15907 )
2026-08-05 22:35:03 +02:00
MickLesk
3865f855f0
qf
2026-08-05 17:35:32 +02:00
MickLesk
94da6eeb83
qf
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
2026-08-05 15:00:34 +02:00
MickLesk
078a76f263
Extract reclaim_tty into reusable function
...
Move the inline TTY reclamation logic from build.func into a standalone reclaim_tty() function in core.func. This improves code reusability, as the function now needs to be called before each interactive prompt (not just after install) since pct exec/pull/enter can take the terminal away again. The function also includes better error handling with checks for perl availability and /dev/tty existence, and explicitly sets SIGTTOU to IGNORE in perl.
2026-08-05 14:57:15 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
58d819b2f4
Update CHANGELOG.md ( #16290 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-05 12:04:43 +00:00
CanbiZ (MickLesk)
1c03d0506c
NextcloudPI: Bump to Debian Trixie & Tweak broken SSH ( #15957 )
...
* Pin NextCloudPi installer to last known-good stable release
The floating "master" branch of nextcloud/nextcloudpi's install.sh
started rejecting our default Debian 12 base with "distro not
supported" (#15944 ) after a regression landed upstream; the script
is third-party code we don't audit or control. Pin to v1.57.1, the
latest stable (non-prerelease) release, which explicitly targets
Debian bookworm and predates the regression.
* Actually pin the branch nextcloudpi's install.sh clones internally
install.sh is only a thin bootstrapper: it clones BRANCH (default
"master") of the nextcloudpi repo itself and runs the real installer
from that fresh checkout, including the distro-support check. Fetching
install.sh from a pinned tag alone left BRANCH defaulting to "master",
so the internally-cloned code was unaffected and still failed with
"distro not supported" - confirmed by testing the previous fix. Pass
BRANCH explicitly so the internal clone also targets the pinned tag.
* Bump NextCloudPi to Debian 13, matching upstream's trixie move
Upstream's master ncp.cfg now targets release "trixie" (Debian 13);
bookworm (Debian 12) is no longer in the supported check_distro list
at all. Move our own default to Debian 13 and pin the installer ref
to v1.58.0-rc1, the only tagged ref with release=trixie so far (no
stable trixie release exists yet upstream).
* Revert installer pin, track master again
master now targets trixie itself (matches the Debian 13 bump), and
the only tagged trixie ref was an RC explicitly marked "expect bugs".
Tracking master gets upstream trixie fixes as they land instead of
being stuck on a stale test release.
* Work around nextcloudpi's broken ssh.socket restart on Debian 13
Debian 13's openssh-server ships socket-activated by default. NCP's
own bin/ncp/NETWORKING/SSH.sh detects that (systemctl is-active
ssh.socket) but then runs "systemctl restart ssh" in that branch
instead of reloading, which collides with the port ssh.socket already
holds and fails with "Job for ssh.service failed" (#15944 ). Switch the
container to classic ssh.service before handing off to their
installer so it takes the safe "systemctl reload ssh" branch instead.
2026-08-05 22:04:16 +10:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
27f66a8016
Update CHANGELOG.md ( #16285 )
...
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-04
2026-08-04 22:27:13 +00:00
CanbiZ (MickLesk)
e3e29667c6
Actual Budget: allow native module install scripts under npm 11 (Node 24) ( #16277 )
2026-08-05 00:26:46 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3921f03b73
Update CHANGELOG.md ( #16284 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 22:26:30 +00:00
CanbiZ (MickLesk)
1336b44a26
Heimdall-Dashboard: run full composer install on update, force production env ( #16278 )
2026-08-05 00:26:12 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
419f9e397e
Update CHANGELOG.md ( #16283 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 22:25:59 +00:00
CanbiZ (MickLesk)
fcbaedf7d8
xyOps: rebuild xySat satellite during update ( #16279 )
2026-08-05 00:25:29 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4eb022fceb
Update CHANGELOG.md ( #16282 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 22:25:24 +00:00
CanbiZ (MickLesk)
6f4d3b4841
HAOS: remove non-ASCII dash from CPU model dialog text ( #16276 )
2026-08-05 00:24:56 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
a4f893eb7c
Update CHANGELOG.md ( #16281 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 22:01:31 +00:00
Luke Gustafson
44589819d1
fix: back up Termix db/data so the update stops destroying encryption keys ( #16275 )
2026-08-05 00:01:02 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
33bfae30e0
Update CHANGELOG.md ( #16274 )
...
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-04 21:03:00 +00:00
3fa516f94b
Hister ( #16259 )
...
* Add hister (ct)
* Update source command in hister.sh
Replace local source with direct curl command for build.func.
* Update ct/hister.sh
* Update install/hister-install.sh
---------
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: Sam Heinz <sam@samheinz.com >
2026-08-04 23:02:28 +02:00
community-scripts-pr-app[bot] and GitHub Actions <github-actions[bot]@users.noreply.github.com>
26abc114fd
Update .app files ( #16269 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-08-04 21:06:45 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5202ffcea2
Update CHANGELOG.md ( #16270 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 19:02:39 +00:00
CanbiZ (MickLesk)
86d67affa3
Refactor: harmonize tools/addon and move boilerplate into core.func ( #16202 )
2026-08-04 21:02:03 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
e489c7f00b
Update CHANGELOG.md ( #16268 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 18:51:34 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9df4cca7e8
Update CHANGELOG.md ( #16267 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 18:51:11 +00:00
CanbiZ (MickLesk)
f219707efd
Bump NodeJS Versions of several scripts ( #16230 )
2026-08-04 20:51:02 +02:00
Copilot and copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
77eece6f40
passwordpusher: dynamically read Ruby version from .ruby-version file ( #16242 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-08-04 20:50:40 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7b168d4986
Update CHANGELOG.md ( #16266 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 18:50:12 +00:00
TowyTowy and Claude
64ae6241eb
fix(salt): write version cache to ~/.salt, not /~.salt ( #16265 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-08-04 20:49:50 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3ef8dc8312
Update CHANGELOG.md ( #16264 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 14:56:12 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
53df629af3
Update CHANGELOG.md ( #16263 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 14:55:50 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5271863a59
Update CHANGELOG.md ( #16262 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 14:55:40 +00:00
468dba3f24
Obsidian-LiveSync ( #16233 )
...
* Add obsidian-livesync (ct)
* Update ct/obsidian-livesync.sh
Co-authored-by: Sam Heinz <sam@samheinz.com >
* Fix source line for build.func in obsidian-livesync.sh
Updated the source line to always fetch build.func from the specified URL.
---------
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: Sam Heinz <sam@samheinz.com >
2026-08-04 16:55:37 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
09e9918b8a
Update CHANGELOG.md ( #16261 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 14:55:18 +00:00
CanbiZ (MickLesk)
64cd328363
tools.func: never delete ubuntu.sources (or other distro base sources) as orphaned ( #16250 )
2026-08-04 16:55:08 +02:00
CanbiZ (MickLesk)
6d63e3e476
AFFiNE: fix version and build type reported by the app itself ( #16251 )
2026-08-04 16:54:46 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3a846721ec
Update CHANGELOG.md ( #16260 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-04 14:54:35 +00:00
Chris
ac866bf816
Opencloud: Pin version to 7.4.0 ( #16257 )
2026-08-04 16:54:31 +02:00
CanbiZ (MickLesk)
5d202e2a4a
tools.func: complete a stale/partial backup manifest instead of trusting it as-is ( #16252 )
2026-08-04 16:54:05 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
888dfae126
Update CHANGELOG.md ( #16253 )
...
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-04 10:14:20 +00:00
CanbiZ (MickLesk)
60e8ed77c4
Passbolt: fetch GPG key from Passbolt's own host instead of the flaky keyserver ( #16248 )
2026-08-04 12:13:49 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
cf942fb445
Update CHANGELOG.md ( #16245 )
...
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-03
2026-08-03 21:24:22 +00:00
jsspen
0c24310e90
Correction to link displayed when old data structure is detected during an attempted update ( #16241 )
2026-08-03 23:23:59 +02:00
CanbiZ (MickLesk)
336cdda47d
termix: add env backup
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
2026-08-03 22:56:27 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
268a6957a7
Update CHANGELOG.md ( #16236 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-03 14:58:21 +00:00