Commit Graph

21259 Commits

Author SHA1 Message Date
TrueCharts Bot 631fe4685a
chore(deps): update container image collabora/code to v23.05.8.4.1@451616b by renovate (#17783)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| collabora/code | patch | `23.05.8.2.1` -> `23.05.8.4.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-02 17:17:15 +01:00
TrueCharts Bot b2a801b7f0
chore(deps): update container image docker.io/odoo to 17.0@11429ba by renovate (#17780)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/odoo | digest | `cf2ef1d` -> `11429ba` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjguMSIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-02 17:14:40 +01:00
TrueCharts-Bot 4c2113093f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-02 00:10:15 +00:00
Xstar97TheNoob e81c299c3c
fix(palworld) remove dupe variable (#17772)
**Description**
remove dupe gui
⚒️ 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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-02-01 20:16:50 +02:00
Xstar97TheNoob 570a777c81
fix(autobrr) mount config.toml for autobrr (#17740)
**Description**
fixes issues with ingress due to the host needing to be set to 0.0.0.0
and additional configs options set.
⚒️ 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)
- [X] 🔃 Refactor of current code

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-02-01 17:25:23 +01:00
Xstar97TheNoob 6da87d2829
feat(palworld) add rcon sidecar to palworld, docs, and 100 percent config converage. (#17761)
**Description**
- Add a sidecar rcon to palworld.
- docs and notes
- about 100% config coverage for the ini file.

⚒️ 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)
- [X] 🔃 Refactor of current code

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-02-01 17:25:06 +01:00
TrueCharts-Bot b76ebb6d0f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-01 00:10:46 +00:00
TrueCharts Bot 9ba631030b
chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70@134acad by renovate (#17764)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `c4d9f18` -> `134acad` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-31 03:16:32 +01:00
TrueCharts Bot 7f94089b2f
chore(deps): update container image docker.io/vaultwarden/server to v1.30.2@ab34a7b by renovate (#17766)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/vaultwarden/server](https://togithub.com/dani-garcia/vaultwarden)
| patch | `1.30.1` -> `1.30.2` |

---

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

---

### Release Notes

<details>
<summary>dani-garcia/vaultwarden
(docker.io/vaultwarden/server)</summary>

###
[`v1.30.2`](https://togithub.com/dani-garcia/vaultwarden/releases/tag/1.30.2)

[Compare
Source](https://togithub.com/dani-garcia/vaultwarden/compare/1.30.1...1.30.2)

⚠️ **Note:** The WebSockets service for live sync has been integrated in
the main HTTP server, which means simpler proxy setups that don't
require a separate rule to redirect WS traffic to port 3012. Please
check the updated examples in the
[wiki](https://togithub.com/dani-garcia/vaultwarden/wiki/Proxy-examples).
It's recommended to migrate to this new setup as using the old server on
port 3012 is deprecated, won't receive new features and will be removed
in the next release.

#### What's Changed

- Prevent generating an error during ws close by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4127](https://togithub.com/dani-garcia/vaultwarden/pull/4127)
- Update Rust, Crates, Profile and Actions by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4126](https://togithub.com/dani-garcia/vaultwarden/pull/4126)
- Several small fixes for open issues by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4143](https://togithub.com/dani-garcia/vaultwarden/pull/4143)
- Fix the version string by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4153](https://togithub.com/dani-garcia/vaultwarden/pull/4153)
- Decrease JWT Refresh/Auth token by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4163](https://togithub.com/dani-garcia/vaultwarden/pull/4163)
- Update crates by [@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4173](https://togithub.com/dani-garcia/vaultwarden/pull/4173)
- Add additional build target which optimizes for size by
[@&#8203;gladiac](https://togithub.com/gladiac) in
[https://github.com/dani-garcia/vaultwarden/pull/4096](https://togithub.com/dani-garcia/vaultwarden/pull/4096)
- Update web-vault to v2023.12.0 by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4201](https://togithub.com/dani-garcia/vaultwarden/pull/4201)
- Update Rust and Crates by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4211](https://togithub.com/dani-garcia/vaultwarden/pull/4211)
- Fix Single Org Policy check by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4207](https://togithub.com/dani-garcia/vaultwarden/pull/4207)
- Allow customizing the featureStates by
[@&#8203;PKizzle](https://togithub.com/PKizzle) in
[https://github.com/dani-garcia/vaultwarden/pull/4168](https://togithub.com/dani-garcia/vaultwarden/pull/4168)
- Fix
[#&#8203;3413](https://togithub.com/dani-garcia/vaultwarden/issues/3413):
push to users accessing the collections using groups by
[@&#8203;matlink](https://togithub.com/matlink) in
[https://github.com/dani-garcia/vaultwarden/pull/3757](https://togithub.com/dani-garcia/vaultwarden/pull/3757)
- US or EU Data Region Selection by
[@&#8203;toto-xoxo](https://togithub.com/toto-xoxo) in
[https://github.com/dani-garcia/vaultwarden/pull/3752](https://togithub.com/dani-garcia/vaultwarden/pull/3752)
- enforce 2FA policy on removal of second factor and login by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/3803](https://togithub.com/dani-garcia/vaultwarden/pull/3803)
- improve emergency access when not enabled by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/4227](https://togithub.com/dani-garcia/vaultwarden/pull/4227)
- Update crates and fix icon issue by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4237](https://togithub.com/dani-garcia/vaultwarden/pull/4237)
- Bump h2 from 0.3.23 to 0.3.24 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/dani-garcia/vaultwarden/pull/4260](https://togithub.com/dani-garcia/vaultwarden/pull/4260)
- Fix bulk collection deletion by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4257](https://togithub.com/dani-garcia/vaultwarden/pull/4257)
- fix: use black text for update badge (better contrast) by
[@&#8203;tessus](https://togithub.com/tessus) in
[https://github.com/dani-garcia/vaultwarden/pull/4245](https://togithub.com/dani-garcia/vaultwarden/pull/4245)
- prevent side effects if groups are disabled by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/4265](https://togithub.com/dani-garcia/vaultwarden/pull/4265)
- Update crates, web-vault to 2024.1.2 and GHA by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4275](https://togithub.com/dani-garcia/vaultwarden/pull/4275)
- Return 404 when user public_key is empty by
[@&#8203;Timshel](https://togithub.com/Timshel) in
[https://github.com/dani-garcia/vaultwarden/pull/4271](https://togithub.com/dani-garcia/vaultwarden/pull/4271)
- Improve file limit handling by
[@&#8203;dani-garcia](https://togithub.com/dani-garcia) in
[https://github.com/dani-garcia/vaultwarden/pull/4242](https://togithub.com/dani-garcia/vaultwarden/pull/4242)
- Fix attachment upload size check by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4282](https://togithub.com/dani-garcia/vaultwarden/pull/4282)
- err on invalid feature flag by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/4263](https://togithub.com/dani-garcia/vaultwarden/pull/4263)
- register missing push devices at login by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/3792](https://togithub.com/dani-garcia/vaultwarden/pull/3792)
- Update env template file by
[@&#8203;gzfrozen](https://togithub.com/gzfrozen) in
[https://github.com/dani-garcia/vaultwarden/pull/4276](https://togithub.com/dani-garcia/vaultwarden/pull/4276)

#### New Contributors

- [@&#8203;gladiac](https://togithub.com/gladiac) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/4096](https://togithub.com/dani-garcia/vaultwarden/pull/4096)
- [@&#8203;PKizzle](https://togithub.com/PKizzle) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/4168](https://togithub.com/dani-garcia/vaultwarden/pull/4168)
- [@&#8203;matlink](https://togithub.com/matlink) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/3757](https://togithub.com/dani-garcia/vaultwarden/pull/3757)
- [@&#8203;toto-xoxo](https://togithub.com/toto-xoxo) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/3752](https://togithub.com/dani-garcia/vaultwarden/pull/3752)
- [@&#8203;Timshel](https://togithub.com/Timshel) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/4271](https://togithub.com/dani-garcia/vaultwarden/pull/4271)
- [@&#8203;gzfrozen](https://togithub.com/gzfrozen) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/4276](https://togithub.com/dani-garcia/vaultwarden/pull/4276)

**Full Changelog**:
https://github.com/dani-garcia/vaultwarden/compare/1.30.1...1.30.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-31 03:15:25 +01:00
TrueCharts Bot 48e9ed4d21
chore(deps): update container image bitnami/node-exporter to 1.7.0@cc7799d by renovate (#17765)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/node-exporter | digest | `9c59d0b` -> `cc7799d` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-31 03:14:16 +01:00
TrueCharts Bot 6dfc57ac15
chore(deps): update container image jenkins/jenkins to v2.443-jdk17@348d269 by renovate (#17763)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor |
`2.442-jdk17` -> `2.443-jdk17` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE2Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-31 01:28:14 +01:00
TrueCharts-Bot f3f7b402ba Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-31 00:08:59 +00:00
TrueCharts Bot a38efe1874
chore(deps): update helm chart kube-state-metrics to 6.1.15 by renovate (#17758)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.14` ->
`6.1.15` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v6.1.15`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-6.1.15)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-6.1.14...kube-state-metrics-6.1.15)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-30 01:33:50 +01:00
TrueCharts-Bot 5a20d62698 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-30 00:08:45 +00:00
TrueCharts Bot 46587d30b3
chore(deps): update container image docker.io/localai/localai to v2.7.0@b689c91 by renovate (#17756)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.6.1` -> `v2.7.0` |

---

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

---

### Release Notes

<details>
<summary>mudler/LocalAI (docker.io/localai/localai)</summary>

### [`v2.7.0`](https://togithub.com/mudler/LocalAI/releases/tag/v2.7.0)

[Compare
Source](https://togithub.com/mudler/LocalAI/compare/v2.6.1...v2.7.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

This release adds support to the transformer backend for LLM as well!

For now instance you can run codellama-7b with transformers with:

docker run -ti -p 8080:8080 --gpus all
localai/localai:v2.7.0-cublas-cuda12 codellama-7b

In the quickstart there are more examples available
https://localai.io/basics/getting_started/#running-models.

Note: As llama.cpp is ongoing with changes that could possible cause
breakage, this release does not includes changes from
[https://github.com/ggerganov/llama.cpp/discussions/5138](https://togithub.com/ggerganov/llama.cpp/discussions/5138)
(the future versions will).

#### What's Changed

##### Bug fixes 🐛

- fix(paths): automatically create paths by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1650](https://togithub.com/mudler/LocalAI/pull/1650)

##### Exciting New Features 🎉

- feat(transformers): support also text generation by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1630](https://togithub.com/mudler/LocalAI/pull/1630)
- transformers: correctly load automodels by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1643](https://togithub.com/mudler/LocalAI/pull/1643)
- feat(startup): fetch model definition remotely by
[@&#8203;mudler](https://togithub.com/mudler) in
[https://github.com/mudler/LocalAI/pull/1654](https://togithub.com/mudler/LocalAI/pull/1654)

##### 👒 Dependencies

- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1642](https://togithub.com/mudler/LocalAI/pull/1642)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1644](https://togithub.com/mudler/LocalAI/pull/1644)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1652](https://togithub.com/mudler/LocalAI/pull/1652)
- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1655](https://togithub.com/mudler/LocalAI/pull/1655)

##### Other Changes

- ⬆️ Update ggerganov/llama.cpp by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1632](https://togithub.com/mudler/LocalAI/pull/1632)
- ⬆️ Update docs version mudler/LocalAI by
[@&#8203;localai-bot](https://togithub.com/localai-bot) in
[https://github.com/mudler/LocalAI/pull/1631](https://togithub.com/mudler/LocalAI/pull/1631)

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.6.1...v2.6.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 19:25:33 +01:00
TrueCharts Bot 5539f048b6
chore(deps): update authentik to v2023.10.7@c483b0a by renovate (patch) (#17752)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/ldap](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.6` -> `2023.10.7` |
| [ghcr.io/goauthentik/proxy](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.6` -> `2023.10.7` |
| [ghcr.io/goauthentik/radius](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.6` -> `2023.10.7` |
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | patch |
`2023.10.6` -> `2023.10.7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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 these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 18:19:02 +00:00
TrueCharts Bot e17d95dae8
chore(deps): update container image metabase/metabase to v0.48.4@fb0eb5b by renovate (#17754) 2024-01-29 19:18:44 +01:00
TrueCharts Bot 8b67264787
chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to v2.6.70@c4d9f18 by renovate (#17753)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| patch | `2.6.69` -> `2.6.70` |

---

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

---

### Release Notes

<details>
<summary>automatic-ripping-machine/automatic-ripping-machine
(automaticrippingmachine/automatic-ripping-machine)</summary>

###
[`v2.6.70`](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/releases/tag/2.6.70)

[Compare
Source](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.6.69...2.6.70)

#### What's Changed

- 1036 wrong changed date log creation timestamps in webui by
[@&#8203;1337-server](https://togithub.com/1337-server) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1040](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1040)
- 982 omdbiapi key problems present as http 404 error in logs by
[@&#8203;1337-server](https://togithub.com/1337-server) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1039](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1039)
- Bump arm-dependencies from `c3b0745` to `58ea158` by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1043](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1043)
- Various Bugfixes for ARM by
[@&#8203;microtechno9000](https://togithub.com/microtechno9000) in
[https://github.com/automatic-ripping-machine/automatic-ripping-machine/pull/1025](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine/pull/1025)

**Full Changelog**:
https://github.com/automatic-ripping-machine/automatic-ripping-machine/compare/2.6.69...2.6.70

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 19:18:42 +01:00
TrueCharts Bot deecc34a46
chore(deps): update container image quay.io/invidious/invidious to latest@fc25ef2 by renovate (#17749)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/invidious/invidious | digest | `7da41b3` -> `fc25ef2` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 19:18:24 +01:00
TrueCharts Bot 095e7955a4
chore(deps): update container image zwavejs/zwave-js-ui to v9.8.2@3e9e11b by renovate (#17755)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) |
patch | `9.8.1` -> `9.8.2` |

---

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

---

### Release Notes

<details>
<summary>zwave-js/zwave-js-ui (zwavejs/zwave-js-ui)</summary>

###
[`v9.8.2`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#982-2024-01-29)

[Compare
Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.8.1...v9.8.2)

##### Bug Fixes

- **mqtt:** handel numbers to bool coerce and value conf on current
value
([49ac0a3](49ac0a30e5))

##### Features

- bump zwave-js@12.4.3
([#&#8203;3555](https://togithub.com/zwave-js/zwave-js-ui/issues/3555))
([e9d3118](e9d31180fc))
- **ui:** allow to toggle persistent/discovery fields from HA discovery
table
([#&#8203;3569](https://togithub.com/zwave-js/zwave-js-ui/issues/3569))
([b86b84c](b86b84c571))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 18:18:10 +00:00
TrueCharts Bot f68701b10e
chore(deps): update container image jvt038/metatube to latest@67755ab by renovate (#17746)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| jvt038/metatube | digest | `fdf8d21` -> `67755ab` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 19:18:04 +01:00
TrueCharts Bot 22f0f61b98
chore(deps): update container image lscr.io/linuxserver/kdenlive to latest@02dc593 by renovate (#17747)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/kdenlive | digest | `0eaa108` -> `02dc593` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 19:17:47 +01:00
TrueCharts Bot cc624ee857
chore(deps): update container image mikenye/tar1090 to latest@dd9c380 by renovate (#17748) 2024-01-29 19:17:19 +01:00
TrueCharts Bot 4c1121c4d0
chore(deps): update container image searxng/searxng to latest@cb2e58a by renovate (#17751) 2024-01-29 19:17:15 +01:00
TrueCharts Bot 35792b5455
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@6b8a1e4 by renovate (#17750)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `c42bc1d` -> `6b8a1e4` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 19:17:10 +01:00
TrueCharts Bot 5d333911fe
chore(deps): update container image foxxmd/multi-scrobbler to latest@5df930b by renovate (#17742) 2024-01-29 19:17:00 +01:00
TrueCharts Bot e5c773bbf5
chore(deps): update container image ghcr.io/linuxserver/pwndrop to 1.0.1@3f2e06e by renovate (#17744) 2024-01-29 19:16:51 +01:00
TrueCharts Bot c2a0c50523
chore(deps): update container image ghcr.io/hotio/cloudflareddns to latest@e4e570d by renovate (#17743)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/cloudflareddns | digest | `0e6077f` -> `e4e570d` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 19:16:44 +01:00
TrueCharts Bot 826c309ffb
chore(deps): update container image grafana/grafana-image-renderer to latest@748842f by renovate (#17745) 2024-01-29 19:15:55 +01:00
TrueCharts Bot 8380002fc7
chore(deps): update container image diygod/rsshub to latest@912b8a5 by renovate (#17741)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `40aefd6` -> `912b8a5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 19:15:47 +01:00
TrueCharts Bot a19798f98e
chore(deps): update container image velero/velero-plugin-for-aws to v1.9.0@198955f by renovate (#17735)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| velero/velero-plugin-for-aws | minor | `v1.8.2` -> `v1.9.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:27:16 +01:00
TrueCharts Bot d5376665ea
chore(deps): update container image velero/velero-plugin-for-csi to v0.7.0@3ba6439 by renovate (#17736)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| velero/velero-plugin-for-csi | minor | `v0.6.3` -> `v0.7.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:26:40 +01:00
TrueCharts Bot c24059cb66
chore(deps): update container image ghcr.io/nwithan8/tauticord to v3.15.0@37331af by renovate (#17734) 2024-01-29 13:24:45 +01:00
TrueCharts Bot 62b9253f7a
chore(deps): update container image docker.io/localai/localai to v2.7.0 by renovate (#17733)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/localai/localai](https://togithub.com/mudler/LocalAI) |
minor | `v2.6.1-cublas-cuda11-ffmpeg-core` ->
`v2.7.0-cublas-cuda11-ffmpeg-core` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:24:43 +01:00
TrueCharts Bot 5377a788e0
chore(deps): update container image nginxinc/nginx-unprivileged to 1.25.3@5cd84cd by renovate (#17721)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[nginxinc/nginx-unprivileged](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| digest | `0c0ebe8` -> `5cd84cd` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 12:20:40 +00:00
TrueCharts Bot a8e3a964b5
chore(deps): update container image ghcr.io/linuxserver/quassel-core to 0.14.0@e573e9d by renovate (#17729)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/quassel-core](https://togithub.com/linuxserver/docker-quassel-core/packages)
([source](https://togithub.com/linuxserver/docker-quassel-core)) |
digest | `0d63aab` -> `e573e9d` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:20:34 +01:00
TrueCharts Bot 162f9782a4
chore(deps): update container image ollama/ollama to v0.1.22@f6199bb by renovate (#17681)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ollama/ollama | patch | `0.1.20` -> `0.1.22` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:18:56 +01:00
TrueCharts Bot be51bd7da1
chore(deps): update container image ghcr.io/ollama-webui/ollama-webui to main@06e060b by renovate (#17730)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ollama-webui/ollama-webui | digest | `6f95f4f` -> `06e060b` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:18:10 +01:00
TrueCharts Bot 59842a920f
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@c42bc1d by renovate (#17732)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `8c8ad07` -> `c42bc1d` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:17:42 +01:00
TrueCharts Bot 4eb8213f81
chore(deps): update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest@018df3f by renovate (#17731)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/tigerblue77/dell_idrac_fan_controller | digest | `d7469ef` ->
`018df3f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:16:53 +01:00
Ac1dburn cca983a864
feat(speedtest-exporter) permission fix and extending timeout (#17568)
with speed tests, they can take more than the default time of 10
seconds. I have made the speed test 60 seconds. A second issue is that
the app is not being run by admin so you are unable to modify necessary
files that require the app to run.


**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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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: Ac1dburn <ac1dburnez@gmail.com>
Signed-off-by: Ac1dburn <colinborins@hotmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-29 09:59:04 +02:00
TrueCharts Bot 7ec48d55af
chore(deps): update container image jgraph/drawio to v23.0.2@5eac46d by renovate (#17705)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jgraph/drawio](https://www.drawio.com)
([source](https://togithub.com/jgraph/docker-drawio)) | major |
`22.1.22` -> `23.0.2` |

---

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

---

### Release Notes

<details>
<summary>jgraph/docker-drawio (jgraph/drawio)</summary>

###
[`v23.0.2`](https://togithub.com/jgraph/docker-drawio/compare/v23.0.0...v23.0.2)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v23.0.0...v23.0.2)

###
[`v23.0.0`](https://togithub.com/jgraph/docker-drawio/compare/v22.1.22...v23.0.0)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v22.1.22...v23.0.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 09:58:08 +02:00
TrueCharts Bot 66d6ec0e54
chore(deps): update container image lscr.io/linuxserver/rdesktop to ubuntu-kde@b7593e8 by renovate (#17720)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `cea0427` -> `b7593e8` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:33:19 +01:00
TrueCharts Bot 20477cfd5b
chore(deps): update container image browserless/chrome to v1.61.1@efac47c by renovate (#17690)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| browserless/chrome | minor | `1.60.2-chrome-stable` ->
`1.61.1-chrome-stable` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:28:23 +01:00
TrueCharts Bot 57c54fe19a
chore(deps): update container image quay.io/thanos/thanos to v0.34.0@2356a5f by renovate (#17699)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/thanos/thanos | minor | `v0.33.0` -> `v0.34.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:28:06 +01:00
TrueCharts Bot 0e69f18461
chore(deps): update container image linuxserver/heimdall to v2021.11.28@08863e3 by renovate (#17727)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/heimdall](https://togithub.com/linuxserver/docker-heimdall/packages)
([source](https://togithub.com/linuxserver/docker-heimdall)) | major |
`2.5.8` -> `2021.11.28` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:27:54 +01:00
TrueCharts Bot 9365bbd236
chore(deps): update neko by renovate (#17724)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `3c984d8` -> `9568896` |
| m1k1o/neko | digest | `8579e8d` -> `7eb6db4` |
| m1k1o/neko | digest | `3cae064` -> `ec3e6ac` |
| m1k1o/neko | digest | `5e26408` -> `e921c20` |
| m1k1o/neko | digest | `a21d6ed` -> `a936061` |
| m1k1o/neko | digest | `40e5c8b` -> `b123c7a` |
| m1k1o/neko | digest | `942da6d` -> `8d30a4d` |
| m1k1o/neko | digest | `69ded5b` -> `adfa132` |
| m1k1o/neko | digest | `b4f2d8b` -> `6550c32` |
| m1k1o/neko | digest | `e29a468` -> `aa6cfc0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 06:25:59 +00:00
TrueCharts Bot 04926b4b16
chore(deps): update container image ghcr.io/linuxserver/babybuddy to v2.2.1@f5becac by renovate (#17671)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/babybuddy](https://togithub.com/linuxserver/docker-babybuddy/packages)
([source](https://togithub.com/linuxserver/docker-babybuddy)) | patch |
`2.2.0` -> `2.2.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:22:29 +01:00
TrueCharts Bot c20a74354b
chore(deps): update container image clamav/clamav to 1.2.1@43cdba4 by renovate (#17717)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clamav/clamav | digest | `f51c38f` -> `43cdba4` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:21:59 +01:00
TrueCharts Bot 898c5f712f
chore(deps): update container image ghcr.io/onedr0p/exportarr to v1.6.1@60cf3d4 by renovate (#17725)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/exportarr](https://togithub.com/onedr0p/exportarr) |
patch | `v1.6.0` -> `v1.6.1` |

---

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

---

### Release Notes

<details>
<summary>onedr0p/exportarr (ghcr.io/onedr0p/exportarr)</summary>

###
[`v1.6.1`](https://togithub.com/onedr0p/exportarr/releases/tag/v1.6.1)

[Compare
Source](https://togithub.com/onedr0p/exportarr/compare/v1.6.0...v1.6.1)

##### What's Changed

- Add tests for Radarr by [@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/234](https://togithub.com/onedr0p/exportarr/pull/234)
- Add tests for Sonarr by [@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/235](https://togithub.com/onedr0p/exportarr/pull/235)
- Add tests for Readarr by [@&#8203;rtrox](https://togithub.com/rtrox)
in
[https://github.com/onedr0p/exportarr/pull/236](https://togithub.com/onedr0p/exportarr/pull/236)
- doc(README): remove typo by
[@&#8203;Deep145757](https://togithub.com/Deep145757) in
[https://github.com/onedr0p/exportarr/pull/240](https://togithub.com/onedr0p/exportarr/pull/240)
- chore(deps): update golang docker tag to v1.21.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/242](https://togithub.com/onedr0p/exportarr/pull/242)
- chore(deps): update actions/setup-go action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/248](https://togithub.com/onedr0p/exportarr/pull/248)
- chore(deps): update golang docker tag to v1.21.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/247](https://togithub.com/onedr0p/exportarr/pull/247)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://togithub.com/onedr0p/exportarr/commit/b4ffde6) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/233](https://togithub.com/onedr0p/exportarr/pull/233)
- \[bazarr] Add bounded concurrency to episodes endpoint by
[@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/238](https://togithub.com/onedr0p/exportarr/pull/238)
- chore(deps): update golangci/golangci-lint-action action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/257](https://togithub.com/onedr0p/exportarr/pull/257)
- fix: add `gomodTidy` option to renovate by
[@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/258](https://togithub.com/onedr0p/exportarr/pull/258)
- fix(deps): update module github.com/gookit/validate to v1.5.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/253](https://togithub.com/onedr0p/exportarr/pull/253)
- chore(deps): update actions/setup-go action to v5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/256](https://togithub.com/onedr0p/exportarr/pull/256)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://togithub.com/onedr0p/exportarr/commit/b4ffde6) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/255](https://togithub.com/onedr0p/exportarr/pull/255)
- fix(deps): update module github.com/prometheus/client_golang to
v1.18.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/250](https://togithub.com/onedr0p/exportarr/pull/250)
- fix(deps): update module golang.org/x/sync to v0.6.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/220](https://togithub.com/onedr0p/exportarr/pull/220)
- fix(deps): update module github.com/spf13/cobra to v1.8.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/241](https://togithub.com/onedr0p/exportarr/pull/241)
- fix(deps): update golang.org/x/exp digest to
[`1b97071`](https://togithub.com/onedr0p/exportarr/commit/1b97071) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/243](https://togithub.com/onedr0p/exportarr/pull/243)
- chore(deps): update golang docker tag to v1.21.6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/251](https://togithub.com/onedr0p/exportarr/pull/251)
- fix([#&#8203;252](https://togithub.com/onedr0p/exportarr/issues/252)):
Handle an empty Server Stat map returned from Sab. by
[@&#8203;rtrox](https://togithub.com/rtrox) in
[https://github.com/onedr0p/exportarr/pull/259](https://togithub.com/onedr0p/exportarr/pull/259)

##### New Contributors

- [@&#8203;Deep145757](https://togithub.com/Deep145757) made their first
contribution in
[https://github.com/onedr0p/exportarr/pull/240](https://togithub.com/onedr0p/exportarr/pull/240)

**Full Changelog**:
https://github.com/onedr0p/exportarr/compare/v1.6.0...v1.6.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:21:29 +01:00
TrueCharts Bot 2353791c61
chore(deps): update container image revenz/fileflows to 24.01@183939d by renovate (#17723)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| revenz/fileflows | digest | `5518f1b` -> `183939d` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:20:49 +01:00
TrueCharts Bot 4f267a5ee0
chore(deps): update container image minio/minio to vrelease.2024-01-29t03-56-32z@9b19278 by renovate (#17726) 2024-01-29 07:20:38 +01:00
TrueCharts Bot 2ed9a92c32
chore(deps): update container image cthulhoo/ttrss-web-nginx to latest@09837d3 by renovate (#17584)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cthulhoo/ttrss-web-nginx | digest | `662d191` -> `09837d3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 06:20:31 +00:00
TrueCharts Bot 0017983053
chore(deps): update container image docker to v25.0.1@91c7180 by renovate (#17664)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker | patch | `25.0.0-dind` -> `25.0.1-dind` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:20:11 +01:00
TrueCharts Bot 5433674b8a
chore(deps): update container image ghcr.io/techno-tim/littlelink-server to latest@fcb88ba by renovate (#17719) 2024-01-29 07:20:07 +01:00
TrueCharts Bot 149df4840b
chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.69@ecd1c5f by renovate (#17716)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `97f9f76` -> `ecd1c5f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:20:01 +01:00
TrueCharts Bot 588443357f
chore(deps): update container image ghcr.io/linuxserver/duckdns to latest@cae91be by renovate (#17718)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/duckdns | digest | `91523ea` -> `cae91be` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:19:36 +01:00
TrueCharts Bot d32f94d68b
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@8c8ad07 by renovate (#17722)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `0ca799b` -> `8c8ad07` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:19:00 +01:00
TrueCharts Bot 7071d350e8
chore(deps): update container image aeonlucid/impostor to nightly@0b568b3 by renovate (#17576)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| aeonlucid/impostor | digest | `727310a` -> `0b568b3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:17:41 +01:00
TrueCharts Bot 80a7450c60
chore(deps): update container image ghcr.io/kmahyyg/ztncui-aio to v2024.1.28@7554973 by renovate (#17704)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/kmahyyg/ztncui-aio | major | `v2023.5.2-r1` -> `v2024.1.28-r1`
|

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 05:06:22 +02:00
TrueCharts Bot fa5bdda6c8
chore(deps): update container image jlesage/jdownloader-2 to v24.01.1@b020fd3 by renovate (#17707)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[jlesage/jdownloader-2](https://togithub.com/jlesage/docker-jdownloader-2)
| major | `v23.12.2` -> `v24.01.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-jdownloader-2 (jlesage/jdownloader-2)</summary>

###
[`v24.01.1`](https://togithub.com/jlesage/docker-jdownloader-2/releases/tag/v24.01.1):
Version 24.01.1

[Compare
Source](https://togithub.com/jlesage/docker-jdownloader-2/compare/v23.12.2...v24.01.1)

Changes in this release:

- Updated baseimage to version 4.5.3, which brings the following
changes:
    -   Disabled fullscreen support when page is loaded into an iFrame.
    -   Rebuilt against latest distro images to get security fixes.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 05:05:21 +02:00
TrueCharts Bot 4baac45ec3
chore(deps): update container image jlesage/avidemux to v24.01.1@74d2463 by renovate (#17706)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/avidemux](https://togithub.com/jlesage/docker-avidemux) |
major | `v23.11.2` -> `v24.01.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-avidemux (jlesage/avidemux)</summary>

###
[`v24.01.1`](https://togithub.com/jlesage/docker-avidemux/releases/tag/v24.01.1):
Version 24.01.1

[Compare
Source](https://togithub.com/jlesage/docker-avidemux/compare/v23.11.2...v24.01.1)

Changes in this release:

- Updated baseimage to version 4.5.3, which brings the following
changes:
    -   Disabled fullscreen support when page is loaded into an iFrame.
    -   Rebuilt against latest distro images to get security fixes.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 05:05:09 +02:00
TrueCharts Bot 4028be2769
chore(deps): update container image jlesage/makemkv to v24.01.1@7e7e6a0 by renovate (#17708)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/makemkv](https://togithub.com/jlesage/docker-makemkv) | major
| `v23.11.2` -> `v24.01.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-makemkv (jlesage/makemkv)</summary>

###
[`v24.01.1`](https://togithub.com/jlesage/docker-makemkv/releases/tag/v24.01.1):
Version 24.01.1

[Compare
Source](https://togithub.com/jlesage/docker-makemkv/compare/v23.11.2...v24.01.1)

Changes in this release:

-   Updated MakeMKV to version 1.17.6.
- Updated baseimage to version 4.5.3, which brings the following
changes:
    -   Disabled fullscreen support when page is loaded into an iFrame.
    -   Rebuilt against latest distro images to get security fixes.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 05:04:59 +02:00
TrueCharts Bot 1605afeabf
chore(deps): update container image jlesage/mediainfo to v24.01.1@2e773e5 by renovate (#17709)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/mediainfo](https://togithub.com/jlesage/docker-mediainfo) |
major | `v23.12.1` -> `v24.01.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-mediainfo (jlesage/mediainfo)</summary>

###
[`v24.01.1`](https://togithub.com/jlesage/docker-mediainfo/releases/tag/v24.01.1):
Version 24.01.1

[Compare
Source](https://togithub.com/jlesage/docker-mediainfo/compare/v23.12.1...v24.01.1)

Changes in this release:

- Updated baseimage to version 4.5.3, which brings the following
changes:
    -   Disabled fullscreen support when page is loaded into an iFrame.
    -   Rebuilt against latest distro images to get security fixes.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 05:04:33 +02:00
TrueCharts Bot 9a1fafd548
chore(deps): update container image jlesage/putty to v24.01.1@3731054 by renovate (#17710)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/putty](https://togithub.com/jlesage/docker-putty) | major |
`v23.12.1` -> `v24.01.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-putty (jlesage/putty)</summary>

###
[`v24.01.1`](https://togithub.com/jlesage/docker-putty/releases/tag/v24.01.1):
Version 24.01.1

[Compare
Source](https://togithub.com/jlesage/docker-putty/compare/v23.12.1...v24.01.1)

Changes in this release:

- Updated baseimage to version 4.5.3, which brings the following
changes:
    -   Disabled fullscreen support when page is loaded into an iFrame.
    -   Rebuilt against latest distro images to get security fixes.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 05:04:23 +02:00
TrueCharts Bot 6efb678a3c
chore(deps): update container image jlesage/tsmuxer to v24.01.1@631b1db by renovate (#17711)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/tsmuxer](https://togithub.com/jlesage/docker-tsmuxer) | major
| `v23.11.2` -> `v24.01.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-tsmuxer (jlesage/tsmuxer)</summary>

###
[`v24.01.1`](https://togithub.com/jlesage/docker-tsmuxer/releases/tag/v24.01.1):
Version 24.01.1

[Compare
Source](https://togithub.com/jlesage/docker-tsmuxer/compare/v23.11.2...v24.01.1)

Changes in this release:

-   Updated tsMuxeR to version nightly-2023-11-26-02-00-15.
- Updated baseimage to version 4.5.3, which brings the following
changes:
    -   Disabled fullscreen support when page is loaded into an iFrame.
    -   Rebuilt against latest distro images to get security fixes.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 05:04:12 +02:00
StevenMcElligott 80d81a425e
fix(Heimdall): Update to 2.5.8 (#17713)
**Description**

2.5.7 had a `version-2.5.7` so I'm guessing renovate wouldn't pull
2.5.8, so here it is

⚒️ Fixes  #17571 

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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-01-29 05:03:53 +02:00
Xstar97TheNoob 903067e706
fix(palworld) remove dupe gui item in palworld (#17686)
**Description**
Remove dupe gui item
⚒️ 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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-01-29 05:03:14 +02:00
TrueCharts Bot 455df579cd
chore(deps): update container image ghcr.io/mealie-recipes/mealie to v1.1.0@2df89f8 by renovate (#17692)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mealie-recipes/mealie | minor | `v1.0.0` -> `v1.1.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 02:01:17 +01:00
TrueCharts Bot eb2c8a06b0
chore(deps): update container image wekanteam/wekan to v7.30@99e9d9b by renovate (#17702)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.27`
-> `v7.30` |

---

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

---

### Release Notes

<details>
<summary>wekan/wekan (wekanteam/wekan)</summary>

###
[`v7.30`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v730-2024-01-28-WeKan--release)

[Compare Source](https://togithub.com/wekan/wekan/compare/v7.29...v7.30)

This release adds the following updates:

- [Back to MongoDB
6.0.13](64592d734c).
    Thanks to xet7.

Thanks to above GitHub users for their contributions and translators for
their translations.

###
[`v7.29`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v729-2024-01-27-WeKan--release)

[Compare Source](https://togithub.com/wekan/wekan/compare/v7.28...v7.29)

This release removes the following features:

- [Removed
markdown-it-mathjax3](19703fed31).
    Thanks to Dexus and xet7.

and adds the following updates:

- [Updated to Meteor
2.14.1-beta.0](28d640afb4).
    Thanks to Meteor developers.
- [Updated to MongoDB 7.0.5 at Snap Candidate and
Docker](f624211620).
    Thanks to MongoDB developers.

Thanks to above GitHub users for their contributions and translators for
their translations.

###
[`v7.28`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v728-2024-01-23-WeKan--release)

[Compare Source](https://togithub.com/wekan/wekan/compare/v7.27...v7.28)

This release adds the following new features:

- [Added archive option to of Wekan
API](https://togithub.com/wekan/wekan/pull/5265).
    Thanks to gustavengstrom.

and adds the following updates:

-   Updated dependencies.
    [Part 1](https://togithub.com/wekan/wekan/pull/5270),
    [Part 2](https://togithub.com/wekan/wekan/pull/5271),
[Part
3](67896adefc).
    Thanks to developers of dependencies.

Thanks to above GitHub users for their contributions and translators for
their translations.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 02:01:10 +01:00
TrueCharts Bot 2aa83996dd
chore(deps): update container image n8nio/n8n to v1.26.0@6caf4a6 by renovate (#17698)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| n8nio/n8n | minor | `1.25.1` -> `1.26.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 02:00:53 +01:00
TrueCharts Bot 741acb6d9f
chore(deps): update container image traccar/traccar to v5.12@38dfd7c by renovate (#17701) 2024-01-29 02:00:41 +01:00
TrueCharts Bot d18a781a3d
chore(deps): update container image zwavejs/zwave-js-ui to v9.8.1@c35bed5 by renovate (#17703)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) |
minor | `9.7.1` -> `9.8.1` |

---

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

---

### Release Notes

<details>
<summary>zwave-js/zwave-js-ui (zwavejs/zwave-js-ui)</summary>

###
[`v9.8.1`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#981-2024-01-25)

[Compare
Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.8.0...v9.8.1)

##### Bug Fixes

- auth check api not working with proxy
([366b8dc](366b8dcb05)),
closes
[#&#8203;3553](https://togithub.com/zwave-js/zwave-js-ui/issues/3553)

###
[`v9.8.0`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#980-2024-01-24)

[Compare
Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.7.1...v9.8.0)

##### Bug Fixes

- allow to set a custom trust proxy value
([b1a34df](b1a34dfb63))
- **discovery:** improve MQTT discovery for scene CC
([#&#8203;3539](https://togithub.com/zwave-js/zwave-js-ui/issues/3539))
([383ad83](383ad831a3))
- **ui:** add product code to fw update dialog
([22bd7ab](22bd7ab255)),
closes
[#&#8203;3488](https://togithub.com/zwave-js/zwave-js-ui/issues/3488)
- **ui:** bump mqtt@5.3.5
([7d01148](7d01148f09))
- **ui:** correct tx power validation limits
([ff08456](ff0845690b))
- **ui:** ignore `**/api/**` from service worker cache
([#&#8203;3519](https://togithub.com/zwave-js/zwave-js-ui/issues/3519))
([2b7d53c](2b7d53c0c6))
- **ui:** power level and measured power at 0 dbm limits
([#&#8203;3548](https://togithub.com/zwave-js/zwave-js-ui/issues/3548))
([ae57c72](ae57c72152))
- **ui:** remove duplicated target in link
([76802d5](76802d5750))

##### Features

- add `TRUST_PROXY` env var
([3035d65](3035d653eb)),
closes
[#&#8203;3506](https://togithub.com/zwave-js/zwave-js-ui/issues/3506)
- bump zwave-js@12.4.2
([#&#8203;3550](https://togithub.com/zwave-js/zwave-js-ui/issues/3550))
([7fc5c0f](7fc5c0f2e2))
- expose configuration properties via HASS discovery
([#&#8203;3538](https://togithub.com/zwave-js/zwave-js-ui/issues/3538))
([3048fed](3048fede52))
- show inclusion state on UI
([#&#8203;3527](https://togithub.com/zwave-js/zwave-js-ui/issues/3527))
([8906358](89063584b0))
- **ui:** custom browser TZ/LOCALE and UI persistent preferences
([#&#8203;3525](https://togithub.com/zwave-js/zwave-js-ui/issues/3525))
([f85f225](f85f225595))

####
[9.7.1](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.7.0...v9.7.1)
(2024-01-16)

##### Bug Fixes

- **ui:** ensure all changelog links open on new tab
([#&#8203;3521](https://togithub.com/zwave-js/zwave-js-ui/issues/3521))
([51c53a1](51c53a1c9a))
- **ui:** make all links open in a new page to make them work in
hass-addon (tx Andrew)
([d7db465](d7db46570f))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 02:00:40 +01:00
TrueCharts Bot 51817d3d34
chore(deps): update container image ghostfolio/ghostfolio to v2.46.0@d7f9487 by renovate (#17696)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghostfolio/ghostfolio | minor | `2.42.0` -> `2.46.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 02:00:33 +01:00
TrueCharts Bot a28ceff0ad
chore(deps): update container image sissbruecker/linkding to v1.24.0@3efe1d0 by renovate (#17700)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| sissbruecker/linkding | minor | `1.23.1` -> `1.24.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:59:55 +01:00
TrueCharts Bot 2e0db8cc4a
chore(deps): update container image jeessy/ddns-go to v6.1.0@ea0e5d1 by renovate (#17697)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | minor |
`v6.0.3` -> `v6.1.0` |

---

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

---

### Release Notes

<details>
<summary>jeessy2/ddns-go (jeessy/ddns-go)</summary>

### [`v6.1.0`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.1.0)

[Compare
Source](https://togithub.com/jeessy2/ddns-go/compare/v6.0.3...v6.1.0)

#### Changelog

- [`7befe6e`](https://togithub.com/jeessy2/ddns-go/commit/7befe6e)
refactor: 重构前端代码
([#&#8203;988](https://togithub.com/jeessy2/ddns-go/issues/988))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:59:41 +01:00
TrueCharts Bot c9f2a722a9
chore(deps): update container image ghcr.io/onedr0p/prowlarr-develop to v1.13.0.4217@bbc16bd by renovate (#17694)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop)
([source](https://togithub.com/onedr0p/containers)) | minor |
`1.12.2.4211` -> `1.13.0.4217` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:58:56 +01:00
TrueCharts Bot fc89ac2ddc
chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.25.0@e7ef410 by renovate (#17695)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/static-web-server/static-web-server](https://togithub.com/static-web-server/static-web-server)
| minor | `2.24.2` -> `2.25.0` |

---

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

---

### Release Notes

<details>
<summary>static-web-server/static-web-server
(ghcr.io/static-web-server/static-web-server)</summary>

###
[`v2.25.0`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2250---2024-01-23)

[Compare
Source](https://togithub.com/static-web-server/static-web-server/compare/v2.24.2...v2.25.0)

This new `v2.25.0` release brings several dependency security updates
and bug fixes. An optional `Host` URI support for the URL Redirects
feature, a bug fix when capturing a Glob pattern using brace expansion
for URL Rewrites/Redirects as well as other improvements.

**Fixes**

-
[477ed00](https://togithub.com/static-web-server/static-web-server/commit/477ed00)
Bugfix/security dependency updates including rustls, h2, regex, chrono,
libc, async-compression, serde and other crates. Also
[32e86aa](https://togithub.com/static-web-server/static-web-server/commit/32e86aa)
-
[42f52e8](https://togithub.com/static-web-server/static-web-server/commit/42f52e8)
Fix wrong Glob brace expansion capture in URL Rewrites/Redirects. PR
[#&#8203;304](https://togithub.com/static-web-server/static-web-server/pull/304).
-
[9f2a4f0](https://togithub.com/static-web-server/static-web-server/commit/9f2a4f0)
Docker: Alpine 3.18.5 update.

**Features**

-
[8c6ab53](https://togithub.com/static-web-server/static-web-server/commit/8c6ab53)
Optional `Host` URI support for the URL Redirects feature. PR
[#&#8203;301](https://togithub.com/static-web-server/static-web-server/pull/301).
This will allow users for example to perform www to non-www redirects or
vice versa. See
[docs](https://static-web-server.net/features/url-redirects/#host).

**Refactorings**

-
[83e4277](https://togithub.com/static-web-server/static-web-server/commit/83e4277)
Migrate TLS module to use `tokio-rustls` 0.25. PR
[#&#8203;303](https://togithub.com/static-web-server/static-web-server/pull/303).
-
[1bbc703](https://togithub.com/static-web-server/static-web-server/commit/1bbc703)
CI: Cache Rust toolchain and Cargo directories for CI devel workflow. PR
[#&#8203;300](https://togithub.com/static-web-server/static-web-server/pull/300).
-
[67a2403](https://togithub.com/static-web-server/static-web-server/commit/67a2403)
CI: Prefer `cross` precompiled binary on CI devel workflow.
-
[ef9876a](https://togithub.com/static-web-server/static-web-server/commit/ef9876a)
CI: Prefer `cross` precompiled binary on CI release workflow.

**Docs**

-
[3076d08](https://togithub.com/static-web-server/static-web-server/commit/3076d08)
Optional `Host` uri support for URL Redirects feature. See
[docs](https://static-web-server.net/features/url-redirects/#host).
-
[dedefc5](https://togithub.com/static-web-server/static-web-server/commit/dedefc5)
Fix a few page typos.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:58:48 +01:00
TrueCharts Bot b820fd5a3f
chore(deps): update container image balabit/syslog-ng to v4.6.0@0486468 by renovate (#17689)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [balabit/syslog-ng](https://togithub.com/syslog-ng/syslog-ng) | minor
| `4.5.0` -> `4.6.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 00:58:14 +00:00
TrueCharts Bot 70b50dfec1
chore(deps): update vikunja to v0.22.1@c941543 by renovate (patch) (#17687)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| vikunja/api | patch | `0.22.0` -> `0.22.1` |
| vikunja/frontend | patch | `0.22.0` -> `0.22.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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 these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:58:06 +01:00
TrueCharts Bot 911275273d
chore(deps): update container image ghcr.io/autobrr/autobrr to v1.36.0@14eaf68 by renovate (#17691)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/autobrr/autobrr](https://togithub.com/autobrr/autobrr) |
minor | `v1.35.1` -> `v1.36.0` |

---

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

---

### Release Notes

<details>
<summary>autobrr/autobrr (ghcr.io/autobrr/autobrr)</summary>

###
[`v1.36.0`](https://togithub.com/autobrr/autobrr/releases/tag/v1.36.0)

[Compare
Source](https://togithub.com/autobrr/autobrr/compare/v1.35.1...v1.36.0)

#### Changelog

##### New Features

-
[`cdd91d2`](cdd91d27e5):
feat(feeds): improve RSS size parsing
([#&#8203;1367](https://togithub.com/autobrr/autobrr/issues/1367))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`fffd5bb`](fffd5bbf56):
feat(indexers): GGn improve release name parsing
([#&#8203;1366](https://togithub.com/autobrr/autobrr/issues/1366))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`f979b9a`](f979b9adc8):
feat(indexers): add TorrentSeeds Music
([#&#8203;1363](https://togithub.com/autobrr/autobrr/issues/1363))
([@&#8203;martylukyy](https://togithub.com/martylukyy))
-
[`16bf2a5`](16bf2a52fd):
feat(macros): add Group
([#&#8203;1378](https://togithub.com/autobrr/autobrr/issues/1378))
([@&#8203;vincejv](https://togithub.com/vincejv))
-
[`c377bc9`](c377bc9157):
feat(mockindexer): support feeds and webhooks
([#&#8203;1361](https://togithub.com/autobrr/autobrr/issues/1361))
([@&#8203;zze0s](https://togithub.com/zze0s))

##### Bug fixes

-
[`5328078`](5328078b32):
fix(filters): RED and OPS lossless parsing and filtering
([#&#8203;1373](https://togithub.com/autobrr/autobrr/issues/1373))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`ae44271`](ae4427175f):
fix(notifications): Pushover and Telegram formatting
([#&#8203;1362](https://togithub.com/autobrr/autobrr/issues/1362))
([@&#8203;zze0s](https://togithub.com/zze0s))
-
[`dea0b32`](dea0b32b89):
fix(web): releases page search and filtering
([#&#8203;1364](https://togithub.com/autobrr/autobrr/issues/1364))
([@&#8203;zze0s](https://togithub.com/zze0s))

##### Other work

-
[`f021c61`](f021c61255):
build(deps): bump the golang group with 4 updates
([#&#8203;1370](https://togithub.com/autobrr/autobrr/issues/1370))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`abb7829`](abb7829abe):
build(deps): bump the npm group in /web with 16 updates
([#&#8203;1376](https://togithub.com/autobrr/autobrr/issues/1376))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`9db5a8b`](9db5a8b116):
build(github): remove hard coded autobrr/autobrr
([#&#8203;1365](https://togithub.com/autobrr/autobrr/issues/1365))
([@&#8203;KyleSanderson](https://togithub.com/KyleSanderson))
-
[`415cf7b`](415cf7b6c1):
docs: add contribution guide
([#&#8203;1368](https://togithub.com/autobrr/autobrr/issues/1368))
([@&#8203;zze0s](https://togithub.com/zze0s))

**Full Changelog**:
https://github.com/autobrr/autobrr/compare/v1.35.1...v1.36.0

#### Docker images

-   `docker pull ghcr.io/autobrr/autobrr:v1.36.0`

#### What to do next?

-   Read the [documentation](https://autobrr.com)
-   Join our [Discord server](https://discord.gg/WQ2eUycxyT)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:58:04 +01:00
TrueCharts Bot 9f31eb4cb9
chore(deps): update container image ghcr.io/nwithan8/tauticord to v3.14.1@cae8d3d by renovate (#17693)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/nwithan8/tauticord | minor | `3.13.0` -> `3.14.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:57:35 +01:00
TrueCharts Bot 096fdc5000
chore(deps): update container image aeonlucid/impostor to v1.9.0@ad5a6e1 by renovate (#17688)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| aeonlucid/impostor | minor | `v1.8.4` -> `v1.9.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:56:56 +01:00
TrueCharts Bot 8c7be55cdc
chore(deps): update rdesktop by renovate (#17657)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `9a73f4c` -> `4db1d3c` |
| lscr.io/linuxserver/rdesktop | digest | `4485804` -> `74bee58` |
| lscr.io/linuxserver/rdesktop | digest | `092e5f5` -> `38df301` |
| lscr.io/linuxserver/rdesktop | digest | `0022341` -> `a4def73` |
| lscr.io/linuxserver/rdesktop | digest | `ec7079b` -> `c4d9de2` |
| lscr.io/linuxserver/rdesktop | digest | `6a0bf1b` -> `0daa483` |
| lscr.io/linuxserver/rdesktop | digest | `59c4339` -> `a057778` |
| lscr.io/linuxserver/rdesktop | digest | `7ef6c6d` -> `2eeecf2` |
| lscr.io/linuxserver/rdesktop | digest | `a6a225c` -> `055ab83` |
| lscr.io/linuxserver/rdesktop | digest | `690bc17` -> `2e48ca5` |
| lscr.io/linuxserver/rdesktop | digest | `f66a028` -> `a6cba67` |
| lscr.io/linuxserver/rdesktop | digest | `1bef614` -> `0ce5abc` |
| lscr.io/linuxserver/rdesktop | digest | `37db97a` -> `e361cc7` |
| lscr.io/linuxserver/rdesktop | digest | `d5b62a3` -> `df471e3` |
| lscr.io/linuxserver/rdesktop | digest | `293ef4e` -> `8afcc13` |
| lscr.io/linuxserver/rdesktop | digest | `f38276b` -> `bc7b17f` |
| lscr.io/linuxserver/rdesktop | digest | `91d803a` -> `d9981c5` |
| lscr.io/linuxserver/rdesktop | digest | `51df369` -> `a41eb8a` |
| lscr.io/linuxserver/rdesktop | digest | `b8aca76` -> `be00616` |
| lscr.io/linuxserver/rdesktop | digest | `bd8e059` -> `d42825d` |
| lscr.io/linuxserver/rdesktop | digest | `051ee37` -> `4d2e4ec` |
| lscr.io/linuxserver/rdesktop | digest | `f114acb` -> `a7d14cb` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:56:39 +01:00
TrueCharts Bot d888599c9a
chore(deps): update container image ghcr.io/ylianst/meshcentral to v1.1.20@bd26159 by renovate (#17677)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/ylianst/meshcentral](https://togithub.com/Ylianst/MeshCentral)
| patch | `1.1.19` -> `1.1.20` |

---

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

---

### Release Notes

<details>
<summary>Ylianst/MeshCentral (ghcr.io/ylianst/meshcentral)</summary>

###
[`v1.1.20`](https://togithub.com/Ylianst/MeshCentral/releases/tag/1.1.20)

[Compare
Source](https://togithub.com/Ylianst/MeshCentral/compare/1.1.19...1.1.20)

- [`9f57c27`](https://togithub.com/Ylianst/MeshCentral/commit/9f57c27d)
Version 1.1.20
- [`8547de3`](https://togithub.com/Ylianst/MeshCentral/commit/8547de34)
fix drive status undefined
- [`cd48909`](https://togithub.com/Ylianst/MeshCentral/commit/cd48909d)
add application location to info
([#&#8203;5740](https://togithub.com/Ylianst/MeshCentral/issues/5740))
- [`ceba76c`](https://togithub.com/Ylianst/MeshCentral/commit/ceba76cf)
fix numlock sending extended keys incorrectly
([#&#8203;5735](https://togithub.com/Ylianst/MeshCentral/issues/5735))
- [`c331eca`](https://togithub.com/Ylianst/MeshCentral/commit/c331eca6)
add android apk to mobile ui
- [`03cab63`](https://togithub.com/Ylianst/MeshCentral/commit/03cab630)
try lscpu if blank cpu_name
- [`aaff3ab`](https://togithub.com/Ylianst/MeshCentral/commit/aaff3abc)
add cloudflare issue to faq docs
- [`b02541c`](https://togithub.com/Ylianst/MeshCentral/commit/b02541cd)
tweaking docs loginTokeKey
([#&#8203;5733](https://togithub.com/Ylianst/MeshCentral/issues/5733))
- [`18af676`](https://togithub.com/Ylianst/MeshCentral/commit/18af676c)
add groupmessage/grouptoast to meshctrl
([#&#8203;5731](https://togithub.com/Ylianst/MeshCentral/issues/5731))
- [`57f7705`](https://togithub.com/Ylianst/MeshCentral/commit/57f77057)
fix files connect button order
- [`b9c706c`](https://togithub.com/Ylianst/MeshCentral/commit/b9c706ce)
fix amt powerstate again
[#&#8203;5722](https://togithub.com/Ylianst/MeshCentral/issues/5722)
- [`b1451a1`](https://togithub.com/Ylianst/MeshCentral/commit/b1451a1c)
add extra services information
- [`b860981`](https://togithub.com/Ylianst/MeshCentral/commit/b8609819)
add linux binary to agentinvite
([#&#8203;5717](https://togithub.com/Ylianst/MeshCentral/issues/5717))
- [`327f291`](https://togithub.com/Ylianst/MeshCentral/commit/327f2915)
Fixed 'deprecated' warnings in gh-workflows
([#&#8203;5720](https://togithub.com/Ylianst/MeshCentral/issues/5720))
- [`a2aed9e`](https://togithub.com/Ylianst/MeshCentral/commit/a2aed9e7)
show rdp port on button and set rdpport in console
([#&#8203;5708](https://togithub.com/Ylianst/MeshCentral/issues/5708))
- [`aaff823`](https://togithub.com/Ylianst/MeshCentral/commit/aaff8232)
fix notes in docs
- [`ab83559`](https://togithub.com/Ylianst/MeshCentral/commit/ab835591)
add nginx selinux to docs
([#&#8203;5710](https://togithub.com/Ylianst/MeshCentral/issues/5710))
- [`6cb05ce`](https://togithub.com/Ylianst/MeshCentral/commit/6cb05ce0)
add dns servers to details tab
([#&#8203;5709](https://togithub.com/Ylianst/MeshCentral/issues/5709))
- [`21bd171`](https://togithub.com/Ylianst/MeshCentral/commit/21bd1711)
make add users to device group box expandable
[#&#8203;1718](https://togithub.com/Ylianst/MeshCentral/issues/1718)
- [`c546333`](https://togithub.com/Ylianst/MeshCentral/commit/c546333c)
fix MyFiles cut/copy command
[#&#8203;5704](https://togithub.com/Ylianst/MeshCentral/issues/5704)
- [`1e9607b`](https://togithub.com/Ylianst/MeshCentral/commit/1e9607ba)
Changed publicpushnotifications setting to use alt.meshcentral.com.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:50:58 +01:00
TrueCharts Bot 3b5d000d62
chore(deps): update container image splunk/splunk to v9.1.3@816b835 by renovate (#17684) 2024-01-29 01:50:35 +01:00
TrueCharts Bot e1bab3b219
chore(deps): update container image sourcegraph/server to v5.2.7@e1746eb by renovate (#17683)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| sourcegraph/server | patch | `5.2.6` -> `5.2.7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:50:29 +01:00
TrueCharts Bot e192084891
chore(deps): update container image wiserain/flexget to v3.11.12@f20da4e by renovate (#17685)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[wiserain/flexget](https://togithub.com/linuxserver/docker-baseimage-alpine/packages)
([source](https://togithub.com/wiserain/docker-flexget)) | patch |
`3.11.10` -> `3.11.12` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:50:06 +01:00
TrueCharts Bot b3928922eb
chore(deps): update container image seafileltd/seafile-mc to v11.0.4@708f441 by renovate (#17682)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| seafileltd/seafile-mc | patch | `11.0.3` -> `11.0.4` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:49:59 +01:00
TrueCharts Bot 5d3af51e02
chore(deps): update container image mauricenino/dashdot to v5.8.3@d78f64c by renovate (#17680) 2024-01-29 01:49:44 +01:00
TrueCharts Bot de20ebf69e
chore(deps): update container image collabora/code to v23.05.8.2.1@e294495 by renovate (#17663)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| collabora/code | patch | `23.05.7.5.1` -> `23.05.8.2.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:49:00 +01:00
TrueCharts Bot 0b931290c3
chore(deps): update container image jgraph/drawio to v22.1.22@3dcd10a by renovate (#17679)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jgraph/drawio](https://www.drawio.com)
([source](https://togithub.com/jgraph/docker-drawio)) | patch |
`22.1.21` -> `22.1.22` |

---

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

---

### Release Notes

<details>
<summary>jgraph/docker-drawio (jgraph/drawio)</summary>

###
[`v22.1.22`](https://togithub.com/jgraph/docker-drawio/compare/v22.1.21...v22.1.22)

[Compare
Source](https://togithub.com/jgraph/docker-drawio/compare/v22.1.21...v22.1.22)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:48:48 +01:00
TrueCharts Bot f8882b1b22
chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.4.3@839cabc by renovate (#17676) 2024-01-29 01:48:38 +01:00
TrueCharts Bot 542daf2d0a
chore(deps): update container image flowiseai/flowise to v1.4.11@a94511f by renovate (#17668) 2024-01-29 01:48:35 +01:00
TrueCharts Bot df258b8c50
chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.1.20240128@593017d by renovate (#17673)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/healthchecks](https://togithub.com/linuxserver/docker-healthchecks/packages)
([source](https://togithub.com/linuxserver/docker-healthchecks)) | patch
| `3.1.20240125` -> `3.1.20240128` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:48:29 +01:00
TrueCharts Bot 30876d5c2b
chore(deps): update container image ghcr.io/linuxserver/emulatorjs to v1.8.5@f2a8a9a by renovate (#17672)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/emulatorjs](https://togithub.com/linuxserver/docker-emulatorjs/packages)
([source](https://togithub.com/linuxserver/docker-emulatorjs)) | patch |
`1.8.2` -> `1.8.5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:48:00 +01:00
TrueCharts Bot 8021727d22
chore(deps): update container image gotson/komga to v1.10.3@d962b7a by renovate (#17678) 2024-01-29 01:47:51 +01:00
TrueCharts Bot 605f2912b9
chore(deps): update container image ghcr.io/onedr0p/readarr-develop to v0.3.17.2409@3d8be41 by renovate (#17675)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/readarr-develop](https://ghcr.io/onedr0p/readarr-develop)
([source](https://togithub.com/onedr0p/containers)) | patch |
`0.3.15.2376` -> `0.3.17.2409` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:47:44 +01:00
TrueCharts Bot 49b63badd0
chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.1.4.3941@de7dac0 by renovate (#17674)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/onedr0p/lidarr-develop](https://ghcr.io/onedr0p/lidarr-develop)
([source](https://togithub.com/onedr0p/containers)) | patch |
`2.1.3.3927` -> `2.1.4.3941` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:47:29 +01:00
TrueCharts Bot bec23a4afa
chore(deps): update container image esphome/esphome to v2023.12.9@0ec7b41 by renovate (#17666) 2024-01-29 01:47:11 +01:00
TrueCharts Bot 527bb41613
chore(deps): update container image feramance/qbitrr to v4.2.3@eaf04bf by renovate (#17667) 2024-01-29 01:47:03 +01:00
TrueCharts Bot 64d1c9f412
chore(deps): update container image ghcr.io/geek-cookbook/nzbhydra2 to v5.3.7@560a5ad by renovate (#17669)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/geek-cookbook/nzbhydra2 | patch | `5.3.5` -> `5.3.7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:46:53 +01:00
TrueCharts Bot d52c6a2ba3
chore(deps): update container image ghcr.io/gethomepage/homepage to v0.8.7@06203a4 by renovate (#17670)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/gethomepage/homepage](https://togithub.com/gethomepage/homepage)
| patch | `v0.8.6` -> `v0.8.7` |

---

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

---

### Release Notes

<details>
<summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary>

###
[`v0.8.7`](https://togithub.com/gethomepage/homepage/releases/tag/v0.8.7)

[Compare
Source](https://togithub.com/gethomepage/homepage/compare/v0.8.6...v0.8.7)

#### What's Changed

- Feature: Added gatus uptime widget by
[@&#8203;Nedra1998](https://togithub.com/Nedra1998) in
[https://github.com/gethomepage/homepage/pull/2729](https://togithub.com/gethomepage/homepage/pull/2729)
- Fix: iCal integration use event data hash instead of unstable uid by
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2758](https://togithub.com/gethomepage/homepage/pull/2758)
- Enhancement: extend hdhomerun widget by
[@&#8203;JeffRandall](https://togithub.com/JeffRandall) and
[@&#8203;shamoon](https://togithub.com/shamoon) in
[https://github.com/gethomepage/homepage/pull/2757](https://togithub.com/gethomepage/homepage/pull/2757)

#### New Contributors

- [@&#8203;Nedra1998](https://togithub.com/Nedra1998) made their first
contribution in
[https://github.com/gethomepage/homepage/pull/2729](https://togithub.com/gethomepage/homepage/pull/2729)
- [@&#8203;JeffRandall](https://togithub.com/JeffRandall) made their
first contribution in
[https://github.com/gethomepage/homepage/pull/2757](https://togithub.com/gethomepage/homepage/pull/2757)

**Full Changelog**:
https://github.com/gethomepage/homepage/compare/v0.8.6...v0.8.7

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:46:35 +01:00
TrueCharts Bot af3db7d494
chore(deps): update container image alexta69/metube to v2024-01-26@7609e7d by renovate (#17659)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| alexta69/metube | patch | `2024-01-05` -> `2024-01-26` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:46:00 +01:00
TrueCharts Bot 4447f2e7c2
chore(deps): update container image bobokun/qbit_manage to v4.0.8@64f264d by renovate (#17661)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bobokun/qbit_manage | patch | `v4.0.7` -> `v4.0.8` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:45:41 +01:00
TrueCharts Bot f2e40b3544
chore(deps): update container image browserless/chrome to v1.61.1@1562864 by renovate (#17662) 2024-01-29 01:45:30 +01:00
TrueCharts Bot 0b72080d03
chore(deps): update container image testdasi/simple-dns-doh to latest@d53420c by renovate (#17655) 2024-01-29 01:45:28 +01:00
TrueCharts Bot 7a081545a2
chore(deps): update container image docker.io/localai/localai to v2.6.1 by renovate (#17665) 2024-01-29 01:45:20 +01:00
TrueCharts Bot bb90efc269
chore(deps): update container image xwiki to 15.10.5-postgres-tomcat@204e7df by renovate (#17656)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | digest | `73eee93` -> `204e7df` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:45:08 +01:00
TrueCharts Bot de1f3c330c
chore(deps): update container image teamspeak to 3.13.7@dfb97f8 by renovate (#17654) 2024-01-29 01:44:51 +01:00
TrueCharts Bot 588bd5841d
chore(deps): update container image alpine to v3.19.1@c5b1261 by renovate (#17660)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| alpine | patch | `3.19.0` -> `3.19.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:44:26 +01:00
TrueCharts Bot f7a3774c59
chore(deps): update container image revenz/fileflows to 24.01@5518f1b by renovate (#17650)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| revenz/fileflows | digest | `2007b03` -> `5518f1b` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 00:44:12 +00:00
TrueCharts Bot d5f9bc08c2
chore(deps): update webtop by renovate (#17658) 2024-01-29 01:43:54 +01:00
TrueCharts Bot 311ebb4d5c
chore(deps): update container image lscr.io/linuxserver/blender to latest@0d86411 by renovate (#17642) 2024-01-29 01:43:50 +01:00
TrueCharts Bot 3418ddc0aa
chore(deps): update container image openspeedtest/latest to latest@0d2d940 by renovate (#17647)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| openspeedtest/latest | digest | `948800e` -> `0d2d940` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 00:43:45 +00:00
TrueCharts Bot 6680b2789d
chore(deps): update container image ronivay/xen-orchestra to 5.132.0@ddf10cf by renovate (#17652)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ronivay/xen-orchestra | digest | `97af40a` -> `ddf10cf` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:43:39 +01:00
TrueCharts Bot 3434adf71a
chore(deps): update container image rocker/rstudio to 4.3.2@6b5d7bb by renovate (#17651)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rocker/rstudio](https://togithub.com/rocker-org/rocker-versioned2) |
digest | `ca8f94e` -> `6b5d7bb` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 00:43:36 +00:00
TrueCharts Bot e5a76dee6b
chore(deps): update container image registry to 2@f4e1b87 by renovate (#17649) 2024-01-29 01:43:32 +01:00
TrueCharts Bot 550dc1d15b
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@0ca799b by renovate (#17648)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `e2f19bc` -> `0ca799b` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:43:31 +01:00
TrueCharts Bot 35cf15c8f2
chore(deps): update container image lscr.io/linuxserver/pyload-ng to latest@4e2b001 by renovate (#17643) 2024-01-29 01:43:29 +01:00
TrueCharts Bot 2dc074c312
chore(deps): update container image searxng/searxng to latest@c6a80be by renovate (#17653) 2024-01-29 01:43:27 +01:00
TrueCharts Bot 6d49466171
chore(deps): update container image mattermost/mattermost-enterprise-edition to release-9.5@9154cfd by renovate (#17645) 2024-01-29 01:43:23 +01:00
TrueCharts Bot 7f6f1628e4
chore(deps): update container image m1k1o/blog to latest@bff0309 by renovate (#17644)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/blog | digest | `42060a8` -> `bff0309` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:43:08 +01:00
TrueCharts Bot de2d070a45
chore(deps): update container image linuxserver/mylar3 to version-v0.7.8@88a49b7 by renovate (#17641)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/mylar3](https://togithub.com/linuxserver/docker-mylar3/packages)
([source](https://togithub.com/linuxserver/docker-mylar3)) | digest |
`8e6b850` -> `88a49b7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:43:01 +01:00
TrueCharts Bot cba963bd65
chore(deps): update container image linuxserver/calibre-web to version-0.6.21@663dece by renovate (#17640)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/calibre-web](https://togithub.com/linuxserver/docker-calibre-web/packages)
([source](https://togithub.com/linuxserver/docker-calibre-web)) | digest
| `ada5002` -> `663dece` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 00:42:58 +00:00
TrueCharts Bot 6ea65c0265
chore(deps): update container image mikeah/prusaslicer-novnc to latest@bdb2ff4 by renovate (#17646) 2024-01-29 01:42:53 +01:00
TrueCharts Bot bc1caba9ef
chore(deps): update container image ich777/rapidphotodownloader to latest@5d4af0a by renovate (#17636) 2024-01-29 01:42:42 +01:00
TrueCharts Bot 06685878b8
chore(deps): update container image jvt038/metatube to latest@fdf8d21 by renovate (#17639)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| jvt038/metatube | digest | `ad3a376` -> `fdf8d21` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:42:40 +01:00
TrueCharts Bot 89075d9afb
chore(deps): update container image ich777/krusader to latest@1183d0e by renovate (#17634) 2024-01-29 01:42:22 +01:00
TrueCharts Bot 11226711d3
chore(deps): update container image ich777/thunderbird to latest@b93db06 by renovate (#17637)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/thunderbird | digest | `dba18fa` -> `b93db06` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:41:59 +01:00
TrueCharts Bot 7b98e0903b
chore(deps): update container image ich777/fluttercoin to latest@532b141 by renovate (#17633) 2024-01-29 01:41:44 +01:00
TrueCharts Bot 9020bc2c0b
chore(deps): update container image ich777/electrum to latest@e724345 by renovate (#17632)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/electrum | digest | `2361f08` -> `e724345` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:41:25 +01:00
TrueCharts Bot 1b48b964ba
chore(deps): update container image josh5/steam-headless to latest@e9b5052 by renovate (#17638)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| josh5/steam-headless | digest | `7efc3e2` -> `e9b5052` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:41:20 +01:00
TrueCharts Bot 7bea8a4209
chore(deps): update container image ich777/megasync to latest@c56d21b by renovate (#17635)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ich777/megasync | digest | `6c65468` -> `c56d21b` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:40:54 +01:00
TrueCharts Bot a774279798
chore(deps): update container image ghcr.io/linuxserver/ubooquity to 2.1.2@74ae85b by renovate (#17627)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/ubooquity](https://togithub.com/linuxserver/docker-ubooquity/packages)
([source](https://togithub.com/linuxserver/docker-ubooquity)) | digest |
`13daf1e` -> `74ae85b` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 00:40:34 +00:00
TrueCharts Bot b57fcb9075
chore(deps): update container image ghcr.io/linuxserver/tvheadend to latest@0ba071c by renovate (#17626)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/tvheadend | digest | `031cca7` -> `0ba071c` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:40:28 +01:00
TrueCharts Bot 615eb339ec
chore(deps): update container image ghcr.io/linuxserver/smokeping to 2.8.2@5e66755 by renovate (#17624)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/smokeping](https://togithub.com/linuxserver/docker-smokeping/packages)
([source](https://togithub.com/linuxserver/docker-smokeping)) | digest |
`35d2218` -> `5e66755` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 00:40:16 +00:00
TrueCharts Bot 9513c2d914
chore(deps): update container image ich777/chrome to latest@4a5816c by renovate (#17631) 2024-01-29 01:40:06 +01:00
TrueCharts Bot eb7bacdd65
chore(deps): update container image ghcr.io/tigerblue77/dell_idrac_fan_controller to latest@d7469ef by renovate (#17630)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/tigerblue77/dell_idrac_fan_controller | digest | `417cbb9` ->
`d7469ef` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:40:05 +01:00
TrueCharts Bot f58b71fe61
chore(deps): update container image ghcr.io/ollama-webui/ollama-webui to main@6f95f4f by renovate (#17629) 2024-01-29 01:39:51 +01:00
TrueCharts Bot 8665b305e7
chore(deps): update container image ghcr.io/linuxserver/synclounge to 5.2.24@9758e04 by renovate (#17625)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/synclounge](https://togithub.com/linuxserver/docker-synclounge/packages)
([source](https://togithub.com/linuxserver/docker-synclounge)) | digest
| `66c494d` -> `9758e04` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:39:49 +01:00
TrueCharts Bot 44b4d70227
chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@6252cc7 by renovate (#17620)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/remmina](https://togithub.com/linuxserver/docker-remmina/packages)
([source](https://togithub.com/linuxserver/docker-remmina)) | digest |
`03a127d` -> `6252cc7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:39:33 +01:00
TrueCharts Bot 3e0fd97879
chore(deps): update container image ghcr.io/linuxserver/sickchill to 2024.1.8@1d3da07 by renovate (#17623) 2024-01-29 01:39:29 +01:00
TrueCharts Bot 7da1facff9
chore(deps): update container image ghcr.io/linuxserver/resilio-sync to 2.7.3@037b01c by renovate (#17621)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/resilio-sync](https://togithub.com/linuxserver/docker-resilio-sync/packages)
([source](https://togithub.com/linuxserver/docker-resilio-sync)) |
digest | `20fa51f` -> `037b01c` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:39:21 +01:00
TrueCharts Bot d04304f584
chore(deps): update container image ghcr.io/linuxserver/projectsend to latest@6b560c5 by renovate (#17618) 2024-01-29 01:39:06 +01:00
TrueCharts Bot 1189dda1bd
chore(deps): update container image ghcr.io/linuxserver/webgrabplus to 5.1.4@ea5c05a by renovate (#17628) 2024-01-29 01:38:57 +01:00
TrueCharts Bot 0265f2cff1
chore(deps): update container image ghcr.io/linuxserver/pylon to 2.10.0@4c93278 by renovate (#17619) 2024-01-29 01:38:55 +01:00
TrueCharts Bot 899045928a
chore(deps): update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36@1990230 by renovate (#17615)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mysql-workbench](https://togithub.com/linuxserver/docker-mysql-workbench/packages)
([source](https://togithub.com/linuxserver/docker-mysql-workbench)) |
digest | `1f58a07` -> `1990230` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:38:52 +01:00
TrueCharts Bot cc70e44d13
chore(deps): update container image ghcr.io/linuxserver/openvscode-server to 1.85.1@c162501 by renovate (#17616) 2024-01-29 01:38:44 +01:00
TrueCharts Bot 34cb38c15f
chore(deps): update container image ghcr.io/linuxserver/piwigo to 14.1.0@90348fd by renovate (#17617) 2024-01-29 01:38:39 +01:00
TrueCharts Bot 4f970759a8
chore(deps): update container image ghcr.io/linuxserver/rsnapshot to 1.4.5@3d9e1f3 by renovate (#17622) 2024-01-29 01:37:54 +01:00
TrueCharts Bot 22d309c4a6
chore(deps): update container image ghcr.io/linuxserver/mstream to 5.11.4@00b1223 by renovate (#17614)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/mstream](https://togithub.com/linuxserver/docker-mstream/packages)
([source](https://togithub.com/linuxserver/docker-mstream)) | digest |
`7bcf039` -> `00b1223` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:37:51 +01:00
TrueCharts Bot fbcf6a38fa
chore(deps): update container image ghcr.io/linuxserver/medusa to 1.0.19@5460ed6 by renovate (#17612)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/medusa](https://togithub.com/linuxserver/docker-medusa/packages)
([source](https://togithub.com/linuxserver/docker-medusa)) | digest |
`afb4489` -> `5460ed6` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:37:36 +01:00
TrueCharts Bot 16bfe54f0a
chore(deps): update container image ghcr.io/linuxserver/librespeed to 5.3.0@e7e8a14 by renovate (#17611) 2024-01-29 01:37:24 +01:00
TrueCharts Bot bf7e17a2c2
chore(deps): update container image ghcr.io/linuxserver/lazylibrarian to latest@8dc3d2b by renovate (#17610)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/lazylibrarian | digest | `5b86d9a` -> `8dc3d2b` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:37:13 +01:00
TrueCharts Bot c01642d0c4
chore(deps): update container image ghcr.io/linuxserver/minetest to 5.8.0@d9b67b1 by renovate (#17613)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/minetest](https://togithub.com/linuxserver/docker-minetest/packages)
([source](https://togithub.com/linuxserver/docker-minetest)) | digest |
`6f5fbd7` -> `d9b67b1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:36:48 +01:00
TrueCharts Bot db2269423f
chore(deps): update container image ghcr.io/linuxserver/filezilla to 3.66.4@96a0e47 by renovate (#17605) 2024-01-29 01:36:20 +01:00
TrueCharts Bot d339d41033
chore(deps): update container image ghcr.io/linuxserver/foldingathome to 7.6.21@910658a by renovate (#17607)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/foldingathome](https://togithub.com/linuxserver/docker-foldingathome/packages)
([source](https://togithub.com/linuxserver/docker-foldingathome)) |
digest | `b0e5129` -> `910658a` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:36:19 +01:00
TrueCharts Bot d7e50cc64b
chore(deps): update container image ghcr.io/linuxserver/grav to 1.7.44@a96780d by renovate (#17609)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/grav](https://togithub.com/linuxserver/docker-grav/packages)
([source](https://togithub.com/linuxserver/docker-grav)) | digest |
`3f29bb5` -> `a96780d` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:35:54 +01:00
TrueCharts Bot 39a08d9c57
chore(deps): update container image ghcr.io/linuxserver/freshrss to 1.23.1@2326bb8 by renovate (#17608) 2024-01-29 01:35:51 +01:00
TrueCharts Bot df5fdecc53
chore(deps): update container image ghcr.io/linuxserver/fleet to 2.3.3@13fd9df by renovate (#17606)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/fleet](https://togithub.com/linuxserver/docker-fleet/packages)
([source](https://togithub.com/linuxserver/docker-fleet)) | digest |
`f725c88` -> `13fd9df` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:35:48 +01:00
TrueCharts Bot de0a87ef71
chore(deps): update container image ghcr.io/hotio/rflood to latest@98d6873 by renovate (#17595)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/rflood | digest | `0e58058` -> `98d6873` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:35:31 +01:00
TrueCharts Bot 539c6e9064
chore(deps): update container image ghcr.io/linuxserver/dillinger to 3.39.1@cb9813c by renovate (#17603)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/dillinger](https://togithub.com/linuxserver/docker-dillinger/packages)
([source](https://togithub.com/linuxserver/docker-dillinger)) | digest |
`9b0c0a4` -> `cb9813c` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:35:13 +01:00
TrueCharts Bot dd2ff44d8e
chore(deps): update container image ghcr.io/linuxserver/ddclient to 3.11.2@6a6fe51 by renovate (#17602)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/ddclient](https://togithub.com/linuxserver/docker-ddclient/packages)
([source](https://togithub.com/linuxserver/docker-ddclient)) | digest |
`f11cc53` -> `6a6fe51` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:35:10 +01:00
TrueCharts Bot 042e03b5c4
chore(deps): update container image ghcr.io/linuxserver/boinc to latest@5dab092 by renovate (#17599)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/boinc | digest | `be45bed` -> `5dab092` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:34:53 +01:00
TrueCharts Bot ccc2ebe381
chore(deps): update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0@ebb23fa by renovate (#17600)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/booksonic-air](https://togithub.com/linuxserver/docker-booksonic-air/packages)
([source](https://togithub.com/linuxserver/docker-booksonic-air)) |
digest | `f8d65b3` -> `ebb23fa` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:34:44 +01:00
TrueCharts Bot 220353203e
chore(deps): update container image ghcr.io/linuxserver/calibre to 7.4.0@b2ed61e by renovate (#17601)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://togithub.com/linuxserver/docker-calibre/packages)
([source](https://togithub.com/linuxserver/docker-calibre)) | digest |
`d0941e7` -> `b2ed61e` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:34:39 +01:00
TrueCharts Bot a0d445ab82
chore(deps): update container image ghcr.io/linuxserver/babybuddy to v@7217358 by renovate (#17597) 2024-01-29 01:34:36 +01:00
TrueCharts Bot 6964ee0a7e
chore(deps): update container image ghcr.io/linuxserver/doublecommander to latest@f20eed8 by renovate (#17604)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/doublecommander | digest | `0a2649e` -> `f20eed8`
|

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:34:21 +01:00
TrueCharts Bot 5b76ae910b
chore(deps): update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355@d5d2646 by renovate (#17596) 2024-01-29 01:34:03 +01:00
TrueCharts Bot 955e1cbcd5
chore(deps): update container image ghcr.io/linuxserver/beets to version-1.6.0@e2f60d7 by renovate (#17598)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/beets | digest | `c26bf56` -> `e2f60d7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:33:56 +01:00
TrueCharts Bot a453f3678e
chore(deps): update container image ghcr.io/hotio/duplicacy to release-1.7.2@b4b1a79 by renovate (#17594)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/duplicacy | digest | `c43a1c8` -> `b4b1a79` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:33:18 +01:00
TrueCharts Bot d093a7760a
chore(deps): update container image ghcr.io/hotio/autoscan to latest@1cae14c by renovate (#17592)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/autoscan | digest | `e2b1f62` -> `1cae14c` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:33:02 +01:00
TrueCharts Bot d2e77cd3fc
chore(deps): update container image ghcr.io/hotio/cloudflareddns to latest@0e6077f by renovate (#17593)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/hotio/cloudflareddns | digest | `0635d18` -> `0e6077f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:32:44 +01:00
TrueCharts Bot 42aae17df2
chore(deps): update container image cthulhoo/ttrss-fpm-pgsql-static to latest@7930b19 by renovate (#17583)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cthulhoo/ttrss-fpm-pgsql-static | digest | `7eff9bb` -> `7930b19` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 00:32:15 +00:00
TrueCharts Bot 272323c7a2
chore(deps): update container image docker.io/odoo to 17.0@cf2ef1d by renovate (#17589) 2024-01-29 01:32:10 +01:00
TrueCharts Bot e24bddcfaa
chore(deps): update container image dtjs48jkt/twonkyserver to latest@ecc3b48 by renovate (#17590)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dtjs48jkt/twonkyserver | digest | `e2b3bab` -> `ecc3b48` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:32:08 +01:00
TrueCharts Bot f8617486ee
chore(deps): update container image docker.io/bellamy/wallos to latest@6ecd084 by renovate (#17588)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/bellamy/wallos | digest | `b042caa` -> `6ecd084` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:31:39 +01:00
TrueCharts Bot 992a622f49
chore(deps): update container image eclipse-mosquitto to 2.0.18@da38d58 by renovate (#17591)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| eclipse-mosquitto | digest | `fa9822d` -> `da38d58` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:31:31 +01:00
TrueCharts Bot 8e328d9499
chore(deps): update container image docker to v@a0ce13b by renovate (#17586) 2024-01-29 01:31:09 +01:00
TrueCharts Bot 40c7a32d4d
chore(deps): update container image coderaiser/cloudcmd to latest@365802f by renovate (#17582)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| coderaiser/cloudcmd | digest | `4700fe2` -> `365802f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 00:31:06 +00:00
TrueCharts Bot 414c1b1574
chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@9be350f by renovate (#17587) 2024-01-29 01:31:02 +01:00
TrueCharts Bot 818d2f199a
chore(deps): update container image diygod/rsshub to latest@40aefd6 by renovate (#17585)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `8af110e` -> `40aefd6` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:30:59 +01:00
TrueCharts Bot 315a1949c6
chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.69@97f9f76 by renovate (#17577)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `e7c109c` -> `97f9f76` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:30:29 +01:00
TrueCharts Bot cf04412132
chore(deps): update container image bitnami/wordpress to 6.4.2@de43215 by renovate (#17581)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/wordpress | digest | `8ae16db` -> `de43215` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:29:53 +01:00
TrueCharts Bot 57edb54498
chore(deps): update container image bitnami/kube-state-metrics to 2.10.1@f91784a by renovate (#17580)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/kube-state-metrics | digest | `a81faf7` -> `f91784a` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:29:15 +01:00
TrueCharts Bot e455cb9bb8
chore(deps): update container image bitnami/dokuwiki to 20230404.1.0@95c012d by renovate (#17579)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/dokuwiki | digest | `36d39f3` -> `95c012d` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:28:59 +01:00
TrueCharts Bot 0e747d451e
chore(deps): update container image bitnami/alertmanager to 0.26.0@243bc77 by renovate (#17578)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `29fe762` -> `243bc77` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 01:28:49 +01:00
TrueCharts-Bot c3c8011292 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-29 00:09:42 +00:00
StevenMcElligott 035b42c7e4
feat(facturascripts): Move to unstable (#17567)
**Description**

This app is broken and without an easy way to script a DB inside (no
documentation or in Spanish unfortunately), so it's not working. People
can just spin it up using `Custom-App` and run a separate DB like `CNPG`
or `MariaDB` as they wish

⚒️ Fixes  #16824

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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-01-29 00:50:30 +02:00
Xstar97TheNoob d96fe45141
fix(palworld) update config and add new gui options (#17560)
**Description**
Clean up the initcontainer and add new gui options.
some options were moved and partially breaking.
⚒️ 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)
- [X] 🔃 Refactor of current code

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-01-29 00:45:39 +02:00
StevenMcElligott 3c11b4f85d
feat(zigbee2mqtt): Remove old options (#17564)
**Description**

I'm not a heavy user but removing the old API seems sensible (especially
if it wasn't necessary 3 years ago) and changing the defaults to not
true to automatic join is also a good idea

⚒️ Fixes  #17562 and #17561

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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-01-29 00:44:15 +02:00
StevenMcElligott e3ea938b1a
feat(ai-server): Add ai-server to replace CodeProject.Ai (#17565)
**Description**

Replaced and renamed upstream, so let's get this one working and then
deprecate the old one

⚒️ Fixes  #17535

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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-01-28 12:24:50 -05:00
TrueCharts-Bot 5c7b7cf0d8 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-28 00:09:36 +00:00
StevenMcElligott 2e58085ba8
feat(ts-dnsserver): Remove duplicate chart (#17556)
**Description**

Redoing it with a new PR because I'm bad at Git and I don't have more
energy on a Friday night lol

Original Description: We already have the official technitium chart
inside unstable and this is an unofficial and out of date container, see
other version here ->
https://github.com/truecharts/charts/tree/master/charts/unstable/technitium

⚒️ Fixes  # https://github.com/truecharts/charts/pull/17526

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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-01-27 13:48:53 +02:00
H f65459a89b
feat(minecraft-java) add wider packwiz support (#17523)
**Description**

Updated minecraft-java's questions.yaml to allow downloading packwiz
packs when modloaders other than Fabric are chosen. The developer of the
docker image has
[stated](https://github.com/itzg/docker-minecraft-server/issues/1238#issuecomment-1003560897)
that packwiz support is not limited to Fabric. Mod loaders supported by
packwiz itself are listed
[here](https://packwiz.infra.link/reference/commands/packwiz/init/#options).

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

**🧪 How Has This Been Tested?**

I don't have the capability to test this at this time.

**📃 Notes:**

I haven't worked on TrueNAS apps/questions.yaml before but based on my
understanding from reading the docs this should be correct. If there is
a way to combine all the added lines using a compound show-if statement
(ie show-if type is forge or fabric or quilt or neoforge) I couldn't
find documentation on it.

**✔️ 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

---------

Signed-off-by: H <37481947+H-QueerCoded@users.noreply.github.com>
2024-01-27 13:48:42 +02:00
Antoine Saget ebcdf7aec7
docs(Authelia): Update access rules documentation (#17316)
**Description**

Default access rule policy in the Authelia setup guide is currently
`one_factor`, this give access to everything to every user.
In this PR, the doc is updated to :
- recommend default policy to `deny` in the main Authelia guide and only
give full access to member of an `admin` ldap group.
- recommend having an `admin` and `user` groups in the Authelia Rules
guide with full access for `admin` users and limited access for `user`
users.

⚒️ Fixes 

**⚙️ 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
- [x] 📄 Doc update 

**🧪 How Has This Been Tested?**

I built the doc website locally to make sure of the following :
- formatting is ok
- screenshots works
- links works
- recommended configuration works on my setup (my setup is following
closely the others TrueCharts guides)

**📃 Notes:**


**✔️ Checklist:**

- [ ] ⚖️ 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
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2024-01-27 13:44:23 +02:00
TrueCharts Bot 8b7c412d3f
chore(deps): update helm general non-major by renovate (#17525)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `10.2.7` ->
`10.2.12` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`17.2.21` -> `17.2.29` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.7` ->
`6.1.14` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `12.1.6` ->
`12.1.12` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.6` ->
`11.1.13` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.8` ->
`11.1.17` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.7` ->
`6.1.14` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.6` ->
`11.1.16` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.1.13`
-> `11.1.16` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v10.2.12`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.12)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.11...clickhouse-10.2.12)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v10.2.11`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.11)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.10...clickhouse-10.2.11)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v10.2.10`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.10)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.9...clickhouse-10.2.10)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v10.2.9`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.9)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.8...clickhouse-10.2.9)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v10.2.8`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.2.8)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.2.7...clickhouse-10.2.8)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.2.29`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.29)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.28...common-17.2.29)

Function library for TrueCharts

###
[`v17.2.28`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.28)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.27...common-17.2.28)

Function library for TrueCharts

###
[`v17.2.27`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.27)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.26...common-17.2.27)

Function library for TrueCharts

###
[`v17.2.26`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.26)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.25...common-17.2.26)

Function library for TrueCharts

###
[`v17.2.25`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.25)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.24...common-17.2.25)

Function library for TrueCharts

###
[`v17.2.24`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.24)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.23...common-17.2.24)

Function library for TrueCharts

###
[`v17.2.23`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.23)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.22...common-17.2.23)

Function library for TrueCharts

###
[`v17.2.22`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.22)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.21...common-17.2.22)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-27 13:41:52 +02:00
Ac1dburn cc11bb3b55
feat(speedtest-exporter) adding ability for web access (#17527)
**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)--> There was no web access. You should have
access for manually checking speedtest through the web ui

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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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: Ac1dburn <ac1dburnez@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-27 13:41:04 +02:00
Xstar97TheNoob 011fa36004
fix(palworld) fix some default values and add new gui options to update the ini. (#17537)
**Description**
- New GUI options
- Allow the user to define the server pass and also fix the admin pass
- fix icon

⚒️ 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)
- [X] 🔃 Refactor of current code

**🧪 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:**
the SRV_ADMIN_PWD variable seems to be left over code and does not do
anything at this time; leaving it as is.

**✔️ 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-01-27 13:40:16 +02:00
TrueCharts Bot 294776deeb
chore(deps): update container image grafana/grafana to v10.3.1@7567a7c by renovate (#17551)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| grafana/grafana | minor | `10.2.3` -> `10.3.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-27 01:44:51 +01:00
TrueCharts-Bot 1403d18daa Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-27 00:09:22 +00:00
Christopher 9dbe4546b8
feat(tt-rss) reimplement with upstream container images (#17293)
**Description**
It appears that the k8s-at-home project which this app was based on is
unmaintained, and the container has stopped running successfully for
myself and others. This pull request moves the tt-rss app back to dev
train, and includes an initial attempt at migrating from k8s-at-home to
the tt-rss author's docker images.
<!--
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.
-->

⚒️ Approaches fix for  #8647 <!--(issue)-->

// EDIT: Stavros
Closes #8647

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

**🧪 How Has This Been Tested?**
Tested with helm+kubernetes on local Docker Desktop instance. Deploys
successfully with a local.yaml file which sets LoadBalancer and the Self
URL variable:
```
$ cat local.yaml 
service:
  main:
    type: LoadBalancer
workload:
  main:
    podSpec:
      containers:
        main:
          env:
            TTRSS_SELF_URL_PATH: "http://localhost:10104/tt-rss/"
```
<!--
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:**
I have not tried implementing updated TrueNAS questions yet, or made
updates to the app documentation. The app does not provide semantic
versioning that I have found, versions arbitrarily bumped.
<!-- 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** App addition**

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

- [x] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [x] 🖼️ 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: Christopher <bigbero@gmail.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-27 00:26:55 +02:00
Xstar97TheNoob 30e0ac7d47
fix(send) add redis, gui housekeeping, and update env (#17530)
**Description**
add the redis sidecar, gui housekeeping, and update env section.
⚒️ 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)
- [X] 🔃 Refactor of current code

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-27 00:22:34 +02:00
Xstar97TheNoob 8ce59445f6
feat(ollama) move ollama to stable. (#17534)
**Description**
Move ollama to stable.
⚒️ 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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** 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._
2024-01-27 00:21:26 +02:00
TrueCharts Bot a4b8c8cf64
chore(deps): update container image common to v17.2.29@d7c41a3 by renovate (#17545)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `17.2.28` ->
`17.2.29` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-27 00:19:48 +02:00
TrueCharts Bot e0bb3fa8d6
chore(deps): update container image collabora/code to v@a05c505 by renovate (#17540)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| collabora/code | digest | `a11740e` -> `a05c505` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 18:20:09 +00:00
TrueCharts Bot cec64579e7
chore(deps): update container image jenkins/jenkins to v2.442-jdk17@9ab4468 by renovate (#17552)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor |
`2.441-jdk17` -> `2.442-jdk17` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 13:33:41 +01:00
TrueCharts Bot 308073b314
chore(deps): update container image tccr.io/tccr/nextcloud-push-notify to v0.6.8@5a4f3be by renovate (#17550)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-push-notify](https://togithub.com/truecharts/containers)
| patch | `v0.6.7` -> `v0.6.8` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 13:30:00 +01:00
TrueCharts Bot 3f4cd16fa9
chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.1.20240125@4fa326d by renovate (#17548)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/healthchecks](https://togithub.com/linuxserver/docker-healthchecks/packages)
([source](https://togithub.com/linuxserver/docker-healthchecks)) | patch
| `3.1.20240122` -> `3.1.20240125` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 13:27:33 +01:00
TrueCharts Bot 15379f14d6
chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.4.2@d632fac by renovate (#17549)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://togithub.com/paperless-ngx/paperless-ngx)
| patch | `2.4.0` -> `2.4.2` |

---

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

---

### Release Notes

<details>
<summary>paperless-ngx/paperless-ngx
(ghcr.io/paperless-ngx/paperless-ngx)</summary>

###
[`v2.4.2`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.4.2):
Paperless-ngx v2.4.2

[Compare
Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.4.1...v2.4.2)

#### paperless-ngx 2.4.2

##### Bug Fixes

- Fix: improve one of the date matching regexes
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5540](https://togithub.com/paperless-ngx/paperless-ngx/pull/5540))
- Fix: tweak doc detail component behavior while awaiting metadata
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5546](https://togithub.com/paperless-ngx/paperless-ngx/pull/5546))

##### All App Changes

<details>
<summary>2 changes</summary>

- Fix: improve one of the date matching regexes
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5540](https://togithub.com/paperless-ngx/paperless-ngx/pull/5540))
- Fix: tweak doc detail component behavior while awaiting metadata
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5546](https://togithub.com/paperless-ngx/paperless-ngx/pull/5546))

</details>

###
[`v2.4.1`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.4.1):
Paperless-ngx v2.4.1

[Compare
Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.4.0...v2.4.1)

#### paperless-ngx 2.4.1

##### ⚠️ Important

*v2.4.0* contained a change to the authentication methods available to
the API that could represent a security risk for certain installations
behind a reverse-proxy. This change was reverted in *v2.4.1* and we
recommend that all users upgrade to this version. See
[#&#8203;5534](https://togithub.com/paperless-ngx/paperless-ngx/issues/5534)

##### Breaking Changes

- Change: merge workflow permissions assignments instead of overwrite
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5496](https://togithub.com/paperless-ngx/paperless-ngx/pull/5496))

##### Bug Fixes

- Fix: Minor frontend things in 2.4.0
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5514](https://togithub.com/paperless-ngx/paperless-ngx/pull/5514))
- Fix: install script fails on alpine linux
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5520](https://togithub.com/paperless-ngx/paperless-ngx/pull/5520))
- Fix: enforce permissions for app config
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5516](https://togithub.com/paperless-ngx/paperless-ngx/pull/5516))
- Fix: render images not converted to pdf, refactor doc detail rendering
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5475](https://togithub.com/paperless-ngx/paperless-ngx/pull/5475))
- Fix: Dont parse numbers with exponent as integer
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5457](https://togithub.com/paperless-ngx/paperless-ngx/pull/5457))

##### Maintenance

- Chore: Build fix- branches
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5501](https://togithub.com/paperless-ngx/paperless-ngx/pull/5501))

##### Dependencies

- Chore(deps-dev): Bump the development group with 1 update
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5503](https://togithub.com/paperless-ngx/paperless-ngx/pull/5503))

##### All App Changes

<details>
<summary>7 changes</summary>

- Revert "Enhancement: support remote user auth directly against API
(DRF)" [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5534](https://togithub.com/paperless-ngx/paperless-ngx/pull/5534))
- Fix: Minor frontend things in 2.4.0
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5514](https://togithub.com/paperless-ngx/paperless-ngx/pull/5514))
- Fix: enforce permissions for app config
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5516](https://togithub.com/paperless-ngx/paperless-ngx/pull/5516))
- Change: merge workflow permissions assignments instead of overwrite
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5496](https://togithub.com/paperless-ngx/paperless-ngx/pull/5496))
- Chore(deps-dev): Bump the development group with 1 update
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5503](https://togithub.com/paperless-ngx/paperless-ngx/pull/5503))
- Fix: render images not converted to pdf, refactor doc detail rendering
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5475](https://togithub.com/paperless-ngx/paperless-ngx/pull/5475))
- Fix: Dont parse numbers with exponent as integer
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5457](https://togithub.com/paperless-ngx/paperless-ngx/pull/5457))

</details>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 13:27:27 +01:00
TrueCharts Bot 9ae772a427
chore(deps): update container image ghcr.io/goofball222/unifi to v8.0.28@f5be545 by renovate (#17547)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goofball222/unifi](https://togithub.com/goofball222/unifi) |
patch | `8.0.26` -> `8.0.28` |

---

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

---

### Release Notes

<details>
<summary>goofball222/unifi (ghcr.io/goofball222/unifi)</summary>

###
[`v8.0.28`](https://togithub.com/goofball222/unifi/releases/tag/8.0.28)

UniFi Network Application v8.0.28 -
https://community.ui.com/releases/UniFi-Network-Application-8-0-28/f7492865-778d-4539-aaf8-3fb09c4279b0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 13:26:47 +01:00
TrueCharts Bot 1df7e59485
chore(deps): update container image doitandbedone/ispyagentdvr to v5.2.4.0@9519d08 by renovate (#17546)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[doitandbedone/ispyagentdvr](https://togithub.com/doitandbedone/ispyagentdvr-docker)
| patch | `5.2.3.0` -> `5.2.4.0` |

---

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

---

### Release Notes

<details>
<summary>doitandbedone/ispyagentdvr-docker
(doitandbedone/ispyagentdvr)</summary>

###
[`v5.2.4.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.2.3.0...5.2.4.0)

[Compare
Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.2.3.0...5.2.4.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 13:26:00 +01:00
TrueCharts Bot b8ce98d6e1
chore(deps): update container image mbentley/omada-controller to 5.13@f1e50b9 by renovate (#17543)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mbentley/omada-controller](https://togithub.com/mbentley/docker-omada-controller)
| digest | `eb41821` -> `f1e50b9` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 13:18:03 +01:00
TrueCharts Bot 9fd93562f7
chore(deps): update container image ghcr.io/hotio/cloudflareddns to latest@0635d18 by renovate (#17541) 2024-01-26 13:18:00 +01:00
TrueCharts Bot 74c81c0046
chore(deps): update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355@8203bcd by renovate (#17542) 2024-01-26 13:17:54 +01:00
TrueCharts Bot 24a791dde9
chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.69@e7c109c by renovate (#17538)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `308fd29` -> `e7c109c` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 13:17:49 +01:00
TrueCharts Bot e708c59345
chore(deps): update container image bitnami/wordpress to 6.4.2@8ae16db by renovate (#17539) 2024-01-26 13:17:13 +01:00
TrueCharts Bot 37aa231c16
chore(deps): update container image cloudflare/cloudflared to v2024.1.5@76f61ae by renovate (#17544)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudflare/cloudflared](https://togithub.com/cloudflare/cloudflared)
| patch | `2024.1.4` -> `2024.1.5` |

---

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

---

### Release Notes

<details>
<summary>cloudflare/cloudflared (cloudflare/cloudflared)</summary>

###
[`v2024.1.5`](https://togithub.com/cloudflare/cloudflared/releases/tag/2024.1.5)

[Compare
Source](https://togithub.com/cloudflare/cloudflared/compare/2024.1.4...2024.1.5)

##### SHA256 Checksums:

cloudflared-amd64.pkg:
d92d5431c8fe48502cda9163b2358551df0137249a1aef3cd444f8445a34bd88
cloudflared-darwin-amd64.tgz:
8b639935d1975e062c1c81f1917877bcf9a097bf6f96051692aefde90b2a9f44
cloudflared-fips-linux-amd64:
c00f6f985ec33ca5f7680f5a8db4413c0f51b524b8cd12584047cb0bd74a82f7
cloudflared-fips-linux-amd64.deb:
5fc704b27f591e5befb9584d6505c4ae24daf9cb83ccc5dff621f7e1bc69a2dc
cloudflared-fips-linux-x86_64.rpm:
078c626e8476322820be3f585a06868dfbfc53866f08d813adcbab775b7c5c29
cloudflared-linux-386:
67df3d4746d2c36f5edfc6af81e4db0e469d64f96d1e084309af9efe61f1d2d4
cloudflared-linux-386.deb:
1b27739ddb6ad5701e41bbd73c5862696dddeaff16d2ded6b6268ddef230c947
cloudflared-linux-386.rpm:
eb4c69faac487182da09da1f7f3892d2e3281e9aa8a88088990de0874800a38e
cloudflared-linux-aarch64.rpm:
276a0c9328376bce3eec85603bc960169fdc3dd8590863a501888ec9dc0494d6
cloudflared-linux-amd64:
05cead663a846504ca20d73abede2e97c7cae59b3975fb6dbe89840d57abc5d7
cloudflared-linux-amd64.deb:
5d8520c0cc70dbd47ef69ce7cc9b262b8941cddc3fcf019444b94a53f899c41b
cloudflared-linux-arm:
f5eaf1787afd7e77add9882d8bdc1e5416015d7f99a67e2e86d88f9095cf8ba5
cloudflared-linux-arm.deb:
510d820b696b162b9af976e2536fe396bd029be96cde7be5c920ab8bba190801
cloudflared-linux-arm.rpm:
5a7956807727a11ffac2a3945dfe213b7da5119ea9db3b8a5c9d7dca681d025e
cloudflared-linux-arm64:
b09a66c411313444fa8eb0b5fee8985d03d86249021192c55ebd7963715083d6
cloudflared-linux-arm64.deb:
f6ab71a748f941d98e1c7ad1b0831bbaec201f88a5491aeb749e89fd67a45dc0
cloudflared-linux-armhf:
b4472bca7252fac70533d74a0b87eebfe7ef2a8fffa5c558d9faf13944bbf538
cloudflared-linux-armhf.deb:
7a784bbd9ca18ce9395149c91351ddb947f44e0bf503a150158072613dfc679e
cloudflared-linux-armhf.rpm:
65cf607e29b94196a0eb8e666109a385e23b5770aa3ce4eb2f986daefe5f64c2
cloudflared-linux-x86_64.rpm:
23016b982085431648ddce9945ae2a12599db90bd8ed299be894984aad2214d7
cloudflared-windows-386.exe:
2a1891f99407c4722a6865700472a1a0def33ef176b64fa3b656fda593e43dd6
cloudflared-windows-386.msi:
6efff18a7fd950a9675381a3e949f00e5eb401121009a217c02a308cdb4e80be
cloudflared-windows-amd64.exe:
92ec16e1226249fcb7f07691a3e6d8fbb0f4482c786c4cff51b4ecab3e1a3a86
cloudflared-windows-amd64.msi:
aef022af8313d40a6c4492d84cc2679687e3a1b5517de6c31904582093b0c15c

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-26 13:17:08 +01:00
TrueCharts-Bot b75127b94f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-26 00:09:03 +00:00
TrueCharts-Bot 41c6dffaa6 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-25 00:09:22 +00:00
Xstar97TheNoob 55267773dc
feat(palworld) add palworld (#17479)
**Description**
> Fight, farm, build and work alongside mysterious creatures called
"Pals" in this completely new multiplayer, open world survival and
crafting game!

It's pokemon, a legit pokemon clone.

⚒️ 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

**🧪 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 corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

** App addition**

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

- [X] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-24 11:09:45 +02:00
TrueCharts-Bot 12749c20a3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-24 00:09:20 +00:00
TrueCharts Bot 351752979d
chore(deps): update container image mattermost/mattermost-enterprise-edition to vrelease-9.5@8605106 by renovate (#17520)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mattermost/mattermost-enterprise-edition | minor | `release-9.4` ->
`release-9.5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-23 01:48:51 +01:00
TrueCharts-Bot 9e1df9e271 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-23 00:10:04 +00:00
TrueCharts Bot 51ff05e360
chore(deps): update container image ipfs/kubo to v0.26.0@cba0b2f by renovate (#17519)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ipfs/kubo | minor | `v0.25.0` -> `v0.26.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:31:02 +01:00
TrueCharts Bot acf94669e2
chore(deps): update container image collabora/code to v23.05.7.5.1@a11740e by renovate (#17506)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| collabora/code | patch | `23.05.7.2.1` -> `23.05.7.5.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 18:24:57 +00:00
TrueCharts Bot 610af1f09f
chore(deps): update container image n8nio/n8n to v1.25.1@d43a180 by renovate (#17518)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| n8nio/n8n | patch | `1.25.0` -> `1.25.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:24:27 +01:00
TrueCharts Bot 567149be3a
chore(deps): update container image docker.io/codercom/code-server to v4.20.1@94e705d by renovate (#17517) 2024-01-22 19:22:18 +01:00
TrueCharts Bot c93d58e3af
chore(deps): update container image lscr.io/linuxserver/kdenlive to latest@0eaa108 by renovate (#17513)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/kdenlive | digest | `c5f4cb0` -> `0eaa108` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:22:09 +01:00
TrueCharts Bot 104a529760
chore(deps): update container image ghcr.io/linuxserver/pwndrop to 1.0.1@3e302b3 by renovate (#17512)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/pwndrop](https://togithub.com/linuxserver/docker-pwndrop/packages)
([source](https://togithub.com/linuxserver/docker-pwndrop)) | digest |
`52ed9c5` -> `3e302b3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:21:39 +01:00
TrueCharts Bot b18c0b322c
chore(deps): update container image mattermost/mattermost-enterprise-edition to v@ad422de by renovate (#17514)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mattermost/mattermost-enterprise-edition | digest | `865a323` ->
`ad422de` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:21:29 +01:00
TrueCharts Bot cd5b941deb
chore(deps): update container image mikenye/tar1090 to latest@586d679 by renovate (#17515)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikenye/tar1090 | digest | `ec8aa6a` -> `586d679` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:21:15 +01:00
TrueCharts Bot e2026bc4ea
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@e2f19bc by renovate (#17516)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `40819bd` -> `e2f19bc` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:21:09 +01:00
TrueCharts Bot e338c40930
chore(deps): update container image bitnami/mongodb to 7.0.5@787529a by renovate (#17510)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mongodb | digest | `83310c1` -> `787529a` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:20:49 +01:00
TrueCharts Bot a9237e26c3
chore(deps): update container image diygod/rsshub to latest@8af110e by renovate (#17511)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `d215be3` -> `8af110e` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 19:20:30 +01:00
zierbeek 71247b2863
Mealie to V1 & Latest tag (#17499)
**Description**
<!--
Mealie release a v1 stable, and latest tag will be maintained which is
why switching to latest is recommended.
-->


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

**✔️ 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 corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 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

---------

Signed-off-by: zierbeek <58994651+zierbeek@users.noreply.github.com>
2024-01-22 15:57:23 +02:00
TrueCharts Bot b7c23a327b
chore(deps): update container image nginxinc/nginx-unprivileged to 1.25.3@0c0ebe8 by renovate (#17495)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[nginxinc/nginx-unprivileged](https://togithub.com/nginxinc/docker-nginx-unprivileged)
| digest | `9af8bb1` -> `0c0ebe8` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 12:26:02 +00:00
TrueCharts Bot 657b7ac9da
chore(deps): update container image ghcr.io/linuxserver/quassel-core to 0.14.0@0d63aab by renovate (#17503)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/quassel-core](https://togithub.com/linuxserver/docker-quassel-core/packages)
([source](https://togithub.com/linuxserver/docker-quassel-core)) |
digest | `f6bfb13` -> `0d63aab` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 13:25:47 +01:00
TrueCharts Bot c0e367330d
chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.1.20240122@2849f47 by renovate (#17507) 2024-01-22 13:24:20 +01:00
TrueCharts Bot 733d7f12a8
chore(deps): update container image songkong/songkong to latest@63000e1 by renovate (#17505)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| songkong/songkong | digest | `480dbd5` -> `63000e1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 12:24:13 +00:00
TrueCharts Bot e3e186fc01
chore(deps): update container image gotson/komga to v1.10.2@3cc3c8c by renovate (#17508)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gotson/komga](https://togithub.com/gotson/komga) | patch | `1.10.1`
-> `1.10.2` |

---

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

---

### Release Notes

<details>
<summary>gotson/komga (gotson/komga)</summary>

###
[`v1.10.2`](https://togithub.com/gotson/komga/blob/HEAD/CHANGELOG.md#1102-2024-01-22)

[Compare
Source](https://togithub.com/gotson/komga/compare/1.10.1...1.10.2)

#### 🐛 Fixes

**komga**

- ignore missing epub resources
([22c2131](https://togithub.com/gotson/komga/commits/22c2131)), closes
[#&#8203;1386](https://togithub.com/gotson/komga/issues/1386)
- add safeguards for malformed epub
([270a50c](https://togithub.com/gotson/komga/commits/270a50c)), closes
[#&#8203;1386](https://togithub.com/gotson/komga/issues/1386)

#### 🔄️ Changes

**komga**

- remove unnecessary null checks
([98f20cb](https://togithub.com/gotson/komga/commits/98f20cb))
- replace deprecated TaskExecutorBuilder with
ThreadPoolTaskExecutorBuilder
([864dba6](https://togithub.com/gotson/komga/commits/864dba6))
- use lazy logging statement
([479aff2](https://togithub.com/gotson/komga/commits/479aff2))

**unscoped**

- ktlint format
([d9bba60](https://togithub.com/gotson/komga/commits/d9bba60))

#### 🛠  Build

**docker**

- use new Spring Boot jar launcher
([fbb2b6b](https://togithub.com/gotson/komga/commits/fbb2b6b))

**release**

- set conveyor consistency-checks to warn only
([966a5d3](https://togithub.com/gotson/komga/commits/966a5d3))
- more knobs to handle broken releases
([e730b74](https://togithub.com/gotson/komga/commits/e730b74))

**tests**

- ignore komga-tray translations
([814b94d](https://togithub.com/gotson/komga/commits/814b94d))

**unscoped**

- bump Gradle from 8.4 to 8.5
([c5b9baa](https://togithub.com/gotson/komga/commits/c5b9baa))

#### 🌐 Translation

**komga-tray**

- translated using Weblate (Japanese)
([9265c5a](https://togithub.com/gotson/komga/commits/9265c5a))
- translated using Weblate (German)
([d420648](https://togithub.com/gotson/komga/commits/d420648))
- added translation using Weblate (Galician)
([1c88058](https://togithub.com/gotson/komga/commits/1c88058))

**webui**

- translated using Weblate (Chinese (Simplified))
([6b50968](https://togithub.com/gotson/komga/commits/6b50968))
- translated using Weblate (Spanish)
([6c7dedd](https://togithub.com/gotson/komga/commits/6c7dedd))
- translated using Weblate (Japanese)
([7e89f54](https://togithub.com/gotson/komga/commits/7e89f54))
- translated using Weblate (Bulgarian)
([99d94da](https://togithub.com/gotson/komga/commits/99d94da))
- translated using Weblate (Portuguese (Brazil))
([ec988b4](https://togithub.com/gotson/komga/commits/ec988b4))
- translated using Weblate (Galician)
([e2f0dc2](https://togithub.com/gotson/komga/commits/e2f0dc2))

#### ⚙️ Dependencies

**komga**

- bump Spring Boot to 3.2.2
([3b25396](https://togithub.com/gotson/komga/commits/3b25396))
- bump nu.studer.jooq to 9.0
([f9aafae](https://togithub.com/gotson/komga/commits/f9aafae))
- bump ksp to 1.9.21-1.0.16
([fb2e05d](https://togithub.com/gotson/komga/commits/fb2e05d))
- bump mockk to 1.13.9
([24e095a](https://togithub.com/gotson/komga/commits/24e095a))
- remove hawtio
([4128e96](https://togithub.com/gotson/komga/commits/4128e96))
- bump archunit-junit5 to 1.2.1
([76586eb](https://togithub.com/gotson/komga/commits/76586eb))
- bump tsid-creator to 5.2.6
([c49a80e](https://togithub.com/gotson/komga/commits/c49a80e))
- bump twelvemonkeys.imageio to 3.10.1
([c54261b](https://togithub.com/gotson/komga/commits/c54261b))
- bump jsoup to 1.17.2
([6de7a14](https://togithub.com/gotson/komga/commits/6de7a14))
- bump commons-compress to 1.25.0
([c1259f3](https://togithub.com/gotson/komga/commits/c1259f3))
- bump icu4j to 74.2
([a404ce6](https://togithub.com/gotson/komga/commits/a404ce6))
- bump commons-io to 2.15.1
([71a6a48](https://togithub.com/gotson/komga/commits/71a6a48))
- bump commons-lang3 to 3.14.0
([2af8293](https://togithub.com/gotson/komga/commits/2af8293))
- bump commons-validator to 1.8.0
([78971a5](https://togithub.com/gotson/komga/commits/78971a5))
- bump sqlite-jdbc to 3.45.0.0
([056101f](https://togithub.com/gotson/komga/commits/056101f))
- bump lucene to 9.9.1
([7f3cc9c](https://togithub.com/gotson/komga/commits/7f3cc9c))
- bump org.apache.pdfbox:pdfbox from 2.0.28 to 3.0.1
([38fcde9](https://togithub.com/gotson/komga/commits/38fcde9)), closes
[#&#8203;1334](https://togithub.com/gotson/komga/issues/1334)

**komga-tray**

- bump org.jetbrains.compose to 1.5.11
([c7a695d](https://togithub.com/gotson/komga/commits/c7a695d))
- bump conveyor.gradle.plugin to 1.8
([b141f21](https://togithub.com/gotson/komga/commits/b141f21))

**unscoped**

- bump Kotlin to 1.9.21
([b87bec8](https://togithub.com/gotson/komga/commits/b87bec8))
- bump ktlint to 1.1.1
([e01b324](https://togithub.com/gotson/komga/commits/e01b324))
- bump org.jlleitschuh.gradle.ktlint to 12.1.0
([80ed686](https://togithub.com/gotson/komga/commits/80ed686))
- bump jreleaser to 1.10.0
([446bb5a](https://togithub.com/gotson/komga/commits/446bb5a))
- bump com.github.ben-manes.versions from 0.48.0 to 0.50.0
([1daa4b8](https://togithub.com/gotson/komga/commits/1daa4b8))
- bump io.github.microutils:kotlin-logging-jvm:3.0.5 to
io.github.oshai:kotlin-logging-jvm:6.0.3
([295bfaf](https://togithub.com/gotson/komga/commits/295bfaf))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 13:24:06 +01:00
TrueCharts Bot 734604b707
chore(deps): update container image ghcr.io/hotio/rflood to latest@0e58058 by renovate (#17502) 2024-01-22 13:22:57 +01:00
TrueCharts Bot 05d53e9635
chore(deps): update container image bitnami/redis to 7.2.4@eff4f46 by renovate (#17500)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/redis | digest | `aac85a0` -> `eff4f46` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 13:22:55 +01:00
TrueCharts Bot c6a00bd540
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@40819bd by renovate (#17504)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `d91306a` -> `40819bd` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 13:22:27 +01:00
TrueCharts Bot f9f17a4375
chore(deps): update container image diygod/rsshub to latest@d215be3 by renovate (#17501)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `375b446` -> `d215be3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 13:21:59 +01:00
TrueCharts Bot f0004c502f
chore(deps): update neko by renovate (#17497)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `c50f96f` -> `3c984d8` |
| m1k1o/neko | digest | `38f5450` -> `8579e8d` |
| m1k1o/neko | digest | `2a8143a` -> `3cae064` |
| m1k1o/neko | digest | `2b5faf8` -> `5e26408` |
| m1k1o/neko | digest | `d6f1e8f` -> `a21d6ed` |
| m1k1o/neko | digest | `b32a5d2` -> `40e5c8b` |
| m1k1o/neko | digest | `21124c8` -> `942da6d` |
| m1k1o/neko | digest | `1f3577e` -> `69ded5b` |
| m1k1o/neko | digest | `250110f` -> `b4f2d8b` |
| m1k1o/neko | digest | `94b43a2` -> `e29a468` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 07:28:28 +01:00
TrueCharts Bot f761a22249
chore(deps): update container image clamav/clamav to 1.2.1@f51c38f by renovate (#17491)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clamav/clamav | digest | `d584c29` -> `f51c38f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 07:24:45 +01:00
TrueCharts Bot e9f353556b
chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.59@590dc26 by renovate (#17498)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/rogerfar/rdtclient](https://togithub.com/rogerfar/rdt-client)
| patch | `2.0.58` -> `2.0.59` |

---

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

---

### Release Notes

<details>
<summary>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary>

###
[`v2.0.59`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2059---2024-01-21)

[Compare
Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.58...v2.0.59)

##### Changed

- Added the simple downloader back and moved the current internal
downloader to a new setting.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 07:24:01 +01:00
TrueCharts Bot 1e4d753d0d
chore(deps): update container image ghcr.io/linuxserver/duckdns to latest@91523ea by renovate (#17493)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/linuxserver/duckdns | digest | `710930e` -> `91523ea` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-22 07:23:21 +01:00