Commit Graph

52820 Commits

Author SHA1 Message Date
TrueCharts Bot
6095ae8c1f fix(tailscale): update image docker.io/tailscale/tailscale v1.94.1 → v1.94.2 (#44885) 2026-02-13 22:28:52 +01:00
TrueCharts Bot
575d5305a4 fix(miniflux): update image ghcr.io/miniflux/miniflux 2.2.16 → 2.2.17 (#44883)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/miniflux/miniflux](https://miniflux.app)
([source](https://redirect.github.com/miniflux/v2)) | patch | `1f37163`
→ `802ab7d` |

---

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

###
[`v2.2.17`](https://redirect.github.com/miniflux/v2/releases/tag/2.2.17):
Miniflux 2.2.17

[Compare
Source](https://redirect.github.com/miniflux/v2/compare/2.2.16...2.2.17)

##### Security

- Do not expose the Miniflux version on unauthenticated endpoints
(deprecated since version 2.0.49).
- Improve HTML sanitizer by switching from the tokenizer to the
`golang.org/x/net/html` parser to better match browser behavior and
reduce the risk of injection issues.
- Enforce blocked resource checks on `srcset` URLs.
- Improve blocked resource handling (including updates to blocked URL
substrings).
- Add validation for `TRUSTED_REVERSE_PROXY_NETWORKS` configuration to
prevent silent misconfiguration.
- Prevent possible deadlock when cleaning removed entries.
- Ensure HTTP response bodies are always closed, even on client errors.

##### Improvements

- Rewrite `srcset` parser to follow HTML specifications (WebKit-style
parsing) and handle edge cases more correctly.
- Improve sanitizer performance (various optimizations, including
reduced allocations and better attribute handling).
- Handle deeply nested HTML more robustly in the sanitizer.
- Add scraper and rewrite rules for:

  - `bleepingcomputer.com`
  - `vnexpress.net`
- Improve JSON Feed support:

- Support malformed feeds with `author` objects in the `authors` array.
  - Avoid panic when parsing `null` feeds.
  - Improve title fallback logic.
  - Include `external_url` in JSON entry hash fallback.
- Ignore WordPress `wp-json` API endpoint during JSON feed discovery.
- Add unread status filter to search results.
- Improve timezone handling internals and performance.
- Improve API payload structures and Godoc comments.
- Improve JavaScript code readability and keyboard shortcut handling.
- Restore cmd/ctrl/shift-click behavior on main navigation.
- Fix Safari PWA behavior for the `v` shortcut to open links in the main
browser.

##### Bug Fixes

- Do not keep old enclosures when an updated entry has none.
- Handle `sql.ErrNoRows` properly in `IconByFeedID`.
- Change `FindRemoteIP` to fall back to `127.0.0.1`.

##### Configuration Changes

- Removed `FILTER_ENTRY_MAX_AGE_DAYS`.
This option can be replaced with a filter rule such as
`max-age:<duration>`.
Global environment variables should be reserved for process-level
configuration.

##### Dependencies

- Update `github.com/lib/pq` to 1.11.2.
- Update:

  - `golang.org/x/net` to 0.50.0
  - `golang.org/x/crypto` to 0.48.0
  - `golang.org/x/image` to 0.36.0
  - `golang.org/x/oauth2` to 0.35.0
  - `golang.org/x/term` to 0.40.0
- Update Debian packager Docker image to Trixie.

***

As always, thank you to all contributors who helped improve Miniflux in
this release.

</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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL21pbmlmbHV4IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-02-13 22:28:02 +01:00
TrueCharts Bot
5e537e2f79 feat(snapshot-controller): update image registry.k8s.io/sig-storage/snapshot-controller v8.4.0 → v8.5.0 (#44891)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| registry.k8s.io/sig-storage/snapshot-controller | minor | `b845f4b` →
`74ca61a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3NuYXBzaG90LWNvbnRyb2xsZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-02-13 22:27:06 +01:00
TrueCharts Bot
1026276db8 chore(lidarr): update image oci.trueforge.org/containerforge/lidarr digest to 518db38 (#44869)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/lidarr](https://ghcr.io/trueforge-org/lidarr)
([source](https://redirect.github.com/Lidarr/Lidarr)) | digest |
`a39b30b` → `518db38` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2xpZGFyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-13 22:25:26 +01:00
TrueCharts Bot
e61119cb17 chore(jellyfin): update image oci.trueforge.org/containerforge/jellyfin digest to 59345e9 (#44865) 2026-02-13 22:24:16 +01:00
TrueCharts Bot
2ab1f9d198 chore(omada-controller): update image docker.io/mbentley/omada-controller digest to e3dde3e (#44873) 2026-02-13 22:23:29 +01:00
TrueCharts Bot
d2a9c17cec chore(multi-scrobbler): update image docker.io/foxxmd/multi-scrobbler digest to 6138b1e (#44870)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/foxxmd/multi-scrobbler | digest | `be2c16b` → `6138b1e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL211bHRpLXNjcm9iYmxlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-13 22:23:25 +01:00
TrueCharts Bot
fb4fb6c8f7 chore(nextcloud): update image oci.trueforge.org/containerforge/nginx digest to 48cf436 (#44871) 2026-02-13 22:23:17 +01:00
TrueCharts Bot
7b65483cf5 chore(theme-park): update image oci.trueforge.org/containerforge/theme-park digest to 25d0936 (#44877) 2026-02-13 22:22:58 +01:00
TrueCharts Bot
7b282f469e chore(jellyseerr): update image oci.trueforge.org/containerforge/jellyseerr digest to 3336116 (#44866) 2026-02-13 22:22:49 +01:00
TrueCharts Bot
fddbe185a5 chore(seerr): update image oci.trueforge.org/containerforge/seerr digest to eb182bc (#44876)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/seerr](https://ghcr.io/trueforge-org/seerr)
([source](https://redirect.github.com/seerr-team/seerr)) | digest |
`e8c16a3` → `eb182bc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3NlZXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-13 22:22:47 +01:00
TrueCharts Bot
a74c534821 chore(sabnzbd): update image oci.trueforge.org/containerforge/sabnzbd digest to 28a61bd (#44875)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/sabnzbd](https://ghcr.io/trueforge-org/sabnzbd)
([source](https://redirect.github.com/sabnzbd/sabnzbd)) | digest |
`70a9cc7` → `28a61bd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3NhYm56YmQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-13 22:22:44 +01:00
TrueCharts Bot
58462cee31 chore(nzbhydra): update image oci.trueforge.org/containerforge/nzbhydra2 digest to 4772601 (#44872) 2026-02-13 22:19:20 +01:00
TrueCharts Bot
569b084a72 chore(duplicacy): update image oci.trueforge.org/containerforge/duplicacy digest to ecca689 (#44859)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/duplicacy](https://ghcr.io/trueforge-org/duplicacy)
([source](https://duplicacy.com)) | digest | `e61d1d5` → `ecca689` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2R1cGxpY2FjeSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-13 22:18:59 +01:00
TrueCharts Bot
03d381447e chore(flood): update image oci.trueforge.org/containerforge/flood digest to ede20fb (#44861) 2026-02-13 22:18:33 +01:00
TrueCharts Bot
eacba64c69 chore(qbittorrent): update image oci.trueforge.org/containerforge/qbittorrent digest to 7c0a8b2 (#44874)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/qbittorrent](https://ghcr.io/trueforge-org/qbittorrent)
([source](https://redirect.github.com/qbittorrent/qBittorrent)) | digest
| `cbd7af4` → `7c0a8b2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3FiaXR0b3JyZW50IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-13 22:18:10 +01:00
TrueCharts Bot
bcb65cdd65 chore(lazylibrarian): update image oci.trueforge.org/containerforge/lazylibrarian digest to edce481 (#44868)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/lazylibrarian](https://ghcr.io/trueforge-org/lazylibrarian)
([source](https://lazylibrarian.gitlab.io/)) | digest | `78c1661` →
`edce481` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2xhenlsaWJyYXJpYW4iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-13 22:17:55 +01:00
TrueCharts Bot
85eb48a3da chore(kavita): update image oci.trueforge.org/containerforge/kavita digest to 8a6c803 (#44867) 2026-02-13 22:17:41 +01:00
TrueCharts Bot
b722f2d126 chore(duplicati): update image oci.trueforge.org/containerforge/duplicati digest to eb7b367 (#44860) 2026-02-13 22:17:30 +01:00
TrueCharts Bot
cd03e4bb95 chore(doplarr): update image oci.trueforge.org/containerforge/doplarr digest to 1440c30 (#44858)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/doplarr](https://ghcr.io/trueforge-org/doplarr)
([source](https://redirect.github.com/kiranshila/doplarr)) | digest |
`e40462c` → `1440c30` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2RvcGxhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-13 22:17:26 +01:00
TrueCharts Bot
b3b7baabd2 chore(foldingathome): update image oci.trueforge.org/containerforge/foldingathome digest to ff4d6ca (#44862) 2026-02-13 22:17:02 +01:00
TrueCharts Bot
03b05aab3f chore(it-tools): update image oci.trueforge.org/containerforge/it-tools digest to 460b413 (#44864) 2026-02-13 22:16:51 +01:00
TrueCharts Bot
b1baa4a948 chore(calibre-web): update image oci.trueforge.org/containerforge/calibre-web digest to bdf2062 (#44856)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/calibre-web](https://ghcr.io/trueforge-org/calibre-web)
([source](https://redirect.github.com/janeczku/calibre-web)) | digest |
`d38f76d` → `bdf2062` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NhbGlicmUtd2ViIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
2026-02-13 22:16:37 +01:00
TrueCharts Bot
0c37c15d58 chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to 3a20098 (#44857)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer)
([source](https://trueforge.org)) | image | digest | `c1be4f8` →
`3a20098` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwLy5kZXZjb250YWluZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-13 22:15:01 +01:00
TrueCharts Bot
6b5d52b5e5 chore(adguardhome-sync): update image oci.trueforge.org/containerforge/adguardhome-sync digest to c0455bc (#44855)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/adguardhome-sync](https://ghcr.io/trueforge-org/adguardhome-sync)
([source](https://redirect.github.com/bakito/adguardhome-sync)) | digest
| `ddf79a2` → `c0455bc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2FkZ3VhcmRob21lLXN5bmMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-13 22:14:32 +01:00
TrueCharts Bot
5aea1bc3a0 chore(searxng): update image docker.io/searxng/searxng digest to 4d3e9db (#44839)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/searxng/searxng | digest | `670bd10` → `4d3e9db` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3NlYXJ4bmciLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-13 15:49:06 +00:00
TrueCharts Bot
63f25189e7 chore(memcached): update image docker.io/bitnamisecure/memcached digest to 1bf872e (#44832)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bitnamisecure/memcached | digest | `64bfe24` → `1bf872e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL21lbWNhY2hlZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-13 15:44:52 +00:00
TrueCharts Bot
00f3a4291d chore(rsnapshot): update image ghcr.io/linuxserver/rsnapshot digest to 67894ed (#44838)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/rsnapshot](https://redirect.github.com/linuxserver/docker-rsnapshot/packages)
([source](https://redirect.github.com/linuxserver/docker-rsnapshot)) |
digest | `d99735a` → `67894ed` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3JzbmFwc2hvdCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-13 15:44:00 +00:00
TrueCharts Bot
c07f1b9dca chore(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 109e9e1 (#44822)
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 | `5af9164` → `109e9e1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2F1dG9tYXRpYy1yaXBwaW5nLW1hY2hpbmUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2026-02-13 15:43:30 +00:00
TrueCharts Bot
892b4b0d75 feat(minecraft-router): update image docker.io/itzg/mc-router 1.39.1 → 1.40.0 (#44851) 2026-02-13 16:27:03 +01:00
TrueCharts Bot
a6b45dc01d fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.3.5 → 19.3.7 (#44842) 2026-02-13 16:26:06 +01:00
TrueCharts Bot
a89426f124 chore(common): update image oci.trueforge.org/containerforge/ubuntu digest to 3b826c0 (#44825)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[oci.trueforge.org/containerforge/ubuntu](https://ghcr.io/trueforge-org/ubuntu)
([source](https://hub.docker.com/_/ubuntu)) | digest | `4311290` →
`3b826c0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2NvbW1vbiIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-13 15:26:01 +00:00
TrueCharts Bot
d6ae791b13 fix(authentik): update authentik 2025.12.3 → 2025.12.4 (patch) (#44841) 2026-02-13 16:25:57 +01:00
TrueCharts Bot
1870e4a932 feat(mend-renovate): update image ghcr.io/mend/renovate-ce 13.5.0 → 13.6.0 (#44850) 2026-02-13 16:25:50 +01:00
TrueCharts Bot
9b2f2a6ac8 feat(openobserve): update image public.ecr.aws/zinclabs/openobserve v0.50.3 → v0.60.0 (#44853) 2026-02-13 16:25:42 +01:00
TrueCharts Bot
dbe5e55e11 chore(webgrabplus): update image ghcr.io/linuxserver/webgrabplus digest to 2453597 (#44840) 2026-02-13 16:25:35 +01:00
TrueCharts Bot
4958eadae4 fix(metabase): update image docker.io/metabase/metabase v0.58.5 → v0.58.6 (#44845) 2026-02-13 16:25:24 +01:00
TrueCharts Bot
8d8f38d4a2 chore(nzbget): update image oci.trueforge.org/containerforge/nzbget digest to a76f14e (#44834) 2026-02-13 16:25:16 +01:00
TrueCharts Bot
aa1172a988 chore(cloudflareddns): update image oci.trueforge.org/containerforge/cloudflareddns digest to 26ce836 (#44824) 2026-02-13 16:25:12 +01:00
TrueCharts Bot
50b339082d feat(ghostfolio): update image docker.io/ghostfolio/ghostfolio 2.237.0 → 2.238.0 (#44849)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `be37731` → `9236953` |

---

> [!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.238.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#22380---2026-02-12)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.237.0...2.238.0)

##### Changed

- Upgraded `ngx-skeleton-loader` from version `11.3.0` to `12.0.0`
- Upgraded `twitter-api-v2` from version `1.27.0` to `1.29.0`

##### Fixed

- Fixed a performance calculation issue by resetting tracking variables
when a holding is fully closed
- Fixed an issue in the annualized performance calculation
- Fixed an issue with the exchange rate calculation by expanding the
date range to cover the full day (start to end of day)

</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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2dob3N0Zm9saW8iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-02-13 16:25:09 +01:00
TrueCharts Bot
6177e5c08f chore(rflood): update image ghcr.io/hotio/rflood digest to 6fd58b7 (#44837) 2026-02-13 16:25:05 +01:00
TrueCharts Bot
7d1010ad96 fix(cyberchef): update image docker.io/mpepping/cyberchef v10.22.0 → v10.22.1 (#44843) 2026-02-13 16:24:58 +01:00
TrueCharts Bot
56811654b4 feat(wekan): update image docker.io/wekanteam/wekan v8.31 → v8.32 (#44854) 2026-02-13 16:24:47 +01:00
TrueCharts Bot
7040c354ee fix(grafana): update image docker.io/grafana/grafana 12.3.2 → 12.3.3 (#44844) 2026-02-13 16:24:42 +01:00
TrueCharts Bot
f065cc9676 chore(mstream): update image ghcr.io/linuxserver/mstream digest to d154bb4 (#44833) 2026-02-13 16:24:35 +01:00
TrueCharts Bot
c07fdf305c fix(metube): update image ghcr.io/alexta69/metube 2026.02.08 → 2026.02.12 (#44846) 2026-02-13 16:24:18 +01:00
TrueCharts Bot
1c9e0b500a fix(oscam): update image ghcr.io/linuxserver/oscam 11943-ls5 → 11943-ls6 (#44848) 2026-02-13 16:24:14 +01:00
TrueCharts Bot
f86a252f8c chore(farmos): update image docker.io/farmos/farmos digest to 59945d2 (#44827)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/farmos/farmos | digest | `7eca190` → `59945d2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL2Zhcm1vcyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2026-02-13 16:24:11 +01:00
TrueCharts Bot
5f8e391dc3 chore(filestash): update image docker.io/machines/filestash digest to ad2bcdc (#44828) 2026-02-13 16:23:52 +01:00
TrueCharts Bot
dde257b53e chore(archiveteam-warrior): update image atdr.meo.ws/archiveteam/warrior-dockerfile digest to 19918c6 (#44821) 2026-02-13 16:23:30 +01:00