CanbiZ (MickLesk)
92e72e4137
Breaking Change: Migrate all "Alpine" Scripts to Normal CT's ( #16587 )
2026-08-18 12:38:22 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
f0b236ec77
Update CHANGELOG.md ( #16579 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-17
2026-08-17 09:27:52 +00:00
CanbiZ (MickLesk)
e683dd92e7
patchmon: fetch only SCAP datastream XMLs ( #16565 )
...
* patchmon: fetch only SCAP datastream XMLs, not the full 2.1GB content archive
* Increase default disk size from 4GB to 8GB
2026-08-17 11:27:25 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
8490cd606d
Update CHANGELOG.md ( #16578 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-17 09:27:02 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9e6d1c1c71
Update CHANGELOG.md ( #16577 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-17 09:26:38 +00:00
CanbiZ (MickLesk)
ee06ad86f1
teslamate: use precompiled Elixir ( #16561 )
2026-08-17 11:26:34 +02:00
CanbiZ (MickLesk)
7d7db6dd33
keycloak: remove invalid ExecStop, kc.sh has no stop subcommand ( #16563 )
2026-08-17 11:26:13 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
b3531bb0a8
Update CHANGELOG.md ( #16576 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-17 09:23:46 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
bdbe5d4043
Update CHANGELOG.md ( #16575 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-17 09:23:21 +00:00
CanbiZ (MickLesk)
b559bcef39
Pin ownfoil release to version 2.3.0 ( #16574 )
2026-08-17 11:23:12 +02:00
CanbiZ (MickLesk)
4ec4bb26ed
kometa: add git, needed by requirements.txt's git dependency ( #16562 )
2026-08-17 11:22:53 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
bb7721b199
Update CHANGELOG.md ( #16573 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-17 07:23:58 +00:00
Tim Moore
22e2a6d73e
fix romm: deploy EmulatorJS and Ruffle after the frontend build ( #16571 )
2026-08-17 09:23:31 +02:00
MickLesk
b19dad1809
tools.func: fix invalid find -prune/-delete combination breaking CLEAN_INSTALL
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
2026-08-16
2026-08-16 22:51:27 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4f04894a19
Update CHANGELOG.md ( #16564 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 18:43:38 +00:00
Robbie Trencheny and Claude Opus 5
05fdd15406
[FIX] Shelfmark: internal bypasser never starts under the gevent worker ( #16495 )
...
* Shelfmark: fix internal bypasser under the gevent worker
The internal captcha bypasser never worked on this install. Shelfmark is served
by gunicorn's GeventWebSocketWorker, and DOCKERMODE controls whether the bypass
browser runs in a helper process "isolated from gunicorn/gevent" (upstream's
_get_via_subprocess). With DOCKERMODE=false the SeleniumBase CDP browser starts
inside the monkey-patched loop, its asyncio websocket never connects, and every
bypass dies at "Pure CDP browser startup timed out after 45s" — searches then
burn their whole retry budget and surface as "mirrors are blocked".
Set DOCKERMODE=true for deployment type 1, and migrate existing installs on
update. The flag is misnamed upstream: it gates gevent isolation, not Docker.
Also drop chromium.service. Nothing in Shelfmark connects to port 9222 — the
bypasser launches its own browser on a random port — so it only consumed
~226MB. With DOCKERMODE enabled it is additionally killed by Shelfmark's
orphan-process reaper (pkill -f chromium) on every bypass and respawned by
systemd, since an LXC shares its PID namespace.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_012Ln3yVj3sWHG2c6T78W1we
* Shelfmark: address review — one check, drop comments
Collapse the chromium.service removal and the DOCKERMODE migration into the
single internal-bypasser check, as every affected install has both. Guard the
disable so a second update run does not fail on the removed unit, matching
esphome.sh. Drop the explanatory comments.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_012Ln3yVj3sWHG2c6T78W1we
---------
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-08-16 20:43:14 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
92ec089410
Update CHANGELOG.md ( #16560 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 18:37:34 +00:00
Tobias
abc9e569ad
tubearchivist: fix: enhance update script ( #16521 )
2026-08-16 20:37:12 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4255711f06
Update CHANGELOG.md ( #16559 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 18:35:23 +00:00
CanbiZ (MickLesk)
3ac1f1dfd4
cronmaster: back up scripts, data and snippets folders on update ( #16529 )
2026-08-16 20:34:55 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fc61dddffd
Update CHANGELOG.md ( #16558 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 18:29:05 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
d61764878c
Update CHANGELOG.md ( #16557 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 18:28:40 +00:00
CanbiZ (MickLesk)
fa8e6d5bb7
tracktor: build with pnpm using upstream's frozen lockfile ( #16530 )
2026-08-16 20:28:36 +02:00
CanbiZ (MickLesk)
85a621993d
wallos: run db migration after apache reload on update ( #16528 )
2026-08-16 20:28:16 +02:00
community-scripts-pr-app[bot] and GitHub Actions <github-actions[bot]@users.noreply.github.com>
4ccc82e0a4
Update .app files ( #16546 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-08-16 14:58:42 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
756f160eb6
Update CHANGELOG.md ( #16549 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 11:59:31 +00:00
CanbiZ (MickLesk)
cb09223b37
networkoptimizer: also build uwnspeedtest binary for server arch ( #16531 )
2026-08-16 21:59:03 +10:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5471da8bf7
Update CHANGELOG.md ( #16548 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 11:58:32 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
74d5fc67d5
Update CHANGELOG.md ( #16547 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 11:58:23 +00:00
CanbiZ (MickLesk)
a9ff7e6a13
core: skip mount points during backup and clean installs ( #16532 )
...
* Skip mount points during backup and clean install
Prevent accidental deletion or backup of mount points:
- In create_backup(), skip paths that are mount points with a warning
- In _deploy_source_tarball(), _deploy_unpacked_archive(), and fetch_and_deploy_from_url(), use find with mountpoint pruning to avoid deleting mount point directories during CLEAN_INSTALL
* change comments for new variant
Update `_deploy_source_tarball` and related helper comments to note that CLEAN_INSTALL wipes target contents including dotfiles while preserving mount points. This improves guidance around backup/restore of config dotfiles during source deployments.
2026-08-16 21:58:07 +10:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
d0456f5b77
Update CHANGELOG.md ( #16545 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 11:57:59 +00:00
CanbiZ (MickLesk)
1246048481
Remove: Jeedom ( #16536 )
2026-08-16 21:57:36 +10:00
community-scripts-pr-app[bot] and GitHub Actions <github-actions[bot]@users.noreply.github.com>
2c1a9c9535
Update .app files ( #16542 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-08-16 12:48:43 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
714d38b01a
Update CHANGELOG.md ( #16543 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 10:25:00 +00:00
CanbiZ (MickLesk)
ab88c8decf
Remove: Swizzin ( #16535 )
2026-08-16 12:24:27 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
e5cd138dfb
Update CHANGELOG.md ( #16541 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 10:23:23 +00:00
CanbiZ (MickLesk)
662adaa6d4
Remove: NocoDB ( #16533 )
2026-08-16 20:22:54 +10:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6ee1758997
Update CHANGELOG.md ( #16539 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-15
2026-08-16 00:03:46 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ba59f092ab
Archive old changelog entries ( #16538 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-16 00:03:21 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
bbecb68618
Update CHANGELOG.md ( #16537 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-15 21:41:59 +00:00
f4a36e9200
Securo ( #16518 )
...
* Add securo (ct)
* fix: src
* securo: enable nginx site via nginx_enable_site helper
Replaces the manual symlink + default removal + restart with the core
helper, which also runs nginx -t before restarting and enables the unit.
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
Co-authored-by: MickLesk <mickey.leskowitz@gmail.com >
2026-08-15 23:41:31 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
28b848ddf2
Update CHANGELOG.md ( #16534 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-15 21:34:24 +00:00
push-app-to-main[bot]
a06ca3cf59
ntopng ( #16387 )
2026-08-15 23:33:58 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
91fd6e57a6
Update CHANGELOG.md ( #16516 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-15 03:37:21 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3aa4538765
Update CHANGELOG.md ( #16515 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-15 03:36:54 +00:00
CanbiZ (MickLesk)
a566b6b129
adventurelog: remove pnpm build-allowlist override causing pnpm 10.33 conflict ( #16478 )
2026-08-15 13:36:49 +10:00
CanbiZ (MickLesk)
91dd24f38c
PatchMon: add ssg-content ( #16481 )
...
* patchmon: fetch SCAP Security Guide content, bump disk default
* patchmon: simplify SCAP content fetch with &&/|| chaining
* patchmon: use fetch_and_deploy_gh_release for SCAP content
* Reintroduce fetch_and_deploy_gh_release for ssg-content
2026-08-15 13:36:27 +10:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
b183bcc64e
Update CHANGELOG.md ( #16511 )
...
Auto Update .app-files / update-app-files (push) Canceled after 0s
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Set state to is_deleted in pocketbase / delete-pocketbase-entry (push) Canceled after 0s
Update script timestamp on .sh changes / update-script-timestamp (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-14
2026-08-14 20:13:02 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
a04bcaf832
Update CHANGELOG.md ( #16510 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-08-14 20:12:42 +00:00
push-app-to-main[bot]
cf6e9abfd0
RSS-Bridge ( #16471 )
2026-08-14 22:12:35 +02:00