Commit Graph

17671 Commits

Author SHA1 Message Date
community-scripts-pr-app[bot]
ba84aca0f5 Update CHANGELOG.md (#17039)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 20:42:23 +00:00
CanbiZ (MickLesk)
d4771cbf98 authentik: scope blueprints chown to avoid recursing into the mp0 bind mount (#17008) 2026-09-05 22:41:58 +02:00
community-scripts-pr-app[bot]
7878f3095f Update CHANGELOG.md (#17038)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 20:41:37 +00:00
CanbiZ (MickLesk)
535f2f2d2e iventoy: run iventoy.sh with bash instead of dash (#17034) 2026-09-05 22:41:32 +02:00
CanbiZ (MickLesk)
166c798e35 frigate: restart go2rtc.service before frigate starts (#17035) 2026-09-05 22:41:14 +02:00
community-scripts-pr-app[bot]
bcb82ac446 Update CHANGELOG.md (#17032)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 03:05:20 +00:00
community-scripts-pr-app[bot]
eeafdafcd0 Update CHANGELOG.md (#17031)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 03:05:10 +00:00
CanbiZ (MickLesk)
89f179e05e snapotter: seed AI venv base packages on arm64, warn amd64 has no working CPU bundle (#16903) 2026-09-05 13:04:53 +10:00
community-scripts-pr-app[bot]
a5cde1fa8c Update CHANGELOG.md (#17030)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 03:04:51 +00:00
community-scripts-pr-app[bot]
a81a11649e Update CHANGELOG.md (#17029)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 03:04:40 +00:00
CanbiZ (MickLesk)
9c750ffaf5 update-apps: follow renamed ct/ scripts instead of erroring out (#16991)
A container keeps the slug it was built with, so a renamed ct/ script leaves
the updater looking for a name that no longer exists.

Reported for pbs, renamed to proxmox-backup-server in 0e5f663df. The Alpine
merge on 2026-08-18 retired 29 more names the same way, so every container
installed from an alpine-* script before that date hits this too.

Candidates are only accepted when the target script really exists, so an
unknown slug still errors rather than running some other app's updater.

Fixes #16989
2026-09-05 13:04:27 +10:00
community-scripts-pr-app[bot]
f3742af941 Update CHANGELOG.md (#17028)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 03:04:21 +00:00
community-scripts-pr-app[bot]
40160b0a58 Update CHANGELOG.md (#17027)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 03:04:08 +00:00
CanbiZ (MickLesk)
d9c276c49c tolgee: bump required JDK from 21 to 25 (#17005) 2026-09-05 13:03:57 +10:00
CanbiZ (MickLesk)
cfb0bfe4ac Refactor FileFlows: Stop Spinner before read -rp / Switch from "Node" to "Agent" (#17007)
* FileFlows Node: Stop Spinner before read -rp

* fileflows: update install path for Node->Agent rename, detect service unit dynamically

* fileflows: tolerate no pre-existing fileflows units when checking for the new Agent unit
2026-09-05 13:03:40 +10:00
community-scripts-pr-app[bot]
1d973f42a8 Update CHANGELOG.md (#17026)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-05 03:03:06 +00:00
CanbiZ (MickLesk)
1d1fd98d05 romm: write real version into backend/__version__.py placeholder (#17009) 2026-09-05 13:02:40 +10:00
community-scripts-pr-app[bot]
d01e9a2c33 Update CHANGELOG.md (#17024)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-04
2026-09-04 20:55:38 +00:00
Corgei
06cafd68c4 fix(shlink): preserve servers.json across web-client updates (#17023)
CLEAN_INSTALL wipes /opt/shlink-web-client on every `update`, deleting the
user's servers.json (and its API key) with no backup, unlike the main
/opt/shlink app which already backs up/restores .env and data around its
CLEAN_INSTALL. This makes the Web Client lose its configured server(s) on
every update.

Reuse the existing create_backup/restore_backup helpers around the
web-client's CLEAN_INSTALL, mirroring the pattern already used for
/opt/shlink.
2026-09-04 22:55:11 +02:00
community-scripts-pr-app[bot]
455039d11f Update CHANGELOG.md (#17017)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-04 15:53:00 +00:00
CanbiZ (MickLesk)
c272987bad Fix npm v12 allow-git/allow-remote restrictions across affected scripts (#17014)
* bentopdf: allow remote npm dependency for xlsx under npm v12

* librechat: allow remote npm dependency for xlsx under npm v12

* pangolin: allow remote npm dependencies for iron-remote-desktop packages under npm v12

* baserow: allow remote npm dependency for xlsx under npm v12

* cryptpad: allow git-based npm dependencies for drawio and json.sortify under npm v12
2026-09-04 17:52:31 +02:00
community-scripts-pr-app[bot]
02c54f3be5 Update CHANGELOG.md (#17013)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-04 12:39:50 +00:00
lucas-at-3x-eye
734e43004e Fix/poznote - 1st party Docker parity (#17011)
* fix(poznote): align nginx config with upstream Docker defaults

* fix(poznote): run init.sh on install and update, not just in Docker

* fix(poznote): add systemd units for the reminder-email and s3-backup workers

* fix(poznote): retrofit nginx config and worker services on update, sanitize timeout comment

* fix(poznote): silence init.sh output and consolidate worker enable/start

* fix(poznote): update ct/poznote.sh to use new default bootstrapper
2026-09-04 14:39:17 +02:00
community-scripts-pr-app[bot]
205839c29a Update CHANGELOG.md (#17004)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-04 07:26:41 +00:00
community-scripts-pr-app[bot]
a73f6a7e70 Update CHANGELOG.md (#17002)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-04 00:41:33 +00:00
thieneret
60d84967c6 fix chown (#16999) 2026-09-04 10:41:04 +10:00
community-scripts-pr-app[bot]
ab1db4582f Update CHANGELOG.md (#16997)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-03
2026-09-03 18:22:47 +00:00
Chris
91ee0e46df Immich: bump libheif and libraw (#16996)
- To match upstream
2026-09-03 20:22:16 +02:00
community-scripts-pr-app[bot]
cae37ed968 Update CHANGELOG.md (#16994)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-03 14:05:21 +00:00
CanbiZ (MickLesk)
15b457b46d romm: allow git-based npm dependency for rom-patcher under npm v12 (#16990) 2026-09-03 16:04:50 +02:00
community-scripts-pr-app[bot]
bfc6bd176b Update CHANGELOG.md (#16992)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-03 13:46:34 +00:00
CanbiZ (MickLesk)
d1855048f0 Pin Go to the version each project declares in go.mod (#16976) 2026-09-03 15:45:59 +02:00
community-scripts-pr-app[bot]
7f637a474c Update CHANGELOG.md (#16982)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-03 06:04:58 +00:00
thieneret
d8e436f8c5 Authentik update 2026.8.1 (#16980)
* update-authentik-2026.8.1

* fix
2026-09-03 08:04:29 +02:00
community-scripts-pr-app[bot]
b36e0e3968 Update CHANGELOG.md (#16977)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02
2026-09-02 15:38:42 +00:00
community-scripts-pr-app[bot]
02fce11733 Update CHANGELOG.md (#16975)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 15:34:02 +00:00
community-scripts-pr-app[bot]
4c6821d192 Update CHANGELOG.md (#16974)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 15:26:47 +00:00
community-scripts-pr-app[bot]
d92de556cf Update CHANGELOG.md (#16972)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:33:44 +00:00
community-scripts-pr-app[bot]
250ebfe896 Update CHANGELOG.md (#16971)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:33:18 +00:00
push-app-to-main[bot]
37884d8b47 Add owntracks-recorder (ct) (#16967) 2026-09-02 16:33:10 +02:00
community-scripts-pr-app[bot]
112035cb12 Update CHANGELOG.md (#16970)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:32:53 +00:00
push-app-to-main[bot]
9e6e9e77ff Add peertube (ct) (#16966) 2026-09-02 16:32:44 +02:00
push-app-to-main[bot]
aa2e6715e4 Kaneo (#16965) 2026-09-02 16:32:24 +02:00
community-scripts-pr-app[bot]
a2500a091b Update CHANGELOG.md (#16969)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:32:22 +00:00
push-app-to-main[bot]
f7323bfecc Add jdownloader (ct) (#16964) 2026-09-02 16:31:59 +02:00
push-app-to-main[bot]
69cf463e8f ReadMeABook (#16963) 2026-09-02 16:31:34 +02:00
community-scripts-pr-app[bot]
2708af7771 Update CHANGELOG.md (#16968)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 14:31:32 +00:00
CanbiZ (MickLesk)
68b5d96f64 Enhance backup process in teddycloud.sh (#16946) 2026-09-02 16:31:00 +02:00
community-scripts-pr-app[bot]
b092bc342a Update CHANGELOG.md (#16960)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-02 11:38:06 +00:00
CanbiZ (MickLesk)
65e5c87a33 Scripts: use shared core bootstrap for final 114 Script Batch (#16953)
Replaces the misc/build.func bootstrap with the two-root core loader.
No other change: the engine contract (var_*, update_script, start,
build_container, description) is identical on both engines.

versitygw.sh additionally gains a trailing newline; it lacked one.

With this batch every ct/ script is on the core engine.
2026-09-02 21:37:36 +10:00