Sam Heinz
73b804bce7
fix romm missing 7z ( #16194 )
2026-08-01 21:18:48 +02:00
MickLesk
5b65310d62
Update build.func
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
2026-07-31
2026-07-31 14:13:45 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4a92a434e4
Update CHANGELOG.md ( #16178 )
...
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-07-31 07:46:59 +00:00
CanbiZ (MickLesk)
81fd7ef01a
Docmost: cleanup folder at update ( #16177 )
2026-07-31 09:46:30 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
fdb029403d
Update CHANGELOG.md ( #16176 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-31 05:49:49 +00:00
Slaviša Arežina
304e73cd18
Firecrawl: Add dependency ( #16174 )
...
* Add deps
* formatting
2026-07-31 07:49:17 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
f8bdd424eb
Update CHANGELOG.md ( #16171 )
...
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-07-30
2026-07-30 18:05:58 +00:00
Chris
70685ae8c3
Immich: Pin version to 3.1.0 ( #16170 )
...
* Immich: Pin version to 3.1.0
* Add countryInfo.txt to GeoNames data
2026-07-30 20:05:25 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
c4ae4d99e4
Update CHANGELOG.md ( #16168 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-30 12:41:25 +00:00
CanbiZ (MickLesk)
d24422a533
tools.func: support dynamic gitlab URL | add setup_mysql_db function ( #16166 )
...
* tools.func: support dynamic gitlab URL
* Update tools.func
* Update tools.func
* restore meilisearch fix
2026-07-30 14:40:59 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
d7bc6b5967
Update CHANGELOG.md ( #16163 )
...
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-07-30 08:51:30 +00:00
8045921784
Medusa: convert the non-free unrar source to deb822 format ( #16093 )
...
Follow-up to #16072 , as requested in review.
Converts the one-line non-free.list entry to a deb822 non-free.sources
block matching mylar3 and sabnzbd, and renames the cleanup rm to match
the new filename.
Also drops the redundant main and contrib components, which the base
debian.sources already provides. Declaring them a second time made apt
emit "Target Packages ... is configured multiple times" warnings on
every build; only non-free is needed for unrar.
Co-authored-by: Tim Moore <tim.moore@ingenuity.com.au >
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
2026-07-30 10:51:00 +02:00
Michel Roegl-Brunner
089bcd1c09
Revise pull request template for AI compliance
...
Updated the pull request template to include AI assistance confirmation and additional instructions for AI-generated scripts.
2026-07-30 10:49:28 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
b85de433db
Update CHANGELOG.md ( #16162 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-30 08:37:40 +00:00
763732fc5b
romm: remove stale 1.x alembic migrations on update ( #16101 )
...
* fix(romm): remove stale 1.x alembic migrations on update
RomM releases before v2.4 shipped dot-version migration files
(1.6.2_.py, 1.7.1_.py, 1.8_.py, 1.8.1_.py, 1.8.2_.py, 1.8.3_.py,
2.0.0_.py) alongside the 4-digit series. When the romm app is
upgraded from a pre-v2.4 install to a current release, these
files survive in /opt/romm/backend/alembic/versions/ and cause
alembic to fail with 'Multiple head revisions are present for
given argument head', preventing the backend from starting.
Add a defensive cleanup step in the update function that runs
right after fetch_and_deploy_gh_release. The cleanup removes any
leftover 1.x and 2.0.0_ migration files plus cached __pycache__
directories. It is a no-op on clean installs of the current
release, and only affects files in the alembic/versions/ folder.
* Apply suggestion from @CrazyWolf13
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
---------
Co-authored-by: Sam Heinz <sam@samheinz.com >
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com >
2026-07-30 10:37:17 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
e456b1fc96
Update CHANGELOG.md ( #16161 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-30 08:31:38 +00:00
CanbiZ (MickLesk) and michel.roegl-brunner@htl-braunau.at <michel.roegl-brunner@htl-braunau.at>
30ab4a612d
core: add configurable host CA inheritance during bootstrap ( #15889 )
...
* Add host CA inheritance for container builds
Introduces `var_inherit_host_ca` (default `auto`) across variable loading, validation, defaults, and persisted app vars. The advanced settings flow now includes a dedicated Host CA Inheritance step and surfaces the selection in the final summary.
Adds `_apply_host_ca_certs_in_container()` to copy host certificates from `/usr/local/share/ca-certificates/*.crt` into the container and refresh trust with `update-ca-certificates` when available. This runs during container setup after proxy configuration, with safe no-op behavior when no host certs exist or inheritance is disabled.
* Warn when host CA inheritance is disabled
Changes the log level from info to warning when host CA inheritance is skipped by configuration, and includes the number of host certificates detected. This makes intentional skips more visible while still showing useful context.
* core: make host CA inheritance opt-in (default no)
Addresses review feedback: default to 'no' instead of 'auto' so certs are
only inherited when explicitly enabled in advanced mode, preserving LXC
isolation by default.
---------
Co-authored-by: michel.roegl-brunner@htl-braunau.at <michel.roegl-brunner@htl-braunau.at >
2026-07-30 10:31:09 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
c9bddaadc0
Update CHANGELOG.md ( #16160 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-30 08:24:28 +00:00
a1cc2351d7
Firecrawl ( #16156 )
...
* Add firecrawl (ct)
* Remove configuration file echo from firecrawl.sh
Removed configuration file output from the script.
* Refactor installation script for Firecrawl
---------
Co-authored-by: push-app-to-main[bot] <203845782+push-app-to-main[bot]@users.noreply.github.com>
Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com >
2026-07-30 10:23:54 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3157679ffe
Update CHANGELOG.md ( #16159 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-30 08:22:57 +00:00
4d311e03df
OmniRoute ( #16155 )
...
* Add omniroute (ct)
* Update omniroute.sh
---------
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-07-30 10:22:29 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2f8cb52962
Update CHANGELOG.md ( #16157 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-30 08:07:27 +00:00
39d78754fa
PegaProx ( #16154 )
...
* Add pegaprox (ct)
* Update pegaprox.sh
---------
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-07-30 10:06:57 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
09c11fdecf
Update CHANGELOG.md ( #16152 )
...
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-29
2026-07-29 21:02:10 +00:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
e562ab6128
Update CHANGELOG.md ( #16151 )
...
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-07-29 15:58:45 +00:00
CanbiZ (MickLesk)
b5a9011581
Bichon: Migration for V2 Release ( #16145 )
2026-07-29 17:58:04 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
450a5948ec
Update CHANGELOG.md ( #16150 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-29 12:11:34 +00:00
CanbiZ (MickLesk)
6ff1e95334
core: Harden remote func bootstrapping with dns issues ( #16146 )
...
* Harden remote func bootstrapping
Replace bare `source <(curl ...)` calls with a `_bootstrap_source` helper that validates both the download exit code and the presence of a probe function after sourcing. This prevents silent failures when DNS is not yet available in a freshly booted container or when a download fails mid-stream. Applies to build.func, install.func, and alpine-install.func. Also adds retry flags and a connect timeout to curl/wget.
* Refactor bootstrap error handling with helper
Extract repeated fatal-error logic into a `_bootstrap_die` helper across alpine-install.func, build.func, and install.func. The helper uses `msg_error` when available, falling back to stderr, then exits with code 115. Inline error blocks are replaced with cleaner one-liner `|| _bootstrap_die` calls.
2026-07-29 14:11:08 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
bf75cbd2a3
Update CHANGELOG.md ( #16148 )
...
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-07-29 08:59:05 +00:00
Sam Heinz
2098cf0f3a
backup virtual printer in bambuddy ( #16142 )
2026-07-29 10:58:34 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
09c16ded19
Update CHANGELOG.md ( #16147 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-29 07:29:59 +00:00
aidaskni
d9b12eaadf
ImmichFrame: check .NET SDK before update deployment ( #16104 )
...
* fix(immichframe): check SDK before update deployment
* fix(immichframe): install SDK during update
2026-07-29 09:29:30 +02:00
MickLesk
948f8f608f
Revert "Bichon: Migration for V2 Release"
...
This reverts commit 57c9246f59 .
2026-07-29 07:41:02 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
44483d08ae
Update CHANGELOG.md ( #16144 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-29 05:38:39 +00:00
MickLesk
57c9246f59
Bichon: Migration for V2 Release
2026-07-29 07:38:04 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
00119abe89
Update CHANGELOG.md ( #16139 )
...
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-07-28
2026-07-28 23:29:39 +00:00
Tobias
645f6a2d9a
fix: prometheus-paperless-exporter incompatibility with paperless v3 ( #16119 )
...
* fix: compatibility in paperless v3 (https://github.com/hansmi/prometheus-paperless-exporter/issues/134 )
* rm: comments
* fix: revert func
2026-07-29 09:29:16 +10:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5ce2cc3b00
Update CHANGELOG.md ( #16135 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-28 19:20:39 +00:00
Louis GAMBART
d9814ec169
Create search directory in wanderer-install.sh ( #16134 )
2026-07-28 21:20:09 +02:00
community-scripts-pr-app[bot] and GitHub Actions <github-actions[bot]@users.noreply.github.com>
58ac0fc22a
Update .app files ( #16133 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-07-28 20:40:56 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
c1a13486a9
Update CHANGELOG.md ( #16132 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-28 18:13:09 +00:00
Chris
c6ce72cefd
Migrate Musicseerr to DroppedNeedle ( #15751 )
2026-07-28 20:12:37 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
cac2d441b8
Update CHANGELOG.md ( #16131 )
...
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-07-28 17:47:47 +00:00
CanbiZ (MickLesk)
8029b208a6
tools.func: add nginx site helper and PHP socket resolver ( #16118 )
2026-07-28 19:47:13 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
7046b72981
Update CHANGELOG.md ( #16130 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-28 17:46:03 +00:00
CanbiZ (MickLesk)
8c4ed519a9
Read prompt input directly from /dev/tty ( #16126 )
2026-07-28 19:45:29 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ea6346e4ef
Update CHANGELOG.md ( #16129 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-28 17:03:51 +00:00
CanbiZ (MickLesk)
8990ab702e
npmplus: Remove duplicate msg_info for container recreation ( #16122 )
2026-07-28 19:03:16 +02:00
community-scripts-pr-app[bot] and GitHub Actions <github-actions[bot]@users.noreply.github.com>
57e02eee1b
Update .app files ( #16114 )
...
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
2026-07-28 13:38:55 +02:00
community-scripts-pr-app[bot] and github-actions[bot] <github-actions[bot]@users.noreply.github.com>
45053ea4c3
Update CHANGELOG.md ( #16115 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-07-28 11:37:14 +00:00