github-actions[bot]
a3474045f2
Update CHANGELOG.md
2026-09-22 08:59:26 +00:00
Owen Voke
53125f4e08
fix(invoiceshelf): re-link storage during update ( #17431 )
...
The update script doesn't run `php artisan storage:link`, so the symlink at `public/storage` is left pointing at the old release path after an update. As a result, uploaded images 404 in the frontend until the link is recreated by hand.
This change runs `storage:link` after the release is swapped in, to ensure that the storage path is symlinked correctly.
2026-09-22 10:59:09 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
b5aa23e1bc
Update CHANGELOG.md ( #17427 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-22 06:15:59 +00:00
Sascha Henke
cb842007ea
fix(alpine-it-tools): write version file after a successful update ( #17421 )
...
update_script() compared the upstream tag against /opt/${APP}_version.txt but
never wrote it back, so the stored version stayed at whatever the installer
wrote. Every subsequent run took the update branch, wiping the web root and
re-downloading the full release archive even with no new upstream release.
Write the tag after a successful update, matching what the installer already
does at install/alpine-it-tools-install.sh:42.
Closes #17420
2026-09-22 08:15:30 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
830abd4eb2
Update CHANGELOG.md ( #17426 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-22 05:32:48 +00:00
Rene Nulsch and Claude Opus 5
3915f7a5c0
Umami: Align pnpm with engines.pnpm on update ( #17404 )
...
Umami 3.4.0 pins engines.pnpm to 12.3.4. update_script() never
refreshed pnpm, so containers installed with pnpm < 12 fail at
pnpm install with ERR_PNPM_UNSUPPORTED_ENGINE after the service was
already stopped and the old release replaced.
Read engines.pnpm from the deployed package.json and pass it to
setup_nodejs (same approach as ct/seerr.sh), falling back to latest.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-09-22 07:32:24 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
e00809902f
Update CHANGELOG.md ( #17423 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21
2026-09-21 21:30:04 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
41328d66c4
Update CHANGELOG.md ( #17417 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21 15:16:42 +00:00
push-app-to-main[bot] and CanbiZ
e0980b06b1
AudioMuse-AI ( #17415 )
...
* Add audiomuse-ai (ct)
* Uncomment var_arm64 variable in audiomuse-ai.sh
Uncomment var_arm64 variable assignment for user input.
---------
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-21 17:16:05 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
011cb8b4f1
Update CHANGELOG.md ( #17414 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21 13:46:05 +00:00
maksimtech and Claude Opus 5
84b272c6bc
fix(portabase): meet the default admin password rules ( #17384 )
...
Portabase creates the default admin from AUTH_DEFAULT_PASSWORD and checks it
with assertValidPassword (src/utils/password.ts): at least 8 characters, an
uppercase letter, a lowercase letter, a number and a special character. The
generated password is alphanumeric only, so the first start fails with
"Password must contain at least 1 special character".
Generate until each class is present rather than appending fixed characters,
and leave #, $, quotes and backticks out of the charset, because the value is
written unquoted into .env.
Fixes #17370
Co-authored-by: Claude Opus 5 <claude-opus-5@anthropic.com >
2026-09-21 15:45:35 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
e24b690307
Update CHANGELOG.md ( #17413 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21 13:44:35 +00:00
CanbiZ (MickLesk)
1ca4284ac3
truenas-vm: strip the G before the storage allocation ( #17407 )
...
storage:N wants a plain number; vm_prompt_disk_size returns 32G, so the
advanced path failed with "unable to parse zfs volume name '32G'".
2026-09-21 15:44:05 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
977db91cbe
Update CHANGELOG.md ( #17412 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21 12:54:27 +00:00
Dopch
2e5df311e6
Fix local snmpd community string setup ( #17363 )
...
snmpd sed placement for community string is using the wrong variable RANDOMSTRINGHERE need to be RANDOMSTRINGGOESHERE
2026-09-21 14:54:02 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
a6cd257253
Update CHANGELOG.md ( #17411 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21 12:53:59 +00:00
Curious, aren't we?
af047da360
fix(iventoy): preserve release data and migrate legacy service launchers ( #17161 )
2026-09-21 14:53:29 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
67f62f8c76
Update CHANGELOG.md ( #17409 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21 11:18:55 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
146d71e6f2
Update CHANGELOG.md ( #17405 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21 10:34:25 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
bb16adf326
Update CHANGELOG.md ( #17401 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21 07:20:25 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
84ccfe044b
Update CHANGELOG.md ( #17400 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-21 06:34:29 +00:00
github-actions[bot]
2178243eb0
xyops: bump Node.js from 22 to 24 ( #17398 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-21 08:34:02 +02:00
community-scripts-pr-app[bot] and GitHub Actions
6f035b79fb
Update .app files ( #17391 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-09-20
2026-09-20 16:22:06 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
73cab4e4c7
Update CHANGELOG.md ( #17392 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-20 13:35:33 +00:00
push-app-to-main[bot] and CanbiZ
87201772c7
Your-Spotify ( #17376 )
...
* Add your-spotify (ct)
* Change default var_arm64 value to 'yes'
* Refactor client configuration application process
---------
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-20 15:35:03 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
2d2a2b1bad
Update CHANGELOG.md ( #17388 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-19
2026-09-20 00:05:24 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
20e4e5037b
Archive old changelog entries ( #17387 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-20 00:04:56 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
a5ac2310fc
Update CHANGELOG.md ( #17385 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-19 21:38:23 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
47e7be9694
Update CHANGELOG.md ( #17379 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-19 20:17:00 +00:00
push-app-to-main[bot] and CanbiZ
08edec6e2e
qBit-Manage ( #17377 )
...
* Add qbit-manage (ct)
* Change default value of var_arm64 to 'yes'
---------
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-19 22:16:38 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
e7c6e5c2d8
Update CHANGELOG.md ( #17374 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-19 15:09:09 +00:00
github-actions[bot]
10abd6989d
chore(ct): sync immichframe defaults from PocketBase ( #17373 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-19 17:08:47 +02:00
3e19ee9b32
[core] update .app files ( #17329 )
...
* Update .app files
* debian
debian${var_version} löschen
---------
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
Co-authored-by: CanbiZ (MickLesk) <47820557+MickLesk@users.noreply.github.com >
2026-09-19 07:47:28 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
a0fe4185e1
Update CHANGELOG.md ( #17369 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-19 05:24:42 +00:00
CanbiZ (MickLesk)
7c6fb406f2
Ubuntu-VM: AIO | new core | performance | remove old wrappers ( #17354 )
...
* Ubuntu-VM: AIO | new core | performance | remove old wrappers
This script automates the creation of an Ubuntu virtual machine with configurable options such as version selection, cloud-init usage, and advanced settings.
* Delete vm/ubuntu2204-vm.sh
* Delete vm/ubuntu2404-vm.sh
* Delete vm/ubuntu2504-vm.sh
2026-09-19 07:24:14 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
640569921c
Update CHANGELOG.md ( #17367 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-18
2026-09-18 21:32:41 +00:00
thieneret
0ef09fe8fe
update authentik to 2026.8.3 ( #17366 )
2026-09-18 23:32:09 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
6dcde04168
Update CHANGELOG.md ( #17365 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-18 20:57:47 +00:00
Tobias
bf7821916e
chore: fix PR template help ( #17364 )
...
* update: make PR template idiot proof
* Revise breaking change advisory in PR template
2026-09-18 22:57:15 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
9883f5978b
Update CHANGELOG.md ( #17357 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-18 13:28:38 +00:00
CanbiZ (MickLesk)
924caeefc7
crafty-controller: chown after restore_backup so restored data keeps crafty ownership ( #17348 )
2026-09-18 15:28:15 +02:00
CanbiZ (MickLesk)
60fda0a57b
databasus, domain-monitor, poznote: chown after restore_backup so restored data keeps its owner ( #17350 )
2026-09-18 15:28:03 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
c81d721040
Update CHANGELOG.md ( #17356 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-18 13:27:15 +00:00
CanbiZ (MickLesk)
0e359292ca
alpine-vm: ask for the Cloud-Init credentials ( #17355 )
...
The default path set USE_CLOUD_INIT itself, so the username and
password dialogs were skipped; only the advanced path asked. The cloud
image sets no password, so the question is which credentials, not
whether. Same fix as almalinux-vm and fedora-vm.
2026-09-18 15:26:47 +02:00
community-scripts-pr-app[bot] and github-actions[bot]
8d7a47d393
Update CHANGELOG.md ( #17353 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-18 10:29:40 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
485f47fe90
Update CHANGELOG.md ( #17352 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-18 10:25:19 +00:00
community-scripts-pr-app[bot] and github-actions[bot]
700486308f
Update CHANGELOG.md ( #17351 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-09-18 10:11:46 +00:00
push-app-to-main[bot]
169146e948
Add almalinux-vm (vm) ( #17349 )
...
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
2026-09-18 12:11:19 +02:00
MickLesk
78fbbe78ed
Revert "Replace MinIO installation with Garage setup in plane-install.sh"
...
This reverts commit c673429c83 .
2026-09-18 11:14:15 +02:00
MickLesk
c673429c83
Replace MinIO installation with Garage setup in plane-install.sh
2026-09-18 11:12:11 +02:00