Commit Graph

51672 Commits

Author SHA1 Message Date
TrueCharts Bot
4930e4791d chore(piwigo): update image ghcr.io/linuxserver/piwigo digest to 8f2b4bc (#43752)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/piwigo](https://redirect.github.com/linuxserver/docker-piwigo/packages)
([source](https://redirect.github.com/linuxserver/docker-piwigo)) |
digest | `1229710` -> `8f2b4bc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcGl3aWdvIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-01-18 11:45:26 +01:00
TrueCharts Bot
0793cb8883 chore(xwiki): update image public.ecr.aws/docker/library/xwiki digest to 9d3002f (#43753)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [public.ecr.aws/docker/library/xwiki](https://hub.docker.com/_/xwiki)
([source](https://redirect.github.com/xwiki-contrib/docker-xwiki)) |
digest | `cfa3eb1` -> `9d3002f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAveHdpa2kiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-18 11:45:07 +01:00
TrueCharts Bot
ad1e0fb4f6 chore(minecraft-gate): update image ghcr.io/minekube/gate digest to 54c6b5c (#43751)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `03886b1` -> `54c6b5c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LWdhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-18 11:43:25 +01:00
alfi0812
6314aca50f fix 2026-01-18 10:30:27 +01:00
Alfred Göppel
67f344652d fix(common): update code-server addon env to proper path (#43741)
**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.
-->
⚒️ 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
- [ ] ⬆️ 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._
2026-01-18 08:05:35 +01:00
TrueCharts Bot
e294b8e8f9 fix(vocechat-server): update image docker.io/privoce/vocechat-server v0.5.9 → v0.5.10 (#43750)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/privoce/vocechat-server | patch | `161378e` -> `b1acb40` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdm9jZWNoYXQtc2VydmVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-18 05:41:30 +01:00
TrueCharts Bot
709d4227b5 chore(minecraft-gate): update image ghcr.io/minekube/gate digest to 03886b1 (#43748) 2026-01-18 05:40:13 +01:00
TrueCharts Bot
d03f2a68d0 fix(filebot): update image docker.io/jlesage/filebot v26.01.1 → v26.01.2 (#43749) 2026-01-18 05:40:05 +01:00
TrueCharts Bot
e5216636a5 chore(kopia): update image oci.trueforge.org/containerforge/kopia digest to 7ca23a3 (#43747)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/kopia](https://ghcr.io/trueforge-org/kopia)
([source](https://redirect.github.com/kopia/kopia)) | digest | `09e3467`
-> `7ca23a3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAva29waWEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-18 05:39:57 +01:00
TrueCharts-Bot
fcab5e0a88 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2026-01-18 00:16:12 +00:00
TrueCharts Bot
e2fdbe004d feat(outline): update image docker.io/outlinewiki/outline 1.2.0 → 1.3.0 (#43746)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline)
| minor | `9fcb1f4` -> `11870eb` |

---

> [!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>outline/outline (docker.io/outlinewiki/outline)</summary>

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

[Compare
Source](https://redirect.github.com/outline/outline/compare/v1.2.0...v1.3.0)

#### What's Changed

##### Improvements

- Table rows and columns are now draggable in
[#&#8203;11138](https://redirect.github.com/outline/outline/pull/11138)
- Added an "Email display" preference to control email address
visibility in the workspace in
[#&#8203;11103](https://redirect.github.com/outline/outline/pull/11103)
- diagrams.net diagrams are now persisted as SVG's by default in
[#&#8203;11128](https://redirect.github.com/outline/outline/pull/11128)
- Publicly shared documents now include backlinks in the footer in
[#&#8203;11141](https://redirect.github.com/outline/outline/pull/11141)
- Headers and dividers now clear images aligned to the left or right in
[#&#8203;11108](https://redirect.github.com/outline/outline/pull/11108)
- Upload progress is now shown in the editor for large/slow files in
[#&#8203;11109](https://redirect.github.com/outline/outline/pull/11109)
- Added a keyboard shortcut to toggle theme (Cmd+Shift+L) in
[#&#8203;11127](https://redirect.github.com/outline/outline/pull/11127)
- Todo's can now be typed with the simplified `[]` syntax in
[#&#8203;11129](https://redirect.github.com/outline/outline/pull/11129)
- Importing a code block with "mermaid" language will now work as
expected in
[#&#8203;11132](https://redirect.github.com/outline/outline/pull/11132)
- There is now an option to include nested documents when downloading a
doc in
[#&#8203;9679](https://redirect.github.com/outline/outline/pull/9679)
- "copy as markdown" now signs attachment URLs by
[@&#8203;libnewton](https://redirect.github.com/libnewton) in
[#&#8203;10821](https://redirect.github.com/outline/outline/pull/10821)
- List spacing increased in
[#&#8203;11163](https://redirect.github.com/outline/outline/pull/11163)
- Publicly shared docs now handle the accept `text/markdown` header for
LLM usage in
[#&#8203;11182](https://redirect.github.com/outline/outline/pull/11182)
- API: Plain urls provided via API will be automatically embedded when
matching an integration in
[#&#8203;11148](https://redirect.github.com/outline/outline/pull/11148)

##### Fixes

- Fixed overlapping filters on search page in some translations
[#&#8203;11086](https://redirect.github.com/outline/outline/pull/11086)
- Task summary in meta data no longer shrinks in
[#&#8203;11087](https://redirect.github.com/outline/outline/pull/11087)
- Improved user feedback when copying/moving documents in
[#&#8203;11089](https://redirect.github.com/outline/outline/pull/11089)
- Fixed table width collapsing in
[#&#8203;11178](https://redirect.github.com/outline/outline/pull/11178)
- Fixed an issue where copy and pasting a diagrams.net diagram lost the
edit button in
[#&#8203;11102](https://redirect.github.com/outline/outline/pull/11102)
- Embedded PDF rendering now works correctly in Safari in
[#&#8203;11107](https://redirect.github.com/outline/outline/pull/11107)
- Clicking while editing a sidebar link no longer navigates in
[#&#8203;11105](https://redirect.github.com/outline/outline/pull/11105)
- Fixed an issue that was causing premature signout when using Passkeys
in
[#&#8203;11136](https://redirect.github.com/outline/outline/pull/11136)
- Removed `space` requirement from markdown trigger for horizontal rule
in
[#&#8203;11130](https://redirect.github.com/outline/outline/pull/11130)
- LaTeX escape sequences now work correctly when pasting into doc in
[#&#8203;11134](https://redirect.github.com/outline/outline/pull/11134)
- Fixed a display issue with the inline LaTeX active border on Firefox
in
[#&#8203;11147](https://redirect.github.com/outline/outline/pull/11147)
- Local database cache of documents is now cleared on logout in
[#&#8203;11135](https://redirect.github.com/outline/outline/pull/11135)
- Added timeout and optimized URL unfurl performance in
[#&#8203;11149](https://redirect.github.com/outline/outline/pull/11149)
- Right click -> Copy link in the sidebar no longer navigates to item in
[#&#8203;11162](https://redirect.github.com/outline/outline/pull/11162)
- Fixed display issues in empty notification panel in
[#&#8203;11166](https://redirect.github.com/outline/outline/pull/11166)
- Improved performance of diff calculation in
[#&#8203;11174](https://redirect.github.com/outline/outline/pull/11174)
- Theme override on shared docs e.g. `?theme=dark` will now persist
between navigations in
[#&#8203;11176](https://redirect.github.com/outline/outline/pull/11176)
- Lists inside tables no longer break Markdown output in
[#&#8203;11183](https://redirect.github.com/outline/outline/pull/11183)
- Fixed `alt+shift` navigation in header in Safari in
[#&#8203;11184](https://redirect.github.com/outline/outline/pull/11184)
- API: `html` property in response was removed from `revisions.info` in
[#&#8203;11088](https://redirect.github.com/outline/outline/pull/11088)
- API: `documents.diff` endpoint removed in
[#&#8203;11175](https://redirect.github.com/outline/outline/pull/11175)
- API: `comments.create` and `comments.update` no longer allow nodes
that cannot be displayed in comments in
[#&#8203;11101](https://redirect.github.com/outline/outline/pull/11101)

**Full Changelog**:
<https://github.com/outline/outline/compare/v1.2.0...v1.3.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb3V0bGluZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-01-17 23:37:57 +01:00
TrueCharts Bot
f5ccc19487 chore(firefox): update image ghcr.io/linuxserver/firefox digest to 22d716b (#43742)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/firefox](https://redirect.github.com/linuxserver/docker-firefox/packages)
([source](https://redirect.github.com/linuxserver/docker-firefox)) |
digest | `9782055` -> `22d716b` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlyZWZveCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-17 23:37:44 +01:00
TrueCharts Bot
fd355a7719 fix(drawio): update image docker.io/jgraph/drawio 29.3.0 → 29.3.2 (#43745)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/jgraph/drawio](https://www.drawio.com)
([source](https://redirect.github.com/jgraph/docker-drawio)) | patch |
`7dceba5` -> `c5cbcdb` |

---

> [!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>jgraph/docker-drawio (docker.io/jgraph/drawio)</summary>

###
[`v29.3.2`](https://redirect.github.com/jgraph/docker-drawio/compare/v29.3.0...v29.3.2)

[Compare
Source](https://redirect.github.com/jgraph/docker-drawio/compare/v29.3.0...v29.3.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZHJhd2lvIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-17 23:36:50 +01:00
TrueCharts Bot
cb68bd11ca fix(appdaemon): update image docker.io/acockburn/appdaemon 4.5.12 → 4.5.13 (#43744) 2026-01-17 23:36:31 +01:00
TrueCharts Bot
d35e95ca63 chore(minecraft-gate): update image ghcr.io/minekube/gate digest to e14a3c2 (#43743)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `98b170d` -> `e14a3c2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LWdhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-17 23:36:23 +01:00
Alfred Göppel
fd79074ff8 fix(ctfd): Fix broken updating (#43739)
**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.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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:**

- [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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2026-01-17 19:10:44 +01:00
Alfred Göppel
228c98c2c7 feat(avm-exporter): Add exporter for fritzbox (#43740)
**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.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [x] ⚖️ 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
- [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._
2026-01-17 18:03:06 +01:00
alfi0812
dd5baf25b3 lets see 2026-01-17 17:45:22 +01:00
TrueCharts Bot
58298709e2 feat(renovate): update image oci.trueforge.org/containerforge/renovate 42.83.1 → 42.84.0 (#43737)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate)
([source](https://redirect.github.com/renovate/renovate)) | minor |
`5f35a22` -> `b5712bc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVub3ZhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2026-01-17 16:41:08 +00:00
TrueCharts Bot
f2a5dbf5b4 feat(ghostfolio): update image docker.io/ghostfolio/ghostfolio 2.230.0 → 2.231.0 (#43736)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `975a532` -> `0229e5d` |

---

> [!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>ghostfolio/ghostfolio
(docker.io/ghostfolio/ghostfolio)</summary>

###
[`v2.231.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22310---2026-01-17)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.230.0...2.231.0)

##### Changed

- Removed the deprecated platforms from the info service
- Removed the deprecated activities from the endpoint `GET
api/v1/portfolio/holding/:dataSource/:symbol`

##### Fixed

- Fixed a numeric parsing error related to cash positions on the *X-ray*
page
- Fixed the total fee calculation in the holding detail dialog related
to activities in a custom currency
- Fixed the total fee calculation in the summary related to activities
in a custom currency

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2hvc3Rmb2xpbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-01-17 17:36:29 +01:00
TrueCharts Bot
80d5466f78 BREAKING CHANGE(firefox): Update image ghcr.io/linuxserver/firefox 1146.0.1 → 1147.0.1 (#43738)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/firefox](https://redirect.github.com/linuxserver/docker-firefox/packages)
([source](https://redirect.github.com/linuxserver/docker-firefox)) |
major | `f63840c` -> `9782055` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlyZWZveCIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2026-01-17 17:34:42 +01:00
TrueCharts Bot
bf9861f148 fix(renovate): update image oci.trueforge.org/containerforge/renovate 42.83.1 → 42.83.3 (#43734)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate)
([source](https://redirect.github.com/renovate/renovate)) | patch |
`5f35a22` -> `aa4838f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVub3ZhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-17 17:33:44 +01:00
TrueCharts Bot
e34ce2b882 feat(ddns-go): update image docker.io/jeessy/ddns-go v6.14.1 → v6.15.0 (#43735)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jeessy/ddns-go | minor | `5cceabd` -> `0881182` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGRucy1nbyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-01-17 17:32:38 +01:00
TrueCharts Bot
5e291561a2 feat(outline): update image docker.io/outlinewiki/outline 1.1.0 → 1.2.0 (#43443)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline)
| minor | `51db3e8` -> `9fcb1f4` |

---

> [!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>outline/outline (docker.io/outlinewiki/outline)</summary>

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

[Compare
Source](https://redirect.github.com/outline/outline/compare/v1.1.0...v1.2.0)

> \[!NOTE]
> The [docker
entrypoint](https://redirect.github.com/outline/outline/blob/main/Dockerfile#L47)
changed in this release and the production image no longer uses Yarn –
if you were *overriding* the entrypoint it may fail to start until this
is updated.

#### What's Changed

##### Highlights

**Diagrams.net** diagrams are now fully supported, insert new diagrams
through the block menu or by uploading an existing png that was created
in Diagrams.net – the original diagram data will be preserved and can be
edited by clicking the "Edit" button in the image toolbar.

**Custom emoji** are now available – upload your own custom emoji in the
admin settings and use them in your documents, comments, reactions, and
icons.

**Improved revision history** with the ability to download any revision
as HTML or Markdown, toggle whether changes are visible, and an improved
rendering engine that retains more of the original document's formatting
and structure.

**Authentication provider management** has been added to the settings,
allowing admins to view and manage all configured authentication
providers in one place. This includes the ability to disable providers,
which will prevent users from signing in with that provider but will not
delete any existing accounts.

**Passkey support** has been added as an optional login method. You can
now sign in with biometric authentication (TouchId, Windows Hello) or
security keys instead of a password. Existing workspaces will need to
enable this on the authentication providers screen.

##### Other improvements

- The sidebar design was improved and refined in
[#&#8203;10684](https://redirect.github.com/outline/outline/pull/10684)
- It is now possible to upload and embed PDFs in
[#&#8203;10198](https://redirect.github.com/outline/outline/pull/10198)
- A "Popular" tab is now available for documents, popular docs are
ranked higher in search in
[#&#8203;10721](https://redirect.github.com/outline/outline/pull/10721)
- A visual color palette is now available in the icon picker in
[#&#8203;10696](https://redirect.github.com/outline/outline/pull/10696)
- Avatar changes are now synced automatically from iDP in
[#&#8203;10718](https://redirect.github.com/outline/outline/pull/10718)
- User initials now supported in mention search in
[#&#8203;10797](https://redirect.github.com/outline/outline/pull/10797)
- New option to distribute table columns evenly in
[#&#8203;10645](https://redirect.github.com/outline/outline/pull/10645)
- Mermaid diagrams now have an explicit "Edit" option in the toolbar in
[#&#8203;11060](https://redirect.github.com/outline/outline/pull/11060)
- Added filtering to the notifications UI in
[#&#8203;10916](https://redirect.github.com/outline/outline/pull/10916)
- Added CSV export for member list in
[#&#8203;10803](https://redirect.github.com/outline/outline/pull/10803)
- Added CIDR range support to `ALLOWED_PRIVATE_IP_ADDRESSES` in
[#&#8203;10923](https://redirect.github.com/outline/outline/pull/10923)
- Add ContextMenu to RevisionListItem in
[#&#8203;10952](https://redirect.github.com/outline/outline/pull/10952)
- The GitHub integration now supports fetching details on public
issues/PRs in
[#&#8203;10827](https://redirect.github.com/outline/outline/pull/10827)
- It is no longer required to use a public bucket for avatar images in
[#&#8203;10977](https://redirect.github.com/outline/outline/pull/10977)
- Implemented RFC 9700 hardening against refresh token reuse in
[#&#8203;10960](https://redirect.github.com/outline/outline/pull/10960)
- PKCE OAuth clients can now use refresh tokens in
[#&#8203;10769](https://redirect.github.com/outline/outline/pull/10769)
- Support for PostgreSQL multi-host connection URIs in `DATABASE_URL` in
[#&#8203;10754](https://redirect.github.com/outline/outline/pull/10754)
- Many internal performance improvements

##### Fixes

- Fixed display issues in share dialog in
[#&#8203;10662](https://redirect.github.com/outline/outline/pull/10662)
- Incompatibility between path and query search terms in
[#&#8203;10667](https://redirect.github.com/outline/outline/pull/10667)
- Restored ability to resize shared sidebar in
[#&#8203;10669](https://redirect.github.com/outline/outline/pull/10669)
- UI does not update when deleting API key in
[#&#8203;10670](https://redirect.github.com/outline/outline/pull/10670)
- Invalid access of `firstChild` for mermaid diagrams in
[#&#8203;10668](https://redirect.github.com/outline/outline/pull/10668)
- Plain text copy-to-clipboard serializer no longer squashes blocks in
[#&#8203;10683](https://redirect.github.com/outline/outline/pull/10683)
- When TOC extends beyond window bounds ensure headings scroll in
[#&#8203;10687](https://redirect.github.com/outline/outline/pull/10687)
- Added missing drop cursor in top position in
[#&#8203;10689](https://redirect.github.com/outline/outline/pull/10689)
- `Empty trash` button is now hidden when missing permissions in
[#&#8203;10704](https://redirect.github.com/outline/outline/pull/10704)
- Fixed search popover on public pages in
[#&#8203;10717](https://redirect.github.com/outline/outline/pull/10717)
- Multiple improvements to sitemap generation for public shares in
[#&#8203;10716](https://redirect.github.com/outline/outline/pull/10716)
- Fixed in-document find fails with multiple escaped characters in
[#&#8203;10735](https://redirect.github.com/outline/outline/pull/10735)
- Improved validation of urls extracted from data transfer event in
[#&#8203;10740](https://redirect.github.com/outline/outline/pull/10740)
- Middle-mouse button on internal link in Firefox no longer opens
multiple tabs in
[#&#8203;10748](https://redirect.github.com/outline/outline/pull/10748)
- Fixed collection filter returning documents from all collections when
no search query in
[#&#8203;10775](https://redirect.github.com/outline/outline/pull/10775)
- Templates are now inserted at cursor position instead of document
start in
[#&#8203;10783](https://redirect.github.com/outline/outline/pull/10783)
- Shift paste with selection no longer inserts next to selection in
[#&#8203;10799](https://redirect.github.com/outline/outline/pull/10799)
- Fixed an issue where some Mermaid diagrams can't be expanded in
[#&#8203;10807](https://redirect.github.com/outline/outline/pull/10807)
- Collection overview now respects the separeat editing mode setting in
[#&#8203;10816](https://redirect.github.com/outline/outline/pull/10816)
- Query strings not forwarded on internal links from editor in
[#&#8203;10854](https://redirect.github.com/outline/outline/pull/10854)
- Shutdown during migrations does not release mutex lock in
[#&#8203;10879](https://redirect.github.com/outline/outline/pull/10879)
- `profileId` extraction in OIDC does not fallback to `token.sub` in
[#&#8203;10882](https://redirect.github.com/outline/outline/pull/10882)
- Fixed an issue where custom rate limiters were ignored due to
mountPath mismatch in
[#&#8203;10893](https://redirect.github.com/outline/outline/pull/10893)
- Viewer role now replaced correctly on downgrade to guest in
[#&#8203;10877](https://redirect.github.com/outline/outline/pull/10877)
- Validation of `SECRET_KEY` environment variable tightened in
[#&#8203;10897](https://redirect.github.com/outline/outline/pull/10897)
- Fixed double pagination in `documents.list` and `documents.archived`
with `sort=index` in
[#&#8203;10895](https://redirect.github.com/outline/outline/pull/10895)
- Comment actions now reliably appear in mobile drawer in
[#&#8203;10904](https://redirect.github.com/outline/outline/pull/10904)
- Fixed extra newlines in pasted code blocks in
[#&#8203;10958](https://redirect.github.com/outline/outline/pull/10958)
- Parser crash when pasting inline code containing checkboxes by
[@&#8203;hdoo42](https://redirect.github.com/hdoo42) in
[#&#8203;10949](https://redirect.github.com/outline/outline/pull/10949)
- Fixed an issue where context menus could have context menus
(menuception) in
[#&#8203;10974](https://redirect.github.com/outline/outline/pull/10974)
- Fixed invisible email buttons in iOS Mail dark mode in
[#&#8203;10976](https://redirect.github.com/outline/outline/pull/10976)
- Restored 'Create a doc' item in mention menu in
[#&#8203;10980](https://redirect.github.com/outline/outline/pull/10980)
- User with "can edit" permission on sub-document can now sort child
documents in
[#&#8203;10990](https://redirect.github.com/outline/outline/pull/10990)
- Large base64 images pasted as HTML are now correctly handled in
[#&#8203;10982](https://redirect.github.com/outline/outline/pull/10982)
- Appending content via API no longer messes with existing document
content in
[#&#8203;10998](https://redirect.github.com/outline/outline/pull/10998)
- Image warp exiting lightbox now correct in
[#&#8203;10999](https://redirect.github.com/outline/outline/pull/10999)
- Grips are now positioned correctly adjacent merged table cells in
[#&#8203;11003](https://redirect.github.com/outline/outline/pull/11003)
- Export no longer link to a non-accessible location for non-admins in
[#&#8203;11070](https://redirect.github.com/outline/outline/pull/11070)

#### New Contributors

- [@&#8203;nwleedev](https://redirect.github.com/nwleedev) made their
first contribution in
[#&#8203;10759](https://redirect.github.com/outline/outline/pull/10759)
- [@&#8203;hdoo42](https://redirect.github.com/hdoo42) made their first
contribution in
[#&#8203;10949](https://redirect.github.com/outline/outline/pull/10949)

**Full Changelog**:
<https://github.com/outline/outline/compare/v1.1.0...v1.2.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvb3V0bGluZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->

---------

Co-authored-by: alfi0812 <admin@alfi0812.de>
2026-01-17 16:30:30 +00:00
TrueCharts Bot
e5f266c001 fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.1.6 → 19.1.7 (#43731)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd)
| patch | `bcf7c50` -> `e59e8d1` |

---

> [!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>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary>

###
[`v19.1.7`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.1.7):
cloudcmd v19.1.7

[Compare
Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.6...v19.1.7)

#### 🔥 feature

-
[`23a6a69`](https://redirect.github.com/coderaiser/cloudcmd/commit/23a6a698)
client: dom/events -> #dom/events
-
[`9cebb24`](https://redirect.github.com/coderaiser/cloudcmd/commit/9cebb241)
client: dom: events: migrate to ESM
-
[`a94fa0d`](https://redirect.github.com/coderaiser/cloudcmd/commit/a94fa0d4)
client: cloudcmd: migrate to ESM
-
[`3bdf47a`](https://redirect.github.com/coderaiser/cloudcmd/commit/3bdf47a5)
client: migrate to ESM

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xvdWRjb21tYW5kZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2026-01-17 17:24:05 +01:00
TrueCharts Bot
1ad04a4aa0 chore(whisparr): update image ghcr.io/hotio/whisparr digest to e522eec (#43730)
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)) | digest |
`32a14c9` -> `e522eec` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2hpc3BhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-17 17:23:41 +01:00
TrueCharts Bot
62204f759b chore(jellyseerr): update image oci.trueforge.org/containerforge/jellyseer digest to 992d391 (#43728) 2026-01-17 17:23:08 +01:00
TrueCharts Bot
b77d3bc9ef fix(deconz): update image docker.io/deconzcommunity/deconz 2.32.3 → 2.32.4 (#43732)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/deconzcommunity/deconz | patch | `f38ccc1` -> `4da004e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZGVjb256IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-17 17:23:04 +01:00
TrueCharts Bot
3b02ff2462 chore(minecraft-gate): update image ghcr.io/minekube/gate digest to 98b170d (#43729)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `91b8713` -> `98b170d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LWdhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-17 17:22:28 +01:00
Alfred Göppel
5eb5fb4138 fix(charts): move incubator charts to stable (#43727)
**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.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [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._
2026-01-17 17:19:11 +01:00
TrueCharts Bot
6c1df2bf9a chore(common): update image oci.trueforge.org/containerforge/kubectl digest to 57ccc64 (#43715)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/kubectl](https://ghcr.io/trueforge-org/kubectl)
([source](https://redirect.github.com/Jackett/Jackett)) | digest |
`188024f` -> `57ccc64` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29tbW9uIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->

---------

Co-authored-by: alfi0812 <admin@alfi0812.de>
2026-01-17 15:23:22 +00:00
Alfred Göppel
99a72d0d47 fix(authentik): BREAKING move persistence for latest update (#43726)
**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.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ 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._
2026-01-17 15:43:45 +01:00
Alfred Göppel
e2f3cba579 fix(cloudflareddns): Fix image (#43725)
**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.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2026-01-17 13:04:47 +01:00
TrueCharts Bot
95f873530c fix(nextcloud): update image oci.trueforge.org/containerforge/nextcloud-fpm 32.0.4 → 32.0.5 (#43723)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/nextcloud-fpm](https://ghcr.io/trueforge-org/nextcloud-fpm)
([source](https://nextcloud.com)) | patch | `a456d11` -> `6d799df` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbmV4dGNsb3VkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-01-17 11:23:28 +01:00
TrueCharts Bot
8be4536800 fix(jackett): update image oci.trueforge.org/containerforge/jackett 0.24.863 → 0.24.868 (#43722)
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 |
`889aebb` -> `60dcc25` |

---

> [!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.868`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.868)

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

#### Changes:

-
[`024c4a7`](024c4a768c)
lacale-api: Update categories, add tmdbId support fix pubDate
([#&#8203;16490](https://redirect.github.com/Jackett/Jackett/issues/16490))
-
[`7d796eb`](7d796ebff1)
linuxtracker: new cat

This list of changes was [auto
generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=15386\&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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvamFja2V0dCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-01-17 11:22:20 +01:00
TrueCharts Bot
20e1628692 fix(esphome): update image oci.trueforge.org/containerforge/esphome 2025.12.6 → 2025.12.7 (#43721)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/esphome](https://ghcr.io/trueforge-org/esphome)
([source](https://redirect.github.com/esphome/esphome)) | patch |
`0312a37` -> `7486328` |

---

> [!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>esphome/esphome
(oci.trueforge.org/containerforge/esphome)</summary>

###
[`v2025.12.7`](https://redirect.github.com/esphome/esphome/releases/tag/2025.12.7)

[Compare
Source](https://redirect.github.com/esphome/esphome/compare/2025.12.6...2025.12.7)

- \[i2s\_audio] Bugfix: Buffer overflow in software volume control
[esphome#13190](https://redirect.github.com/esphome/esphome/pull/13190)
by [@&#8203;kahrendt](https://redirect.github.com/kahrendt)
- \[api] Use subtraction for protobuf bounds checking
[esphome#13306](https://redirect.github.com/esphome/esphome/pull/13306)
by [@&#8203;bdraco](https://redirect.github.com/bdraco)

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZXNwaG9tZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-01-17 11:22:11 +01:00
TrueCharts Bot
1d5a7c576c chore(rflood): update image ghcr.io/hotio/rflood digest to 3cdf108 (#43720) 2026-01-17 11:21:54 +01:00
TrueCharts Bot
c77fef22ba chore(anything-llm): update image ghcr.io/mintplex-labs/anything-llm digest to 06d6ccd (#43713) 2026-01-17 11:21:52 +01:00
TrueCharts Bot
cb0f84e258 chore(airsonic-advanced): update image oci.trueforge.org/containerforge/airsonic-advanced digest to f48db67 (#43712)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/airsonic-advanced](https://ghcr.io/trueforge-org/airsonic-advanced)
([source](https://redirect.github.com/kagemomiji/airsonic-advanced)) |
digest | `c698fd2` -> `f48db67` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYWlyc29uaWMtYWR2YW5jZWQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-17 11:21:46 +01:00
TrueCharts Bot
125fb44028 chore(minecraft-gate): update image ghcr.io/minekube/gate digest to 91b8713 (#43719)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/minekube/gate | digest | `95c02df` -> `91b8713` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LWdhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-17 11:21:16 +01:00
TrueCharts Bot
6a27f1c0ce fix(tinymediamanager): update image docker.io/tinymediamanager/tinymediamanager 5.2.4 → 5.2.5 (#43724)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/tinymediamanager/tinymediamanager | patch | `6613a5e` ->
`beb9765` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdGlueW1lZGlhbWFuYWdlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-01-17 11:21:03 +01:00
TrueCharts Bot
fcec4abbac chore(lyrion-music-server): update image docker.io/lmscommunity/lyrionmusicserver digest to f906f5a (#43717) 2026-01-17 11:20:53 +01:00
TrueCharts Bot
d827450879 chore(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 1e6fd58 (#43714) 2026-01-17 11:20:51 +01:00
TrueCharts Bot
70f158b75b chore(medusa): update image ghcr.io/linuxserver/medusa digest to d82913c (#43718)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/medusa](https://redirect.github.com/linuxserver/docker-medusa/packages)
([source](https://redirect.github.com/linuxserver/docker-medusa)) |
digest | `0bcb445` -> `d82913c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWVkdXNhIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-01-17 11:20:49 +01:00
TrueCharts Bot
af798b3438 chore(filestash): update image docker.io/machines/filestash digest to c60cd8e (#43716)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/machines/filestash | digest | `a199636` -> `c60cd8e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlsZXN0YXNoIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-01-17 11:19:52 +01:00
TrueCharts Bot
f6fad289bf chore(minecraft-java): update image docker.io/itzg/mc-backup digest to 9a809eb (#43700)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/itzg/mc-backup | digest | `361289b` -> `9a809eb` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWluZWNyYWZ0LWphdmEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-17 05:30:54 +01:00
TrueCharts Bot
9919f4fd60 chore(xen-orchestra): update image docker.io/ronivay/xen-orchestra digest to 8c97f93 (#43709)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ronivay/xen-orchestra | digest | `38169f1` -> `8c97f93` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAveGVuLW9yY2hlc3RyYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-01-17 05:20:10 +01:00
TrueCharts Bot
bed4952b31 fix(renovate): update image oci.trueforge.org/containerforge/renovate 42.83.0 → 42.83.1 (#43711) 2026-01-17 05:19:55 +01:00
TrueCharts Bot
791c0ed6b4 fix(oscam): update image ghcr.io/linuxserver/oscam 11933-ls2 → 11934-ls2 (#43710) 2026-01-17 05:19:47 +01:00
TrueCharts Bot
b41311f35a chore(comet): update image ghcr.io/g0ldyy/comet digest to 1d423aa (#43695)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/g0ldyy/comet | digest | `a95e85b` -> `1d423aa` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29tZXQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-01-17 04:19:45 +00:00