community-scripts-pr-app[bot] and github-actions[bot]
e2effe6510
Update CHANGELOG.md ( #17538 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26
2026-09-27 00:05:34 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
712f7fe565
Archive old changelog entries ( #17537 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-27 00:05:09 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
41ad683454
Update CHANGELOG.md ( #17536 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26 20:11:56 +00:00
sergstepanenko
44a22d77d3
Manyfold: chown /opt/manyfold_data to the manyfold user ( #17534 )
2026-09-26 22:11:31 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
ebe02e9c93
Update CHANGELOG.md ( #17533 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26 19:02:25 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
11e409f499
Update CHANGELOG.md ( #17532 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26 19:02:09 +00:00
CanbiZ (MickLesk)
42442ca968
Let steamcmd update itself before installing Satisfactory ( #17526 )
...
On the run in which steamcmd replaces itself, the app_update that follows fails
with 'Missing configuration', and the same command succeeds once it runs again.
A login-only run first takes that self-update out of the install and update.
2026-09-26 21:01:56 +02:00
CanbiZ (MickLesk)
0e28ea7fe1
Build the AudioMuse-AI noavx2 environment on Python 3.11 ( #17528 )
...
The noavx2 requirements pin numpy 1.23.5 and onnx 1.14.1, neither of which ships
a cp312 wheel, so on 3.12 uv built them from source: numpy fails without
distutils and onnx without cmake. Every noavx2 pin has a 3.11 wheel.
2026-09-26 21:01:46 +02:00
CanbiZ (MickLesk)
9db16c2073
Hold @lobehub/ui at 5.49 while LobeHub's stable release needs it ( #17531 )
...
@lobehub/ui 5.50.0 dropped NeuralNetworkLoading, and LobeHub 2.2.18 still imports
it through a ^5.47.0 range with lockfile: false, so every fresh build now fails.
Upstream moved off it on main; the pin only applies while package.json still asks
for a 5.4x range, so it stops on its own with the next stable release.
2026-09-26 21:01:28 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
8a3d372171
Update CHANGELOG.md ( #17530 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26 18:55:44 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
306eb3a54d
Update CHANGELOG.md ( #17529 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26 18:55:15 +00:00
CanbiZ (MickLesk)
5127c85ca7
Keep Trilium updates on the server releases ( #17525 )
...
The repo also publishes web-clipper-v* releases, and whenever upstream marked one
of those as latest the update offered to replace the server with the browser
extension. A v prefix makes core pick the newest stable server release itself
instead of trusting that marking.
2026-09-26 20:54:46 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
4bca45dfc1
Update CHANGELOG.md ( #17527 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26 18:51:39 +00:00
CanbiZ (MickLesk)
83a4addccd
Generate the NPM admin config and repair certbot's venv on update ( #17523 )
...
2.16.0 ships production.conf only as a template that its s6 prepare step renders,
so installs outside Docker never listened on 81; render it on install, on update
while keeping a custom admin port, and on update for containers already stuck on
2.16.0. Certbot's upgrade died on a dist-info without RECORD, which pip's own
--ignore-installed hint does not clear, so drop such records before upgrading.
2026-09-26 20:51:17 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
968cf0c155
Update CHANGELOG.md ( #17524 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26 18:49:30 +00:00
CanbiZ (MickLesk)
dce092a0a4
Komodo: add KOMODO_HOST | fix broken spinner ( #17481 )
...
* Check Komodo actually started and point KOMODO_HOST at the container
* Stop Komodo hanging on an unclosed message block
2026-09-26 20:49:03 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
4bdb61cdf4
Update CHANGELOG.md ( #17522 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26 18:37:51 +00:00
David Barrera and Claude Opus 5.5
9489724d86
romm: run rq cron and a scans worker for RomM 5.3 ( #17502 )
...
RomM 5.3.0 dropped rq-scheduler (rommapp/romm@4e5921727 ), so
romm-scheduler.service fails with 203/EXEC on a missing
.venv/bin/rqscheduler. The same release moved scans to their own
"scans" queue (rommapp/romm@3593d2398 ), which the LXC worker never
listened on, so scans queued but never ran.
Match upstream's docker init: the scheduler service runs
`rq cron tasks.cron_config`, both workers run with --with-scheduler
so delayed jobs (watcher rescans) are released, and a new
romm-scan-worker.service consumes the scans queue.
The update script migrates existing units when romm-scheduler.service
still references rqscheduler. It runs before the release check, so
installs already on 5.3.x get repaired too.
Co-authored-by: Claude Opus 5.5 <noreply@anthropic.com >
2026-09-26 20:37:22 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
76a09f5ad9
Update CHANGELOG.md ( #17521 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-26 17:08:54 +00:00
CanbiZ (MickLesk) and pavlojs
91bccdacd3
Semaphore: fix BoltDB migration by pinning 2.18.30 ( #17439 )
...
* Fix Semaphore BoltDB migration
* Update ct/semaphore.sh
Co-authored-by: pavlojs <63199635+pavlojs@users.noreply.github.com >
---------
Co-authored-by: pavlojs <63199635+pavlojs@users.noreply.github.com >
2026-09-26 19:08:26 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
9e39761415
Update CHANGELOG.md ( #17513 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-25
2026-09-25 19:27:29 +00:00
community-scripts-pr-app[bot] and GitHub Actions
d439341c7a
Update .app files ( #17509 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-09-25 21:26:18 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
432d56b887
Update CHANGELOG.md ( #17511 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-25 19:09:49 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
ab02d929c3
Update CHANGELOG.md ( #17510 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-25 19:09:29 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
8f0bcf9fe9
Update CHANGELOG.md ( #17508 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-25 19:09:18 +00:00
CanbiZ (MickLesk)
89671ce007
Take the Obsidian version from the Ignis release tag ( #17503 )
...
Upstream renamed OBSIDIAN_VERSION in its Dockerfile to IGNIS_OBSIDIAN_PIN, so the
grep matched nothing - and under pipefail the assignment itself aborts, which is why
the fallback on the next line never ran. The tag already carries the pairing
(0.8.13+obsidian.1.13.7), so read it there and keep both Dockerfile keys as a
fallback.
2026-09-25 21:09:05 +02:00
CanbiZ (MickLesk)
28aa1bdbee
Refactor: Umbrel OS VM ( #17505 )
...
Refactor Umbrel OS VM script to improve structure and readability. Update function calls and variable handling for better maintainability.
2026-09-25 21:08:49 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
0993068f56
Update CHANGELOG.md ( #17504 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-25 16:25:09 +00:00
push-app-to-main[bot] and CanbiZ
c7a9a32693
RustFS ( #17499 )
...
* Add rustfs (ct)
* update
* Aktualisieren von rustfs-install.sh
* Uncomment var_arm64 variable assignment
---------
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-09-25 18:24:39 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
01be93e721
Update CHANGELOG.md ( #17494 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-25 09:10:26 +00:00
CanbiZ (MickLesk)
d7a3386dab
Docker-LXC: remove Portainer installation from install ( #17493 )
...
* Docker-LXC: remove Portainer installation from install
Removed Portainer installation prompts and related code.
* Remove Portainer installation instructions from docker.sh
Removed instructions for installing Portainer as an addon.
2026-09-25 11:09:54 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
8e51b22e8b
Update CHANGELOG.md ( #17492 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-25 06:19:05 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
f7b0e066a0
Update CHANGELOG.md ( #17491 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-25 06:18:37 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
ac44688925
Update CHANGELOG.md ( #17490 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-24
2026-09-24 20:20:48 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
25c9f5a142
Update CHANGELOG.md ( #17489 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-24 20:20:36 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
d376f6a92e
Update CHANGELOG.md ( #17488 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-24 20:20:19 +00:00
CanbiZ (MickLesk)
037e55256c
Journiv: Serve Node Frontend and add HTTP Auth .env ( #17479 )
...
* Let Journiv start over plain HTTP
* Build the Journiv frontend
* Return to the project root before alembic
2026-09-24 22:20:12 +02:00
CanbiZ (MickLesk)
26c3bb9325
Declare the RomM filesystem structure required since 5.3.0 ( #17480 )
2026-09-24 22:19:52 +02:00
MickLesk
c69359d704
rm unneeded link
2026-09-24 12:23:17 +02:00
MickLesk
04fd8481f5
quickfix ln in immich update, Fixes #17482
2026-09-24 11:29:18 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
03702ce31a
Update CHANGELOG.md ( #17475 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-24 06:44:33 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
e38cc1c631
Update CHANGELOG.md ( #17474 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-24 06:07:14 +00:00
CanbiZ (MickLesk)
b855a5782a
Use apt_update_safe instead of aborting on a failed apt update ( #17462 )
2026-09-24 08:06:49 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
ba1409a920
Update CHANGELOG.md ( #17468 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-23
2026-09-23 18:50:08 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
79b10733ed
Update CHANGELOG.md ( #17467 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-23 16:24:04 +00:00
maksimtech
31ead526dc
fix(signoz): install the histogramQuantile ClickHouse function ( #17386 )
2026-09-23 18:23:31 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
16f9714662
Update CHANGELOG.md ( #17465 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-23 16:17:07 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
7dc23b42b4
Update CHANGELOG.md ( #17464 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-23 15:59:17 +00:00
CanbiZ (MickLesk)
572e9f6512
Give omniroute 4 GB for the npm install ( #17461 )
2026-09-23 17:58:47 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
1f092bcfc3
Update CHANGELOG.md ( #17463 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-23 14:52:25 +00:00