community-scripts-pr-app[bot]
a9d71b7d23
Update CHANGELOG.md ( #15638 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 21:29:10 +00:00
Chris
2bf6c5e5da
Wizarr: Build JS and CSS static assets ( #15634 )
2026-07-06 23:28:48 +02:00
community-scripts-pr-app[bot]
3143d25caa
Update CHANGELOG.md ( #15637 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 21:28:09 +00:00
CanbiZ (MickLesk)
d9d724ce57
Remove: FlowiseAI ( #15624 )
2026-07-06 23:27:42 +02:00
community-scripts-pr-app[bot]
7a9726b1dd
Update CHANGELOG.md ( #15633 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 19:15:29 +00:00
Slaviša Arežina
0102d5bd83
fix alignment in various ct end messages ( #15632 )
2026-07-06 21:15:04 +02:00
community-scripts-pr-app[bot]
8d288ffee3
Update CHANGELOG.md ( #15631 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 18:19:14 +00:00
community-scripts-pr-app[bot]
e00df4fd6e
Update CHANGELOG.md ( #15630 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 18:18:57 +00:00
Slaviša Arežina
fe7de5e26c
Update URL format in rustdeskserver.sh ( #15626 )
2026-07-06 20:18:45 +02:00
community-scripts-pr-app[bot]
87ccf49dc3
Update CHANGELOG.md ( #15629 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 18:18:31 +00:00
Austin
c5f905ccf1
cliproxyapi: point setup message at /management.html ( #15628 )
...
The completion message previously pointed to the bare host:port,
which serves the proxy API rather than the admin UI. Provider
authentication happens at /management.html.
Co-authored-by: root <root@paperclip.pilz.dev >
2026-07-06 20:18:09 +02:00
community-scripts-pr-app[bot]
bff3c6932a
Update CHANGELOG.md ( #15621 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 13:42:23 +00:00
Sam Heinz
7027d67eb3
attempt to port docker-vm to support arm64 ( #15611 )
2026-07-06 15:41:55 +02:00
community-scripts-pr-app[bot]
766f8519a3
Update CHANGELOG.md ( #15620 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 13:39:09 +00:00
Chris
68cc4f3da7
Immich: Update libvips to 8.18.4 ( #15619 )
2026-07-06 15:38:39 +02:00
community-scripts-pr-app[bot]
81d6b2beee
Update CHANGELOG.md ( #15617 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 13:01:09 +00:00
Sam Heinz
555953117c
fix(plane): don't clobber global app var, breaking /usr/bin/update ( #15612 )
2026-07-06 15:00:41 +02:00
community-scripts-pr-app[bot]
93ce08aa72
Update CHANGELOG.md ( #15616 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-06 12:44:28 +00:00
MickLesk
728726d5cc
fix(docker): safe, interactive per-container update check
...
Replace the destructive multi-select container update block with a
proper per-container Y/N workflow:
- Unattended / non-interactive (DOCKER_NONINTERACTIVE=1 or no tty):
skip silently -- no docker pulls, no prompts.
- Interactive: stop_spinner() before any prompt to keep the terminal
clean, then for each container with a newer image:
Compose-managed → prompt Y/N (auto-no after 60 s)
→ on Y: docker compose pull <service> &&
docker compose up -d <service>
Standalone run → prompt Y/N (auto-no after 60 s)
→ on Y: docker pull only; no stop/rm;
user is told to recreate manually
- portainer / portainer_agent are excluded (handled earlier in
setup_docker)
The old code always stopped and removed the container without
recreating it, leaving users with a destroyed service. Standalone
containers without a Compose project can never be auto-recreated
safely, so only the image is pulled.
Fixes #15601
2026-07-06 14:43:25 +02:00
MickLesk
20740c3ca2
fix(docker): remove interactive container update check from setup_docker
...
The 'Interactive Container Update Check' block scanned ALL running
Docker containers, pulled their images, then stopped and removed them
with only a message asking the user to manually recreate them. This
is destructive and outside the scope of the Docker LXC update script,
which is responsible for updating the Docker engine itself and the
Portainer / Portainer-Agent containers that this script originally
installed.
Removes the entire block. Updates now cover:
- OS packages (apt)
- Docker engine (via setup_docker / repo)
- Portainer CE (if installed by this script)
- Portainer Agent (if installed by this script)
Self-hosted / user-managed containers are intentionally left alone.
Fixes #15601
2026-07-06 14:38:07 +02:00
community-scripts-pr-app[bot]
417b0641a0
Update CHANGELOG.md ( #15609 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-05
2026-07-05 20:28:22 +00:00
Tobias
86991b283d
fix: homarr: cli ( #15603 )
2026-07-05 22:28:00 +02:00
community-scripts-pr-app[bot]
4ebae9f1c4
Update CHANGELOG.md ( #15608 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-05 20:04:20 +00:00
Kevin O'Brien
d8c636eaef
immich: vacuum smart_search/face_search before VectorChord bump ( #15607 )
...
Co-authored-by: Kevin O'Brien <kevin@immich.kobrien.net >
2026-07-05 22:03:56 +02:00
community-scripts-pr-app[bot]
4b71ee8b3a
Update CHANGELOG.md ( #15606 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-05 19:35:03 +00:00
push-app-to-main[bot]
a8aa1ba085
excalidash ( #15604 )
...
* Add excalidash (ct)
* 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: Slaviša Arežina <58952836+tremor021@users.noreply.github.com >
2026-07-05 21:34:42 +02:00
community-scripts-pr-app[bot]
954da140f1
Update CHANGELOG.md ( #15600 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-04
2026-07-05 00:21:27 +00:00
community-scripts-pr-app[bot]
604f7c7ae9
Archive old changelog entries ( #15599 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-05 00:21:02 +00:00
community-scripts-pr-app[bot]
dbd591ada6
Update CHANGELOG.md ( #15597 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-04 19:49:30 +00:00
Slaviša Arežina
cc5976baa6
Fix heredoc syntax in elementsynapse-install.sh ( #15594 )
2026-07-04 21:49:09 +02:00
Slaviša Arežina
d29eec9494
Refactor configuration restoration to use restore_backup ( #15586 )
...
Removed manual configuration restoration and replaced it with a backup restore function.
2026-07-04 21:48:45 +02:00
community-scripts-pr-app[bot]
819ecc1105
Update CHANGELOG.md ( #15591 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-04 09:55:57 +00:00
João Vitória Silva
7e15a4bf26
fix(endurain): update frontend dist path after upstream restructure ( #15590 )
2026-07-04 11:55:36 +02:00
community-scripts-pr-app[bot]
9406a1ca98
Update CHANGELOG.md ( #15583 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-03
2026-07-03 22:24:51 +00:00
community-scripts-pr-app[bot]
d58123a518
Update CHANGELOG.md ( #15582 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-03 20:22:29 +00:00
CanbiZ (MickLesk)
704916d27d
tools.func: fix corepack/pnpm install flow in setup_nodejs ( #15579 )
...
Ensure Node module setup runs non-interactively by exporting COREPACK_ENABLE_DOWNLOAD_PROMPT=0, then handle corepack first when requested (including versioned specs). pnpm/yarn are now provisioned through corepack when enabled to avoid shim EEXIST collisions, with corepack modules skipped in the generic npm loop and conflicting shims cleaned only for npm-global installs. Also replace the global pnpm dangerouslyAllowAllBuilds setting with strictDepBuilds=false to avoid project-level config conflicts while keeping installs usable.
2026-07-03 22:22:06 +02:00
community-scripts-pr-app[bot]
3c84f2d6c1
Update CHANGELOG.md ( #15578 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-03 17:31:02 +00:00
CanbiZ (MickLesk)
044bffcea4
Immich: handle mise monorepo_root rename correctly | bump to 3.0.1 ( #15557 )
2026-07-03 19:30:41 +02:00
community-scripts-pr-app[bot]
84a1f13fa7
Update CHANGELOG.md ( #15577 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-03 16:14:53 +00:00
Chris
c075708588
Opencloud: Pin to v7.2.0 ( #15575 )
2026-07-03 18:14:26 +02:00
community-scripts-pr-app[bot]
2b3e2346e1
Update CHANGELOG.md ( #15576 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-03 16:10:02 +00:00
Ángel Oreste
6ad04d8b19
Removed deprecated parameter in Filebrowser Quantum configuration ( #15573 )
2026-07-03 18:09:41 +02:00
community-scripts-pr-app[bot]
225329a62f
Update CHANGELOG.md ( #15567 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-03 07:34:47 +00:00
MickLesk
b8a1879b24
hotfix: retry npm install with --force for corepack shims
...
Add a fallback retry using `npm install -g --force` when the initial install fails. This handles EEXIST errors caused by corepack-provided shims for pnpm/yarn that ship with recent Node.js versions and block installation to /usr/bin/<tool>.
2026-07-03 09:34:21 +02:00
community-scripts-pr-app[bot]
9f90357abc
Update CHANGELOG.md ( #15560 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02
2026-07-02 22:04:00 +00:00
community-scripts-pr-app[bot]
a068d32a66
Update CHANGELOG.md ( #15559 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 21:59:16 +00:00
CanbiZ (MickLesk)
ea7249ca03
Revert "Immich v3.0.0 ( #15153 )" ( #15558 )
...
This reverts commit a76225aba6 .
2026-07-02 23:58:50 +02:00
community-scripts-pr-app[bot]
d610a35b34
Update CHANGELOG.md ( #15551 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 19:44:17 +00:00
Chris
a76225aba6
Immich v3.0.0 ( #15153 )
...
* streamline build
- eliminate unnecessary install commands
- refactor Mise plugin build process
* Upgrade Vectorchord to v1.0.0
* consolidate sdk, cli & web build
* bump version to 3.0.0
* fix path to plugins
* preserve group vector during machine-learning build
* fix plugin copy source path
* upgrade libvips
* use correct brackets for arch_resolve
2026-07-02 21:43:48 +02:00
community-scripts-pr-app[bot]
0c9d77973e
Update CHANGELOG.md ( #15547 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-02 11:54:02 +00:00