CanbiZ (MickLesk)
d6439d40b8
refactor(php): remove redundant PHP_MODULE entries
...
- Add dom and gmp to BASE_MODULES in setup_php()
- Remove modules already covered by BASE_MODULES (cli,common,bcmath,curl,dom,gd,gmp,intl,mbstring,readline,xml,zip)
- Remove modules already covered by EXTENDED_MODULES (mysql,sqlite3,pgsql,redis,imagick,bz2,apcu)
- Remove modules already covered by BUILTIN (ctype,exif,ffi,fileinfo,gettext,iconv,pdo,tokenizer)
- Affected: 31 install scripts, 12 ct scripts
2026-01-30 12:14:29 +01:00
CanbiZ (MickLesk)
191301f953
immich: Quickfix MAINT_MODE unset variable handling in immich.sh
...
Use default value for MAINT_MODE to prevent errors when the variable is unset. This ensures the maintenance mode check works reliably.
2026-01-30 11:14:06 +01:00
community-scripts-pr-app[bot]
f58a97b9dd
Update CHANGELOG.md ( #11360 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 09:30:14 +00:00
CanbiZ (MickLesk)
710884c90b
fix(php): improve module handling and prevent installation failures ( #11358 )
...
Changes to setup_php():
- Add version detection for PHP 8.5+ built-in opcache
- Define BUILTIN_MODULES list for modules included in php-common
(ctype, fileinfo, iconv, tokenizer, phar, posix, etc.)
- Filter out built-in modules before attempting installation
- Verify each package exists via apt-cache before adding to install list
- Skip unavailable packages with informational message instead of error
- Add extended default modules (mysql, sqlite3, pgsql, redis, imagick,
bz2, apcu) to cover ~90% of typical use cases
- Improve error handling with graceful degradation
This prevents installation failures when:
- PHP version has module built into core (e.g., opcache in 8.5+)
- Module is provided by php-common (ctype, fileinfo, etc.)
- Package is renamed or unavailable in specific PHP version
Fixes #11359
2026-01-30 10:29:51 +01:00
CanbiZ (MickLesk)
313faa02fe
fix(meilisearch): fix dump creation and improve migration handling
...
Bug fixes:
- dumpUid is only available AFTER the dump task completes, not in the
initial POST /dumps response. Fixed the extraction logic to wait for
task completion first, then extract dumpUid from the task result.
- Removed non-existent API endpoint /dumps/{uid}/import - Meilisearch
only supports dump import via CLI flag --import-dump
Improvements:
- If dump creation fails, backup the data directory before proceeding
instead of just overwriting (allows manual recovery)
- Better error messages with actual API response content
- Proper health check loop during import with process monitoring
- Clear user guidance about what to do after failed migration
Fixes #11349
2026-01-30 10:29:08 +01:00
community-scripts-pr-app[bot]
06864f9e0b
Update CHANGELOG.md ( #11359 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 09:21:24 +00:00
CanbiZ (MickLesk)
49aa898edd
fix(meilisearch): add data migration for version upgrades ( #11356 )
...
Meilisearch requires a dump/restore process when upgrading between
incompatible versions (different major.minor). The previous update
logic simply replaced the binary, causing database corruption.
This fix:
- Detects version changes that require migration
- Creates a data dump before upgrading
- Removes old incompatible data after binary update
- Imports the dump to restore data in new format
- Falls back to --import-dump CLI flag for older API versions
- Adds proper error handling and timeouts
Fixes #11349
2026-01-30 10:20:57 +01:00
community-scripts-pr-app[bot]
715159895b
chore: update github-versions.json ( #11351 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 06:16:29 +00:00
community-scripts-pr-app[bot]
eb5de9173a
Update CHANGELOG.md ( #11348 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29
2026-01-30 00:20:41 +00:00
community-scripts-pr-app[bot]
8dc80b2b7e
chore: update github-versions.json ( #11347 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-30 00:20:15 +00:00
community-scripts-pr-app[bot]
e2abb46c86
Update CHANGELOG.md ( #11343 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 19:35:27 +00:00
Chris
ab5e8cbd7c
[FEAT] Immich: Enable Maintenance Mode before update ( #11342 )
...
* [FEAT] Immich: enable Maintenance Mode prior to update
- Checks if current version is 2.5.2 or higher
- Also disables Maintenance Mode afterwards
* fix pathing issue; suppress `cd -` output
2026-01-29 20:35:00 +01:00
community-scripts-pr-app[bot]
69e563afb5
chore: update github-versions.json ( #11341 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 18:13:37 +00:00
community-scripts-pr-app[bot]
22acb9d728
Update CHANGELOG.md ( #11340 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 17:43:27 +00:00
Chris
6fc6bab1bf
Refactor: Byparr ( #11338 )
...
- Use Camoufox (Firefox in Playwright) as intended
- Remove Chromium and deps
- Adapt dependencies to Debian
2026-01-29 18:43:00 +01:00
community-scripts-pr-app[bot]
c1ad36718e
Update CHANGELOG.md ( #11339 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 17:03:06 +00:00
Chris
e3b796b842
Immich: Pin version to 2.5.2 ( #11335 )
2026-01-29 18:02:37 +01:00
community-scripts-pr-app[bot]
d2f02c2ba0
Update CHANGELOG.md ( #11337 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 16:15:38 +00:00
CanbiZ (MickLesk)
94b9190e07
cloudflare: Remove deprecated DNS-over-HTTPS proxy option ( #11068 )
...
* Remove deprecated DNS-over-HTTPS proxy option from cloudflared installer
* docs(cloudflared): update notes - remove deprecated DoH proxy info
- DoH proxy-dns feature deprecated by Cloudflare (Feb 2026)
- Add tunnel setup instructions instead
2026-01-29 17:15:10 +01:00
CanbiZ (MickLesk)
09b343d150
docs(cloudflared): update notes - remove deprecated DoH proxy info
...
- DoH proxy-dns feature deprecated by Cloudflare (Feb 2026)
- Add tunnel setup instructions instead
2026-01-29 15:59:05 +01:00
CanbiZ (MickLesk)
c464b95fa3
fix(pve-post-install): check file exists before removing no-nag-script
...
Fixes script interruption when selecting 'no' to disable subscription nag
on a fresh system where no-nag-script doesn't exist.
2026-01-29 15:56:51 +01:00
community-scripts-pr-app[bot]
24ddcb9d97
Update CHANGELOG.md ( #11336 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 14:04:27 +00:00
Michel Roegl-Brunner
a5aa55ffad
Kollection: Update to php 8.5 ( #11315 )
...
* Upgrade PHP version from 8.4 to 8.5
* Configure PHP version and modules for setup
Added PHP version and configuration for setup.
2026-01-29 15:03:58 +01:00
community-scripts-pr-app[bot]
2412a45a20
Update CHANGELOG.md ( #11334 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 13:59:15 +00:00
CanbiZ (MickLesk)
1b87ec7bfd
Notifiarr: change installation check from apt to systemd service ( #11319 )
2026-01-29 14:58:49 +01:00
community-scripts-pr-app[bot]
84966410ed
Update CHANGELOG.md ( #11333 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 13:43:08 +00:00
CanbiZ (MickLesk)
cc70f84d27
feat(workflow): exclude automated PRs and bot issues from locking
2026-01-29 14:41:35 +01:00
community-scripts-pr-app[bot]
1c4c95723b
Update CHANGELOG.md ( #11332 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 13:38:19 +00:00
Chris
b67a82123e
Immich: v2.5.0 ( #11240 )
2026-01-29 14:37:54 +01:00
CanbiZ (MickLesk)
33a531960e
fix(workflow): use github-script for scheduled lock after 3 days
2026-01-29 14:30:32 +01:00
community-scripts-pr-app[bot]
8ab722fb7c
Update CHANGELOG.md ( #11331 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 13:29:46 +00:00
CanbiZ (MickLesk)
3294c58713
fix(workflow): use github-script for immediate lock on close
2026-01-29 14:29:19 +01:00
CanbiZ (MickLesk)
845aebd654
fix(workflow): use github.token for lock-threads action
2026-01-29 14:22:10 +01:00
CanbiZ (MickLesk)
dd2def9384
fix(workflow): lock old issues silently, new issues with comment
2026-01-29 13:59:24 +01:00
CanbiZ (MickLesk)
82740302bc
Update lock-issue workflow to use new exclusion key
...
Replaces 'issue-created-after' with 'exclude-issue-created-before' in the lock-issue GitHub Actions workflow for improved clarity and compatibility.
2026-01-29 13:57:33 +01:00
CanbiZ (MickLesk)
610509e834
fix(workflow): only lock issues created after 2026-01-27
2026-01-29 13:53:46 +01:00
CanbiZ (MickLesk)
aed241fdc4
fix(workflow): use dessant/lock-threads for issue locking
2026-01-29 13:52:22 +01:00
community-scripts-pr-app[bot]
e0fb69b6c3
Update CHANGELOG.md ( #11328 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 12:47:12 +00:00
Michel Roegl-Brunner
c3c8384f69
Add workflow to lock closed issues ( #11316 )
2026-01-29 13:46:43 +01:00
community-scripts-pr-app[bot]
99d13903f3
Update CHANGELOG.md ( #11327 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 12:40:58 +00:00
CanbiZ (MickLesk)
25ecb12060
feat(jellyfin): add logrotate instead of reducing log level ( #11326 )
2026-01-29 13:40:32 +01:00
community-scripts-pr-app[bot]
5a5dd8ae87
Update .app files ( #11324 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-01-29 13:38:24 +01:00
community-scripts-pr-app[bot]
42a3a68ce2
Update CHANGELOG.md ( #11325 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 12:31:39 +00:00
CanbiZ (MickLesk)
44f5656a56
Alpine-Valkey ( #11320 )
2026-01-29 13:31:14 +01:00
community-scripts-pr-app[bot]
27bcc09b0c
Update CHANGELOG.md ( #11323 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 12:29:46 +00:00
Michel Roegl-Brunner
47d63e92bf
build.func: Replace storage variable with searchdomain variable ( #11322 )
2026-01-29 13:29:25 +01:00
community-scripts-pr-app[bot]
03216e05ac
chore: update github-versions.json ( #11321 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 12:11:17 +00:00
community-scripts-pr-app[bot]
5ba96bb3f2
Update CHANGELOG.md ( #11318 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 11:44:16 +00:00
CanbiZ (MickLesk)
8e7dc349ac
core: Add config file handling options | Fix Vikunja update with interactive overwrite ( #11317 )
2026-01-29 12:43:54 +01:00
community-scripts-pr-app[bot]
e1f02bfa77
Update CHANGELOG.md ( #11314 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-29 09:59:10 +00:00