Commit Graph

49751 Commits

Author SHA1 Message Date
TrueCharts Bot f55a85dfb6 chore(helm): update image docker.io/rhasspy/wyoming-piper 1.6.3 → 2.1.2 (#41716)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/rhasspy/wyoming-piper | major | `2f5de2c` -> `54c511a` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-11-18 18:17:19 +01:00
TrueCharts Bot 08e741b2f5 chore(helm): update image docker.io/mikefarah/yq 4.48.1 → 4.48.2 (#41743)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/mikefarah/yq](https://mikefarah.gitbook.io/yq/)
([source](https://redirect.github.com/mikefarah/yq)) | patch | `75b3a60`
-> `f7fe014` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>mikefarah/yq (docker.io/mikefarah/yq)</summary>

###
[`v4.48.2`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.48.2)

[Compare
Source](https://redirect.github.com/mikefarah/yq/compare/v4.48.1...v4.48.2)

- Strip whitespace when decoding base64
[#&#8203;2507](https://redirect.github.com/mikefarah/yq/issues/2507)
- Upgraded to go-yaml v4! (thanks
[@&#8203;ccoVeille](https://redirect.github.com/ccoVeille),
[@&#8203;ingydotnet](https://redirect.github.com/ingydotnet))
- Add linux/loong64 to release target (thanks
[@&#8203;znley](https://redirect.github.com/znley))
- Added --shell-key-separator flag for customizable shell output format
[#&#8203;2497](https://redirect.github.com/mikefarah/yq/issues/2497)
(thanks [@&#8203;rsleedbx](https://redirect.github.com/rsleedbx))
  - Bumped dependencies

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-11-18 16:40:48 +00:00
Kjeld Schouten 30b4a67322 feat(jellyfin)!: major jellyfin rework (#41832)
**Description**
This PR moves JellyFin to use our container and split its storage.
Breaking as users would have to manually restructure their storage
accordingly

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-11-18 17:37:15 +01:00
TrueCharts Bot 8d64f75695 chore(helm): update image ghcr.io/chroma-core/chroma 1.3.3 → 1.3.5 (#41827) 2025-11-18 12:10:59 +01:00
TrueCharts Bot d178209daa chore(helm): update image ghcr.io/linuxserver/jackett 0.24.319 → 0.24.324 (#41828) 2025-11-18 12:10:34 +01:00
TrueCharts Bot e7af82cd17 chore(helm): update image docker.io/haveagitgat/tdarr 2.56.01 → 2.57.01 (#41829) 2025-11-18 12:10:32 +01:00
TrueCharts Bot 0ca43fca57 chore(helm): update image docker.io/haveagitgat/tdarr_node 2.56.01 → 2.57.01 (#41830) 2025-11-18 12:10:26 +01:00
TrueCharts Bot eef349185a chore(helm): update image ghcr.io/n8n-io/n8n 1.120.3 → 1.121.0 (#41831)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/n8n-io/n8n](https://n8n.io)
([source](https://redirect.github.com/n8n-io/n8n)) | minor | `e047444`
-> `94097ce` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary>

###
[`v1.121.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#11210-2025-11-18)

##### Bug Fixes

- **Code Node:** Revert node icon back to old icon
([#&#8203;21777](https://redirect.github.com/n8n-io/n8n/issues/21777))
([7bb3fdc](https://redirect.github.com/n8n-io/n8n/commit/7bb3fdc270291e5fe08f673c2e278bf95f199003))
- **core:** Add timeout and recovery for database connection health
checks
([#&#8203;21506](https://redirect.github.com/n8n-io/n8n/issues/21506))
([09c8b2d](https://redirect.github.com/n8n-io/n8n/commit/09c8b2dea89295dad66bec7c33f422c8e0a086ed))
- **core:** Capture stoppedAt timestamp and improve fullRunData handling
([#&#8203;21290](https://redirect.github.com/n8n-io/n8n/issues/21290))
([343413d](https://redirect.github.com/n8n-io/n8n/commit/343413dbd9b35a1602a17ef8c4c432c0fe534b71))
- **core:** Correctly filter custom nodes when NODES\_INCLUDE/EXCLUDE is
set
([#&#8203;21705](https://redirect.github.com/n8n-io/n8n/issues/21705))
([08fea7b](https://redirect.github.com/n8n-io/n8n/commit/08fea7b17fbc7532b56279ad917c495bff7a327a))
- **core:** Declarative Node - Continue using Error Output returns empty
item
([#&#8203;21823](https://redirect.github.com/n8n-io/n8n/issues/21823))
([e3a996d](https://redirect.github.com/n8n-io/n8n/commit/e3a996d7d2f1ab8a686b5d1fa5a960c16f1beeeb))
- **core:** Enforce timeout for task requests
([#&#8203;21493](https://redirect.github.com/n8n-io/n8n/issues/21493))
([e9d8757](https://redirect.github.com/n8n-io/n8n/commit/e9d875701046f088724f8f0edfc89ae78976c038))
- **core:** Ensure database fallback when Redis cache fails on webhook
lookup
([#&#8203;21872](https://redirect.github.com/n8n-io/n8n/issues/21872))
([7716212](https://redirect.github.com/n8n-io/n8n/commit/77162128ff77b47aa6073a110ecf06b5bab559d0))
- **core:** Fix type issues for execution context
([#&#8203;21852](https://redirect.github.com/n8n-io/n8n/issues/21852))
([1098db4](https://redirect.github.com/n8n-io/n8n/commit/1098db4f18f7d5b6ba7dc5d436612acfdade4bef))
- **core:** Validate package version when installing community node
([#&#8203;21886](https://redirect.github.com/n8n-io/n8n/issues/21886))
([6eeb739](https://redirect.github.com/n8n-io/n8n/commit/6eeb739c9283e4691f5754494dcd223319a74f2c))
- **editor:** Avoid node overlap when adding Loop node between existing
nodes
([#&#8203;21419](https://redirect.github.com/n8n-io/n8n/issues/21419))
([94e5b1e](https://redirect.github.com/n8n-io/n8n/commit/94e5b1eef083335e76919307373b0672d5c58ed5))
- **editor:** Filtering for archived workflows in error workflows list
([#&#8203;21874](https://redirect.github.com/n8n-io/n8n/issues/21874))
([cc3f31a](https://redirect.github.com/n8n-io/n8n/commit/cc3f31a808fbee7c33a91afefc3a62f064c91aa9))
- **editor:** Fix command bar keyboard events handing
([#&#8203;21759](https://redirect.github.com/n8n-io/n8n/issues/21759))
([86f6da3](https://redirect.github.com/n8n-io/n8n/commit/86f6da38333848dc2c54aedaffda9591a12f66c1))
- **editor:** Fix node name tooltip in NDV header
([#&#8203;21760](https://redirect.github.com/n8n-io/n8n/issues/21760))
([6fd8ca9](https://redirect.github.com/n8n-io/n8n/commit/6fd8ca9021c33883c3d594e962f006059da5a834))
- **editor:** Make sure `Pin` action works only for pinnabe nodes
([#&#8203;21723](https://redirect.github.com/n8n-io/n8n/issues/21723))
([cf9eb4e](https://redirect.github.com/n8n-io/n8n/commit/cf9eb4e4ef77e81da844e68ba88dbfda9150e398))
- **editor:** Previous nodes' outputs aren't available in expression
editor for sub-nodes
([#&#8203;21730](https://redirect.github.com/n8n-io/n8n/issues/21730))
([bd62be0](https://redirect.github.com/n8n-io/n8n/commit/bd62be0409a663a4b086a0c177f35bcb850a6c10))
- **editor:** Provide better output for subnode execution errors
([#&#8203;21714](https://redirect.github.com/n8n-io/n8n/issues/21714))
([5b2d15e](https://redirect.github.com/n8n-io/n8n/commit/5b2d15e78ddf3f62f221da4fc00ceade5cda7ae3))
- **editor:** Refresh insights weekly summary when entering any of the
/home routes
([#&#8203;21859](https://redirect.github.com/n8n-io/n8n/issues/21859))
([c3e6439](https://redirect.github.com/n8n-io/n8n/commit/c3e6439303a989e85edfd7745970db7bf20d87dc))
- **editor:** Small UI tweaks for data size warnings
([#&#8203;21693](https://redirect.github.com/n8n-io/n8n/issues/21693))
([f9404ec](https://redirect.github.com/n8n-io/n8n/commit/f9404ecb61f3c623e56fc3eee6cf9010856f50e2))
- **editor:** Take user back to correct project after archive/delete
([#&#8203;21940](https://redirect.github.com/n8n-io/n8n/issues/21940))
([9ddedb0](https://redirect.github.com/n8n-io/n8n/commit/9ddedb03dfa2c096c4fb84400a1871dadc0f9987))
- **editor:** Workflow tags style issue
([#&#8203;21697](https://redirect.github.com/n8n-io/n8n/issues/21697))
([af7417b](https://redirect.github.com/n8n-io/n8n/commit/af7417b88ea1ad239f3f939221af5709455fc252))
- **Embeddings Azure OpenAi Node:** Add proxy agent
([#&#8203;18663](https://redirect.github.com/n8n-io/n8n/issues/18663))
([0ab07f0](https://redirect.github.com/n8n-io/n8n/commit/0ab07f04788e9d4f82516939da7e83d3b3dbef44))
- Enable respond to chat node as tool
([#&#8203;21253](https://redirect.github.com/n8n-io/n8n/issues/21253))
([49eebcf](https://redirect.github.com/n8n-io/n8n/commit/49eebcf9292675f14a481747e0a0af5d9eed1947))
- Fix expr-eval dependency for CVE-2025-12735
([#&#8203;21862](https://redirect.github.com/n8n-io/n8n/issues/21862))
([2661162](https://redirect.github.com/n8n-io/n8n/commit/2661162238b04b585105be0529df123369b1c0e6))
- **Form Node:** Update mime-types package to handle x-zip-compressed
([#&#8203;21492](https://redirect.github.com/n8n-io/n8n/issues/21492))
([8a935aa](https://redirect.github.com/n8n-io/n8n/commit/8a935aa5c1fcc0eaff1c1edb6b4d2e0b7828c7e1))
- **Form Trigger Node:** Do not translate checkbox values
([#&#8203;21737](https://redirect.github.com/n8n-io/n8n/issues/21737))
([64137eb](https://redirect.github.com/n8n-io/n8n/commit/64137eb4d65efdc94916953e8dee65ff3dbdf132))
- **Git Node:** Disable git hooks by default
([#&#8203;21797](https://redirect.github.com/n8n-io/n8n/issues/21797))
([4dd853b](https://redirect.github.com/n8n-io/n8n/commit/4dd853b2d5fe5e35940c14813da0fa72b6c87136))
- Google Vertex sub-node error handling
([#&#8203;21504](https://redirect.github.com/n8n-io/n8n/issues/21504))
([cc55fef](https://redirect.github.com/n8n-io/n8n/commit/cc55fef2404e03c45665021a59feb9a5345d2d33))
- Improve dev mode output and command reliability in `n8n-node` CLI
([#&#8203;21231](https://redirect.github.com/n8n-io/n8n/issues/21231))
([970f1b7](https://redirect.github.com/n8n-io/n8n/commit/970f1b70702bfda1fa2034082f9a2129917ad066))
- Improve domain validation
([#&#8203;21534](https://redirect.github.com/n8n-io/n8n/issues/21534))
([404640f](https://redirect.github.com/n8n-io/n8n/commit/404640f1e93fe848ec4b90e972a1ea53e33f80e2))
- **MCP Client Tool Node:** DCR not working on cloud
([#&#8203;21808](https://redirect.github.com/n8n-io/n8n/issues/21808))
([5f419f4](https://redirect.github.com/n8n-io/n8n/commit/5f419f414a04a83c9c537e5c0f3dfa42a771afc3))
- **MCP Client Tool Node:** Respect the timeout option
([#&#8203;21478](https://redirect.github.com/n8n-io/n8n/issues/21478))
([9299a7e](https://redirect.github.com/n8n-io/n8n/commit/9299a7ee003865594f9f0d917c2efad4b6b91194))
- **MCP Client Tool Node:** Scope is not working if use credential
without DRC on (Scope set but pass to /auth endpoint is null)
([#&#8203;21520](https://redirect.github.com/n8n-io/n8n/issues/21520))
([d3d2017](https://redirect.github.com/n8n-io/n8n/commit/d3d2017dc900fd67aae7ca8b7f25781428ff0e01))
- **MCP Client Tool Node:** Use proxy for MCP calls
([#&#8203;21720](https://redirect.github.com/n8n-io/n8n/issues/21720))
([d9e2dc2](https://redirect.github.com/n8n-io/n8n/commit/d9e2dc2166a749190394e38fad80d423d5b3e682))
- **Merge Node:** Show node icon in V1
([#&#8203;21812](https://redirect.github.com/n8n-io/n8n/issues/21812))
([65622e0](https://redirect.github.com/n8n-io/n8n/commit/65622e041572fb9b6cd632c81846111f1274739d))
- **Schedule Trigger Node:** Show interval boundaries
([#&#8203;21732](https://redirect.github.com/n8n-io/n8n/issues/21732))
([6963164](https://redirect.github.com/n8n-io/n8n/commit/69631646e124f0b3409dc7b3e26c6196dc56c7b0))
- **Slack Node:** Enable pagination for RLC - listChannels
([#&#8203;21434](https://redirect.github.com/n8n-io/n8n/issues/21434))
([bd04340](https://redirect.github.com/n8n-io/n8n/commit/bd04340f4f969df1b4ff5023affac08ae25a5661))

##### Features

- **ai-builder:** Updating prompt suggestions for the workflow builder
([#&#8203;21690](https://redirect.github.com/n8n-io/n8n/issues/21690))
([72dfa55](https://redirect.github.com/n8n-io/n8n/commit/72dfa553a1aa378953a6823f2dd237c144f9baf5))
- **Airtop Node:** Add support for airtop agents
([#&#8203;21624](https://redirect.github.com/n8n-io/n8n/issues/21624))
([6d30615](https://redirect.github.com/n8n-io/n8n/commit/6d30615a4c1eaf7af4c8ae2796e061b1dafa4e9b))
- **Azure AI Search API Node:** Add Azure AI Search Vector Store Node
(v2)
([#&#8203;21892](https://redirect.github.com/n8n-io/n8n/issues/21892))
([9c11c3f](https://redirect.github.com/n8n-io/n8n/commit/9c11c3f71ef9dbfb49a26386a359960ce22a376a))
- Block invite acceptance on SSO systems
([#&#8203;21830](https://redirect.github.com/n8n-io/n8n/issues/21830))
([f73eba7](https://redirect.github.com/n8n-io/n8n/commit/f73eba7c86fdaa2cbef5cde6282b7e310ce4d02f))
- **core:** Add ACR parameter to OIDC settings
([#&#8203;20974](https://redirect.github.com/n8n-io/n8n/issues/20974))
([bc61f94](https://redirect.github.com/n8n-io/n8n/commit/bc61f94274bef8f4f64c5d014bedef690d218a84))
- **core:** Enable workflow history to all users
([#&#8203;21240](https://redirect.github.com/n8n-io/n8n/issues/21240))
([e3267b2](https://redirect.github.com/n8n-io/n8n/commit/e3267b257ab8ff9ee4c5fc85638eb1d771514a71))
- **core:** Implement all breaking changes rules to v2
([#&#8203;21217](https://redirect.github.com/n8n-io/n8n/issues/21217))
([363a777](https://redirect.github.com/n8n-io/n8n/commit/363a7773b8f2d2b09466bb60fa7cd19bd6776757))
- **core:** Improve workflows text search
([#&#8203;21738](https://redirect.github.com/n8n-io/n8n/issues/21738))
([35488e7](https://redirect.github.com/n8n-io/n8n/commit/35488e7acc99b0aa8e25b3b499a3cb7d22c9ae5d))
- **core:** Return WWW-Authenticate header in `/mcp-server/http`
endpoint
([#&#8203;21686](https://redirect.github.com/n8n-io/n8n/issues/21686))
([8ed3486](https://redirect.github.com/n8n-io/n8n/commit/8ed34862bb6304d0434c0c90155f8fcc1f3c8abd))
- Disable user invites on SSO systems
([#&#8203;21806](https://redirect.github.com/n8n-io/n8n/issues/21806))
([3cdfff7](https://redirect.github.com/n8n-io/n8n/commit/3cdfff7e6cbbc82111dda0303b7a7a1d8b111c28))
- **editor:** Add missing doc url from backend response. remove feature
flag
([#&#8203;21936](https://redirect.github.com/n8n-io/n8n/issues/21936))
([8e5e596](https://redirect.github.com/n8n-io/n8n/commit/8e5e5965b1129eb37cc5144d1617377a26d04fc7))
- **editor:** Auto-select operator type when drag and dropping values
([#&#8203;21260](https://redirect.github.com/n8n-io/n8n/issues/21260))
([707da6c](https://redirect.github.com/n8n-io/n8n/commit/707da6cab5486a25c8249f9fc226b5186a3fe49d))
- **editor:** Create breaking change audit page
([#&#8203;21633](https://redirect.github.com/n8n-io/n8n/issues/21633))
([2e27198](https://redirect.github.com/n8n-io/n8n/commit/2e27198c96edadb43900c2f719370e6a48c05e17))
- **editor:** Global row search on data table details view
([#&#8203;21447](https://redirect.github.com/n8n-io/n8n/issues/21447))
([95ab79f](https://redirect.github.com/n8n-io/n8n/commit/95ab79f3f8b1c72d8399c93e19bd6df35d859251))
- **editor:** New simplified empty layout
([#&#8203;21214](https://redirect.github.com/n8n-io/n8n/issues/21214))
([705a781](https://redirect.github.com/n8n-io/n8n/commit/705a78156afd714e976c95cf4ef7c507a8e04145))
- Expression editor - ability to preview HTML or Markdown in results
pane
([#&#8203;21408](https://redirect.github.com/n8n-io/n8n/issues/21408))
([c8a29a7](https://redirect.github.com/n8n-io/n8n/commit/c8a29a77f26962ed932597da175cd10ea8c5e80a))
- **MCP Client Tool Node:** Add multiple headers authentication option
([#&#8203;21435](https://redirect.github.com/n8n-io/n8n/issues/21435))
([2a623ea](https://redirect.github.com/n8n-io/n8n/commit/2a623eacf32136deeaf4e6e04c571f889ed9dbf8))
- Prevent ldap email based account when there are deplicate emails
([#&#8203;21745](https://redirect.github.com/n8n-io/n8n/issues/21745))
([b3af602](https://redirect.github.com/n8n-io/n8n/commit/b3af602ed08e11591e17597183cca9c2ab1ff37c))
- Support custom encryption keys for imports / exports
([#&#8203;21863](https://redirect.github.com/n8n-io/n8n/issues/21863))
([040dcdb](https://redirect.github.com/n8n-io/n8n/commit/040dcdbfc97459c28407b32a44c0c81425f81ba0))
- Update upgrade wording for variables
([#&#8203;21939](https://redirect.github.com/n8n-io/n8n/issues/21939))
([e0e15bf](https://redirect.github.com/n8n-io/n8n/commit/e0e15bf444045d40739ace9ba8cc6d179eb02b17))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-11-18 12:10:19 +01:00
TrueCharts Bot 6711271f5e chore(helm): update image docker.io/filebrowser/filebrowser v2.48.1 → v2.48.2 (#41826)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser)
| patch | `7eba9e2` -> `79e7cd8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>filebrowser/filebrowser
(docker.io/filebrowser/filebrowser)</summary>

###
[`v2.48.2`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.48.2)

[Compare
Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.48.1...v2.48.2)

#### Flags and Environment Variables Improvements

- In the root command (`filebrowser`), all flags are now correctly
available as environmental variables, except for `--config` flag. This
was already supposed to be the case, but due to bugs in the
implementation it didn't work properly.
- When performing quick setup, all flags should be taken into account.
- All configuration options that are available as flags should now
properly update the configuration when using the `config init` and
`config set` commands.
- Flag names are now consistently in the lowerCamelCase format. All
flags that were in a different format have been updated in a backwards
compatible way. For a transitionary period of at least 6 months, both
will work:
  - `--dir-mode` --> `--dirMode`
  - `--hide-login-button` --> `--hideLoginButton`
  - `--create-user-dir` --> `--createUserDir`
  - `--minimum-password-length` --> `--minimumPasswordLength`
  - `--socket-perm` --> `--socketPerm`
  - `--disable-thumbnails` --> `--disableThumbnails`
  - `--disable-preview-resize` --> `--disablePreviewResize`
  - `--disable-exec` --> `--disableExec`
- `--disable-type-detection-by-header` -->
`--disableTypeDetectionByHeader`
- `--img-processors` --> `--imageProcessors` (environment variable
changed from `FB_IMG_PROCESSORS` to `FB_IMAGE_PROCESSORS`)
  - `--cache-dir` --> `--cacheDir`
  - `--token-expiration-time` --> `--tokenExpirationTime`
- `--baseurl` --> `--baseURL` (environment variable changed from
`FB_BASEURL` to `FB_BASE_URL`)

> \[!IMPORTANT]
>
> A bug has been squashed where the flag values (and their defaults)
were **always** being used on runtime for enabling and disabling certain
features. This meant that enabling and disabling these settings via
`filebrowser config set` had no effect. This is now fixed.
>
> As a consequence, some users may notice that some of the features they
previously had enabled are now disabled, and vice-versa. This bug
pertained the following features: thumbnails, resize of image previews,
type detection by header sniffing, and command execution.
>
> You can permanently configure these features using [`filebrowser
config set`](https://filebrowser.org/cli/filebrowser-config-set.html).
For example, to enable thumbnails, run `filebrowser config set
--disableThumbnails=false`.

If some flag or environment variable is not working as intended, or if
some option is not working, please report a bug.

#### Changelog

-
[`c284de9`](https://redirect.github.com/filebrowser/filebrowser/commit/c284de9d2c1f01cb2a7a1c87423108ec531b7bcc)
chore(release): 2.48.2
-
[`984ea7b`](https://redirect.github.com/filebrowser/filebrowser/commit/984ea7b569e3bd33b6f91ebdf63684a618d51e94)
fix: add transitionary support for FB\_BASEURL
-
[`fd7b70c`](https://redirect.github.com/filebrowser/filebrowser/commit/fd7b70cf38ac67c8c9ff79f2e7fde5e2ec45a1de)
refactor: rename python for clarification
-
[`13e3b46`](https://redirect.github.com/filebrowser/filebrowser/commit/13e3b46718951d4ba82c968d66d731a6ec8b80eb)
chore(deps): update all non-major dependencies
([#&#8203;5560](https://redirect.github.com/filebrowser/filebrowser/issues/5560))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-11-18 12:08:57 +01:00
astro-stan d59c37c67e fix(jellyfin): Fix Jellyfin transcode dir mount location (#41821)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->

The transcode dir was being mounted to `/config/transcodes` , while the
correct location (wrt the default Jellyfin config) is
`/cache/transcodes`.

This means that, until now, regardless of what was configured in the
chart values, transcoding was actually performed on the node disk (for
example, on Talos, that is the `EPHEMERAL` partition), instead of, say,
in a ramdisk as it is often configured to be.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: astro-stan <36302090+astro-stan@users.noreply.github.com>
2025-11-18 06:10:06 +01:00
TrueCharts Bot 084313554a chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 1.7.4 → 1.8.0 (#41824)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/speedtest-tracker](https://redirect.github.com/linuxserver/docker-speedtest-tracker/packages)
([source](https://redirect.github.com/linuxserver/docker-speedtest-tracker))
| minor | `ab64ba3` -> `2e65591` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-11-18 05:49:53 +01:00
TrueCharts Bot 6156728ccc chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.9.6.0 → 6.9.7.0 (#41822) 2025-11-18 05:49:11 +01:00
TrueCharts Bot 50d634223f chore(helm): update image ghcr.io/hotio/whisparr v3-3.0.2.1383 → v3-3.0.2.1385 (#41823)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/hotio/whisparr](https://hotio.dev/containers/whisparr)
([source](https://redirect.github.com/hotio/whisparr)) | patch |
`5f6c41b` -> `c4c4e77` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-11-18 05:49:04 +01:00
TrueCharts Bot b462e41aab chore(helm): update image docker.io/collabora/code 25.04.7.1.1 → 25.04.7.2.1 (#41817)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/collabora/code | patch | `b70d5ff` -> `d1489cf` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-11-17 23:39:52 +01:00
TrueCharts Bot b50b28e84a chore(helm): update image docker.io/beromir/servas 1.0.0 → 1.1.0 (#41819) 2025-11-17 23:39:13 +01:00
TrueCharts Bot 94e51daa8e chore(helm): update image ghcr.io/0xerr0r/blocky v0.28.1 → v0.28.2 (#41818)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/0xerr0r/blocky](https://redirect.github.com/0xERR0R/blocky) |
patch | `e9af552` -> `5f84a54` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>0xERR0R/blocky (ghcr.io/0xerr0r/blocky)</summary>

###
[`v0.28.2`](https://redirect.github.com/0xERR0R/blocky/compare/v0.28.1...v0.28.2)

[Compare
Source](https://redirect.github.com/0xERR0R/blocky/compare/v0.28.1...v0.28.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-11-17 23:36:49 +01:00
TrueCharts Bot 77233d76ab chore(helm): update image docker.io/victoriametrics/victoria-metrics v1.129.1 → v1.130.0 (#41820)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/victoriametrics/victoria-metrics](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics)
| minor | `ab12985` -> `e724328` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>VictoriaMetrics/VictoriaMetrics
(docker.io/victoriametrics/victoria-metrics)</summary>

###
[`v1.130.0`](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.130.0)

[Compare
Source](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.129.1...v1.130.0)

####
[v1.130.0](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.130.0)

Released at 2025-11-14

**Update Note 1:** VictoriaMetrics
[enterprise](https://docs.victoriametrics.com/enterprise/)
[vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/)
and `vmstorage` in [VictoriaMetrics
cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/):
Make sure that, if `-retentionFilter` is used, its duration is lower
than `-retentionPeriod` before upgrading; otherwise, the deployment will
fail. Read more in [retention
filters](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#retention-filters)
documentation.

- SECURITY: upgrade Go builder from Go1.25.3 to Go1.25.4. See [the list
of issues addressed in
Go1.25.4](https://redirect.github.com/golang/go/issues?q=milestone%3AGo1.25.4%20label%3ACherryPickApproved).

- FEATURE:
[vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/):
add ability to set `attach_metadata.namespace=true` option for all the
[`kubernetes_sd_configs`](https://docs.victoriametrics.com/victoriametrics/sd_configs/#kubernetes_sd_configs)
defined at
[`-promscrape.config`](https://docs.victoriametrics.com/victoriametrics/vmagent/#quick-start),
or via `-promscrape.kubernetes.attachNamespaceMetadataAll` command-line
flag. This allows attaching namespace labels and annotations to
discovered targets for `pod`, `service`, `endpoints`, `endpointslice`,
and `ingress` roles. See
[#&#8203;9880](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/9880)
for more details. Thank you,
[@&#8203;clementnuss](https://redirect.github.com/clementnuss), for the
contribution.

- FEATURE:
[vmalert](https://docs.victoriametrics.com/victoriametrics/vmalert/):
print the error message as value if
[templating](https://docs.victoriametrics.com/victoriametrics/vmalert/#templating)
fails in alerting rule label or annotation values, and continue
generating alerts. Previously, a templating error prevented alerts. See
[#&#8203;9853](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9853).

- FEATURE: `vminsert` in [VictoriaMetrics
cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/)
and
[vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/):
add `-enableMetadata` command-line flag to enable metrics metadata
ingestion. See
[#&#8203;2974](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/2974)
and the following
[doc](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#metrics-metadata).

- FEATURE: `vmstorage` in [VictoriaMetrics
cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/)
and
[vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/):
add in-memory storage for storing and querying metrics metadata. See
[#&#8203;2974](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/2974)
and the following
[doc](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#metrics-metadata).

- FEATURE:
[vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui):
add option to always show all points on the chart. See
[#&#8203;9699](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9699).

- FEATURE:
[vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui):
improve overall chart rendering performance. See
[#&#8203;9699](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9699).

- FEATURE: [vmui relabeling
playground](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#relabeling):
relax the validation for the labels text area. It now accepts labels
without curly braces (e.g. `__name__=metric_name, label1=value1`). The
regression was introduced in
[#&#8203;8770](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/8770).
See
[#&#8203;9900](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9900)
for details.

- FEATURE: all VictoriaMetrics components: Attach additional information
to logs when throttling occurs. For example, vmagent throttles
OpenTelemetry row parse error to one message every 5 seconds. See
[#&#8203;9498](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9498).
Thanks to
[@&#8203;SamarthBagga](https://redirect.github.com/SamarthBagga) for the
[PR
9752](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/9752).

- BUGFIX:
[vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/) and
[vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/):
prevent early exit when one of multiple service discovery configs (under
the same service discovery type) fails. see this issue
[#&#8203;9949](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9949)
for details.

- BUGFIX:
[vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/) and
[vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/):
properly access service discovery servers with HTTP/2 protocol enabled.
See this issue
[#&#8203;9981](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9981)
for details. Thanks to the
[@&#8203;JayiceZ](https://redirect.github.com/JayiceZ)

- BUGFIX:
[vmalert](https://docs.victoriametrics.com/victoriametrics/vmalert/):
fix a potential race condition in the `/api/v1/rule`, `/api/v1/alert`
and `/api/v1/alerts` APIs during rule hot reload. See this issue
[#&#8203;9551](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9551)
for details.

- BUGFIX:
[vmalert](https://docs.victoriametrics.com/victoriametrics/vmalert/):
drop labels with empty values in generated alerts and time series. See
[#&#8203;9984](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9984).

- BUGFIX: `vminsert`,
[vmagent](https://docs.victoriametrics.com/victoriametrics/vmagent/) and
[vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/):
properly apply `maxDataSize` memory limits to the `zstd` encoded
requests. It protects ingest endpoints from malicious requests. See
commit
[10f7cd2f](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/commit/10f7cd2ffc866d1ec3ca955b2feeca6daa08b5ed).

- BUGFIX: all VictoriaMetrics components: prevent from misleading log
messages containing `init new cache` substring when opening various
cache files at startup. See
[9750](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9750).

- BUGFIX:
[vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui):
fix display of isolated points on the chart. See
[#&#8203;9666](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9666).

- BUGFIX:
[vmui](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/#vmui):
fix median value calculation displayed below series graph. See
[#&#8203;9926](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/9926).

- BUGFIX: VictoriaMetrics
[enterprise](https://docs.victoriametrics.com/enterprise/)
[vmsingle](https://docs.victoriametrics.com/victoriametrics/single-server-victoriametrics/)
and `vmstorage` in [VictoriaMetrics
cluster](https://docs.victoriametrics.com/victoriametrics/cluster-victoriametrics/):
disallow having a duration in `-retentionFilter` bigger than
`-retentionPeriod`. Previously, it was allowed but had no effect, the
data retention period remains limited to `-retentionPeriod`. See commit
[9a8463df](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/commit/9a8463df42bb4afef41982f57dd3569348dd5cb9).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-11-17 23:35:30 +01:00
TrueCharts Bot a4d4fd240c chore(github-action): update actions/checkout digest to 93cb6ef (#41816)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | digest | `08c6903` -> `93cb6ef` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-11-17 23:25:28 +01:00
TrueCharts Bot e47357a1ee chore(helm): update image ghcr.io/mend/renovate-ce 12.0.0 → 12.1.0 (#41815)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/mend/renovate-ce](https://redirect.github.com/mend/renovate-ce-ee)
| minor | `765132d` -> `d1fd348` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>mend/renovate-ce-ee (ghcr.io/mend/renovate-ce)</summary>

###
[`v12.1.0`](https://redirect.github.com/mend/renovate-ce-ee/releases/tag/12.1.0)

[Compare
Source](https://redirect.github.com/mend/renovate-ce-ee/compare/12.0.0...12.1.0)

#### Heads Up

> \[!IMPORTANT]
> The next planned release (\~2025-12-01) will be a major version bump,
with breaking changes due to Renovate v42 major version update
> see [Renovate v42 release
notes](https://redirect.github.com/renovatebot/renovate/releases/tag/42.0.0)
for details

#### Application changes

- Renovate CLI: Update from `v41.156.1` to `v41.171.4`
-
[Docs](https://redirect.github.com/renovatebot/renovate/releases/download/41.171.4/docs.tgz)
- [Full
changelog](https://octochangelog.com/compare?repo=renovatebot%2Frenovate\&from=41.156.1\&to=41.171.4)
- refactor: caching
- A refactor to the Community and Enterprise Server codebase's caching
functionality was performed
- fix(logger): improve sanitization
- fix(bitbucket): resolve paths relativly to set endpoint - fixes
[#&#8203;776](https://redirect.github.com/mend/renovate-ce-ee/issues/776)
- chore(deps): update dependencies

#### Docs and Helm Charts

- fix(charts): make automountServiceAccountToken configurable in EE by
[@&#8203;nabeelsaabna](https://redirect.github.com/nabeelsaabna) in
[#&#8203;767](https://redirect.github.com/mend/renovate-ce-ee/pull/767)
- chore(deps): update helm/chart-testing-action action to v2.8.0 by
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) in
[#&#8203;766](https://redirect.github.com/mend/renovate-ce-ee/pull/766)
- fix: allow deployment level labels by
[@&#8203;nabeelsaabna](https://redirect.github.com/nabeelsaabna) in
[#&#8203;773](https://redirect.github.com/mend/renovate-ce-ee/pull/773)
- fix: allow custom labels on services by
[@&#8203;nabeelsaabna](https://redirect.github.com/nabeelsaabna) in
[#&#8203;774](https://redirect.github.com/mend/renovate-ce-ee/pull/774)
- feat(charts): add extra Secrets support for ENV by
[@&#8203;holysoles](https://redirect.github.com/holysoles) in
[#&#8203;751](https://redirect.github.com/mend/renovate-ce-ee/pull/751)
- (fix/charts): Give configmap correct name by
[@&#8203;sichapman](https://redirect.github.com/sichapman) in
[#&#8203;734](https://redirect.github.com/mend/renovate-ce-ee/pull/734)
- chore(deps): update nginx docker tag to v1.29.3 by
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) in
[#&#8203;725](https://redirect.github.com/mend/renovate-ce-ee/pull/725)
- chore(deps): update update mend renovate docker images to v12.1.0 by
@&#8203;[renovate\[bot\]](https://redirect.github.com/apps/renovate) in
[#&#8203;777](https://redirect.github.com/mend/renovate-ce-ee/pull/777)
- docs: Remove beta label from Bitbucket Data Center by
[@&#8203;nabeelsaabna](https://redirect.github.com/nabeelsaabna) in
[#&#8203;772](https://redirect.github.com/mend/renovate-ce-ee/pull/772)
- docs(metrics): document custom Prometheus metrics by
[@&#8203;jamietanna](https://redirect.github.com/jamietanna) in
[#&#8203;769](https://redirect.github.com/mend/renovate-ce-ee/pull/769)

#### New Contributors

- [@&#8203;holysoles](https://redirect.github.com/holysoles) made their
first contribution in
[#&#8203;751](https://redirect.github.com/mend/renovate-ce-ee/pull/751)
- [@&#8203;sichapman](https://redirect.github.com/sichapman) made their
first contribution in
[#&#8203;734](https://redirect.github.com/mend/renovate-ce-ee/pull/734)

**Full Changelog**:
<https://github.com/mend/renovate-ce-ee/compare/12.0.0...12.1.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-11-17 17:17:58 +01:00
TrueCharts Bot b612484eba chore(helm): update image oci.trueforge.org/containerforge/jackett 0.24.314 → 0.24.319 (#41814)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/jackett](https://ghcr.io/trueforge-org/jackett)
([source](https://redirect.github.com/Jackett/Jackett)) | patch | -> |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Jackett/Jackett
(oci.trueforge.org/containerforge/jackett)</summary>

###
[`v0.24.319`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.319)

[Compare
Source](https://redirect.github.com/Jackett/Jackett/compare/v0.24.314...v0.24.319)

#### Changes:

-
[`3c79812`](https://redirect.github.com/Jackett/Jackett/commit/3c798127c5b13b321cd2897382671cf8002c7ded)
Update rudub
-
[`61b263d`](https://redirect.github.com/Jackett/Jackett/commit/61b263dd98a989c5cbd28c10fd1a413a7c5d0a1a)
core: refactor obsolete calls
([#&#8203;16290](https://redirect.github.com/Jackett/Jackett/issues/16290))
-
[`dd11b7e`](https://redirect.github.com/Jackett/Jackett/commit/dd11b7e6cd605a6dc6226a250208738cc7ae143e)
hdgalaktik: update size selector & remove cert exception

This list of changes was [auto
generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=14837\&view=logs).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-11-17 17:15:11 +01:00
TrueCharts Bot 9433256892 chore(helm): update image ghcr.io/linuxserver/resilio-sync 3.1.0 → 3.1.2 (#41813)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/resilio-sync](https://redirect.github.com/linuxserver/docker-resilio-sync/packages)
([source](https://redirect.github.com/linuxserver/docker-resilio-sync))
| patch | `1da1aff` -> `3d0cf3f` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-11-17 17:12:33 +01:00
TrueCharts Bot 51f152f951 chore(helm): update image ghcr.io/linuxserver/speedtest-tracker digest to ab64ba3 (#41806)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/speedtest-tracker](https://redirect.github.com/linuxserver/docker-speedtest-tracker/packages)
([source](https://redirect.github.com/linuxserver/docker-speedtest-tracker))
| digest | `dbc0aaf` -> `ab64ba3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-11-17 11:06:50 +01:00
TrueCharts Bot ab551ebc9a chore(helm): update image docker.io/zedeus/nitter digest to 6b72526 (#41805) 2025-11-17 11:03:11 +01:00
TrueCharts Bot 332194e452 chore(helm): update image oci.trueforge.org/containerforge/prowlarr 2.1.5.5216 → 2.3.0.5236 (#41812) 2025-11-17 11:01:01 +01:00
TrueCharts Bot ab6c9b6cdd chore(helm): update image docker.io/doitandbedone/ispyagentdvr 6.9.4.0 → 6.9.6.0 (#41808) 2025-11-17 10:58:03 +01:00
TrueCharts Bot 25d23b0e96 chore(helm): update image docker.io/diygod/rsshub digest to 7208695 (#41804)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/diygod/rsshub | digest | `af79141` -> `7208695` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-11-17 10:57:56 +01:00
TrueCharts Bot f9008eb09d chore(helm): update image oci.trueforge.org/containerforge/radarr 6.0.3.10276 → 6.0.4.10291 (#41810)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/radarr](https://ghcr.io/trueforge-org/radarr)
([source](https://redirect.github.com/Radarr/Radarr)) | patch | -> |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Radarr/Radarr
(oci.trueforge.org/containerforge/radarr)</summary>

###
[`v6.0.4.10291`](https://redirect.github.com/Radarr/Radarr/releases/tag/v6.0.4.10291):
6.0.4.10291

[Compare
Source](https://redirect.github.com/Radarr/Radarr/compare/v6.0.3.10276...v6.0.4.10291)

*To receive further Pre-Release or final updates for a non-docker
installation, please change the branch to **master**. (Settings ->
General (Show Advanced Settings) -> Updates -> Branch)*

**If you are using docker you will need to update the container image.
*Do not attempt to update Radarr within an existing docker container.***

#### Changes:

-
[`90cd8df`](https://redirect.github.com/Radarr/Radarr/commit/90cd8df1ae4985387ad1965d95a8bebad5c2bb10)
Add private IPv6 networks
-
[`7d8444c`](https://redirect.github.com/Radarr/Radarr/commit/7d8444c435afe73c4e337079c901e378b18e0430)
Set known networks to RFC 1918 ranges during startup
-
[`1883ae5`](https://redirect.github.com/Radarr/Radarr/commit/1883ae52ac9ac25c052c12db934d424f787fcda6)
Fixed: qBittorrent /login API success check
-
[`47d4ebb`](https://redirect.github.com/Radarr/Radarr/commit/47d4ebbeac4a65ba24966c57a290c757890acc29)
Bump to 6.0.4

This list of changes was [auto
generated](https://dev.azure.com/Radarr/961c82cf-1428-4ab0-9257-63be1671eac8/_release?releaseId=201&_a=release-summary).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-11-17 10:52:28 +01:00
TrueCharts Bot 13b531f44d chore(helm): update image ghcr.io/linuxserver/jackett 0.24.314 → 0.24.319 (#41809)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/jackett](https://redirect.github.com/linuxserver/docker-jackett/packages)
([source](https://redirect.github.com/linuxserver/docker-jackett)) |
patch | `77e223e` -> `78f4f66` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-11-17 10:51:38 +01:00
TrueCharts Bot dd9d85a74c chore(helm): update image docker.io/filebrowser/filebrowser v2.47.0 → v2.48.1 (#41811)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/filebrowser/filebrowser](https://redirect.github.com/filebrowser/filebrowser)
| minor | `e517969` -> `7eba9e2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>filebrowser/filebrowser
(docker.io/filebrowser/filebrowser)</summary>

###
[`v2.48.1`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.48.1)

[Compare
Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.48.0...v2.48.1)

#### Flags and Environment Variables Improvements

- In the root command (`filebrowser`), all flags are now correctly
available as environmental variables, except for `--config` flag. This
was already supposed to be the case, but due to bugs in the
implementation it didn't work properly.
- When performing quick setup, all flags should be taken into account.
- All configuration options that are available as flags should now
properly update the configuration when using the `config init` and
`config set` commands.
- Flag names are now consistently in the lowerCamelCase format. All
flags that were in a different format have been updated in a backwards
compatible way. For a transitionary period of at least 6 months, both
will work:
  - `--dir-mode` --> `--dirMode`
  - `--hide-login-button` --> `--hideLoginButton`
  - `--create-user-dir` --> `--createUserDir`
  - `--minimum-password-length` --> `--minimumPasswordLength`
  - `--socket-perm` --> `--socketPerm`
  - `--disable-thumbnails` --> `--disableThumbnails`
  - `--disable-preview-resize` --> `--disablePreviewResize`
  - `--disable-exec` --> `--disableExec`
- `--disable-type-detection-by-header` -->
`--disableTypeDetectionByHeader`
  - `--img-processors` --> `--imageProcessors`
  - `--cache-dir` --> `--cacheDir`
  - `--token-expiration-time` --> `--tokenExpirationTime`
  - `--baseurl` --> `--baseURL`

If some flag or environment variable is not working as intended, or if
some option is not working, please report a bug.

#### Changelog

-
[`d759ab0`](https://redirect.github.com/filebrowser/filebrowser/commit/d759ab0bd8a41ad36e5f58955375c4bc75ad961c)
chore(release): 2.48.1
-
[`00323a8`](https://redirect.github.com/filebrowser/filebrowser/commit/00323a8f375ed2b82e38b836ee8b27415b7376a4)
chore: fix Taskfile commit when change
-
[`420adea`](https://redirect.github.com/filebrowser/filebrowser/commit/420adea7e61a1c182cddd6fb2544a0752e5709f7)
fix: options should only override if set

###
[`v2.48.0`](https://redirect.github.com/filebrowser/filebrowser/releases/tag/v2.48.0)

[Compare
Source](https://redirect.github.com/filebrowser/filebrowser/compare/v2.47.0...v2.48.0)

#### Flags and Environment Variables Improvements

- In the root command (`filebrowser`), all flags are now correctly
available as environmental variables, except for `--config` flag. This
was already supposed to be the case, but due to bugs in the
implementation it didn't work properly.
- When performing quick setup, all flags should be taken into account.
- All configuration options that are available as flags should now
properly update the configuration when using the `config init` and
`config set` commands.
- Flag names are now consistently in the lowerCamelCase format. All
flags that were in a different format have been updated in a backwards
compatible way. For a transitionary period of at least 6 months, both
will work:
  - `--dir-mode` --> `--dirMode`
  - `--hide-login-button` --> `--hideLoginButton`
  - `--create-user-dir` --> `--createUserDir`
  - `--minimum-password-length` --> `--minimumPasswordLength`
  - `--socket-perm` --> `--socketPerm`
  - `--disable-thumbnails` --> `--disableThumbnails`
  - `--disable-preview-resize` --> `--disablePreviewResize`
  - `--disable-exec` --> `--disableExec`
- `--disable-type-detection-by-header` -->
`--disableTypeDetectionByHeader`
  - `--img-processors` --> `--imageProcessors`
  - `--cache-dir` --> `--cacheDir`
  - `--token-expiration-time` --> `--tokenExpirationTime`
  - `--baseurl` --> `--baseURL`

If some flag or environment variable is not working as intended, or if
some option is not working, please report a bug.

#### Changelog

-
[`f576d38`](https://redirect.github.com/filebrowser/filebrowser/commit/f576d38a7ef975e0affe6f3d285f47f1cd399a16)
chore(release): 2.48.0
-
[`9bdc67c`](https://redirect.github.com/filebrowser/filebrowser/commit/9bdc67c2071f38fce4cd481c7a7b8ea5d3eaa3ab)
chore(docs): update CLI documentation
-
[`f41585f`](https://redirect.github.com/filebrowser/filebrowser/commit/f41585f0392d65c08c01ab65b62d3eeb04c03b7d)
fix: use all available flags in quick setup
-
[`89be0b1`](https://redirect.github.com/filebrowser/filebrowser/commit/89be0b1873527987dd2dddac746e93b8bc684d46)
refactor: reuse logic for config init and set
-
[`8c5dc76`](https://redirect.github.com/filebrowser/filebrowser/commit/8c5dc7641e6f8aadd9e5d5d3b25a2ad9f1ec9a1e)
fix: add tokenExpirationTime to `config init` and troubleshoot docs
([#&#8203;5546](https://redirect.github.com/filebrowser/filebrowser/issues/5546))
-
[`0a0cb80`](https://redirect.github.com/filebrowser/filebrowser/commit/0a0cb8046fce52f1ff926171b34bcdb7cd39aab3)
feat: consistent flags and environment variables
([#&#8203;5549](https://redirect.github.com/filebrowser/filebrowser/issues/5549))
-
[`f89435c`](https://redirect.github.com/filebrowser/filebrowser/commit/f89435c068110b1470f29e4cbff28c63de9b5397)
chore: fix taskfile

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-11-17 10:50:40 +01:00
TrueCharts Bot 5bc587ea92 chore(helm): update image docker.io/docuseal/docuseal 2.2.1 → 2.2.2 (#41807)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/docuseal/docuseal | patch | `3c05902` -> `f8ff463` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-11-17 10:50:28 +01:00
TrueCharts Bot 6e0e20cc6b chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 38f1230 (#41788)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `e8f2504` -> `38f1230` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-11-17 04:46:39 +01:00
TrueCharts Bot e08598aa07 chore(helm): update image docker.io/alpine/socat digest to f4dc5a7 (#41787) 2025-11-17 04:40:26 +01:00
TrueCharts Bot d4a9f1983a chore(helm): update image oci.trueforge.org/containerforge/renovate 42.10.3 → 42.11.0 (#41803) 2025-11-17 04:39:54 +01:00
TrueCharts Bot 4112fc4861 chore(helm): update image docker.io/yacy/yacy_search_server digest to f6516a9 (#41796)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/yacy/yacy_search_server | digest | `9fc2d28` -> `f6516a9` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-11-17 04:36:10 +01:00
TrueCharts Bot 32693db1a6 chore(helm): update image docker.io/ronivay/xen-orchestra digest to eddb283 (#41794) 2025-11-17 04:33:50 +01:00
TrueCharts Bot 466ed74c79 chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to b257619 (#41791) 2025-11-17 04:33:40 +01:00
TrueCharts Bot ed853759e3 chore(helm): update image lscr.io/linuxserver/pyload-ng digest to 35101ce (#41800) 2025-11-17 04:33:34 +01:00
TrueCharts Bot 63fba19d2c chore(helm): update image ghcr.io/linuxserver/lazylibrarian digest to c2e11bf (#41798) 2025-11-17 04:33:30 +01:00
TrueCharts Bot 26852169ad chore(helm): update image public.ecr.aws/docker/library/xwiki digest to 7930881 (#41801) 2025-11-17 04:33:24 +01:00
TrueCharts Bot 9491e8a772 chore(helm): update image docker.io/clamav/clamav digest to 47618ad (#41789) 2025-11-17 04:33:20 +01:00
TrueCharts Bot 6e020720c9 chore(helm): update image ghcr.io/meeb/tubesync digest to 339abed (#41799) 2025-11-17 04:32:59 +01:00
TrueCharts Bot a1ac1211a0 chore(helm): update image ghcr.io/jellyfin/jellyfin 10.11.2 → 10.11.3 (#41802) 2025-11-17 04:32:37 +01:00
TrueCharts Bot 7f682e3216 chore(helm): update image docker.io/searxng/searxng digest to d5a54dd (#41795) 2025-11-17 04:32:16 +01:00
TrueCharts Bot a5187ad675 chore(helm): update image docker.io/mbentley/omada-controller digest to e1f0044 (#41793) 2025-11-17 04:32:11 +01:00
TrueCharts Bot 38922f50c9 chore(helm): update image docker.io/machines/filestash digest to 35b63c7 (#41792) 2025-11-17 04:31:15 +01:00
TrueCharts Bot 0d7c4af350 chore(helm): update image docker.io/diygod/rsshub digest to af79141 (#41790) 2025-11-17 04:30:43 +01:00
TrueCharts Bot a1b72d8f74 chore(helm): update image docker.io/zedeus/nitter digest to 5339df7 (#41797)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/zedeus/nitter | digest | `df46923` -> `5339df7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-11-17 04:30:07 +01:00
TrueCharts Bot f4f94795c9 chore(helm): update image ghcr.io/linuxserver/freshrss digest to aa015e6 (#41768)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/freshrss](https://redirect.github.com/linuxserver/docker-freshrss/packages)
([source](https://redirect.github.com/linuxserver/docker-freshrss)) |
digest | `39c91af` -> `aa015e6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-11-16 22:35:49 +01:00
TrueCharts Bot c5166c81c4 chore(helm): update image docker 29.0.0 → 29.0.1 (#41778) 2025-11-16 22:35:32 +01:00
TrueCharts Bot 194ae1efdf chore(helm): update image docker.io/jorenn92/maintainerr 2.20.0 → 2.21.0 (#41785)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/jorenn92/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr)
| minor | `156e7cb` -> `c107c09` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Maintainerr/Maintainerr
(docker.io/jorenn92/maintainerr)</summary>

###
[`v2.21.0`](https://redirect.github.com/Maintainerr/Maintainerr/blob/HEAD/CHANGELOG.md#2210-2025-11-16)

[Compare
Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v2.20.0...v2.21.0)

##### Bug Fixes

- Always get fresh Plex collection children when syncing
([#&#8203;2009](https://redirect.github.com/maintainerr/Maintainerr/issues/2009))
([c8f1770](https://redirect.github.com/maintainerr/Maintainerr/commit/c8f1770018e02c807076f7790cf7be2152dcf0e1)),
closes
[#&#8203;1705](https://redirect.github.com/maintainerr/Maintainerr/issues/1705)
- Clear Plex authentication throwing error
([#&#8203;2035](https://redirect.github.com/maintainerr/Maintainerr/issues/2035))
([81dd149](https://redirect.github.com/maintainerr/Maintainerr/commit/81dd149b0ff616f7e38898a14c36a775fe43cc73))
- Collection info loader using incorrect colspan
([0618fe7](https://redirect.github.com/maintainerr/Maintainerr/commit/0618fe72f42cd35ad530269c66c72f86af1160f1))
- Collection Plex ID not being reset in rare circumstances
([#&#8203;2010](https://redirect.github.com/maintainerr/Maintainerr/issues/2010))
([fae3df5](https://redirect.github.com/maintainerr/Maintainerr/commit/fae3df5cb3e0fafc802444e5639f869fad0aa470))
- ES Module import error for octokit packages
([#&#8203;2012](https://redirect.github.com/maintainerr/Maintainerr/issues/2012))
([efa35c6](https://redirect.github.com/maintainerr/Maintainerr/commit/efa35c68ae2c984a6509f67d09dd3f77bba45891))
- Improve notification msg when Plex item non-existent
([#&#8203;1998](https://redirect.github.com/maintainerr/Maintainerr/issues/1998))
([b86cf79](https://redirect.github.com/maintainerr/Maintainerr/commit/b86cf799f107a7221699f862af954fc0240f7643))
- Improve promise usage
([#&#8203;2004](https://redirect.github.com/maintainerr/Maintainerr/issues/2004))
([ae11068](https://redirect.github.com/maintainerr/Maintainerr/commit/ae11068a97b17c24c7d22abba544533fb7420285))
- prevent media modal from opening on global exclusion removal
confirmation
([#&#8203;2008](https://redirect.github.com/maintainerr/Maintainerr/issues/2008))
([b45bcec](https://redirect.github.com/maintainerr/Maintainerr/commit/b45bcec19eb74ac4263d83a9113c0ce30f180ce9))
- Remove erroneous whitespace in notification message
([#&#8203;2015](https://redirect.github.com/maintainerr/Maintainerr/issues/2015))
([afbc273](https://redirect.github.com/maintainerr/Maintainerr/commit/afbc27362f31282f66d2441fa39befa16ae7ba4e))
- Respect GitHub API rate limits
([#&#8203;2007](https://redirect.github.com/maintainerr/Maintainerr/issues/2007))
([ade0469](https://redirect.github.com/maintainerr/Maintainerr/commit/ade04690fe492953b5aaeebcb8fb18aafaf78f29))
- Take action after days not resetting back to default
([#&#8203;2017](https://redirect.github.com/maintainerr/Maintainerr/issues/2017))
([232687b](https://redirect.github.com/maintainerr/Maintainerr/commit/232687b6e1026a0435889d2df480f99e64b99522))
- Wrap media title in quotes in reminder notification
([#&#8203;2016](https://redirect.github.com/maintainerr/Maintainerr/issues/2016))
([a755c94](https://redirect.github.com/maintainerr/Maintainerr/commit/a755c94748bd97c3784f2a736918d31307b917f0))

##### Features

- Disallow crawlers in robots.txt
([#&#8203;2042](https://redirect.github.com/maintainerr/Maintainerr/issues/2042))
([99f4c61](https://redirect.github.com/maintainerr/Maintainerr/commit/99f4c61929d4ee3b1eed522867a8410e1af10db9))
- Reduce Docker image size by 40%\~
([#&#8203;2018](https://redirect.github.com/maintainerr/Maintainerr/issues/2018))
([e157805](https://redirect.github.com/maintainerr/Maintainerr/commit/e1578055acefc5e787889b6ac7534d4250d1823a))
- Upgrade Node.js from v20 to v24
([#&#8203;2021](https://redirect.github.com/maintainerr/Maintainerr/issues/2021))
([5bdc189](https://redirect.github.com/maintainerr/Maintainerr/commit/5bdc189ad4b635f34c35600f4efd417bbefa4328))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-11-16 21:31:03 +00:00