Commit Graph

24554 Commits

Author SHA1 Message Date
allcontributors[bot] 87f580f1da
docs: add frapbod as a contributor for code (#17225)
Adds @frapbod as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/17223#issuecomment-1891111530)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-15 01:34:38 +02:00
frapbod ff45a00615
Change repo to ghcr per (#17223)
**Description**
<!--
Autoscan currently fails when pulling the image. This is due to
cr.hotio.dev being disabled and instead the image is accessible at
ghcr.io/hotio/autoscan
-->
⚒️ 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:**
This [link ](https://hotio.dev/containers/autoscan/) shows the
"Important Announcement" at the top about cr.hotio.dev being disabled.


**✔️ 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
- [ ] ⬆️ 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-15 01:34:10 +02:00
TrueCharts Bot cbb1503f2c
chore(deps): update librephotos by renovate (#17215)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| reallibrephotos/librephotos | digest | `3ded92c` -> `468b066` |
| reallibrephotos/librephotos-frontend | digest | `541b044` -> `4a70c01`
|
| reallibrephotos/librephotos-proxy | digest | `b45c744` -> `5135f61` |

---

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

---

### Configuration

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

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

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-15 00:57:54 +02:00
TrueCharts Bot 2547e82232
chore(deps): update ignored updates to v2.7.0@c26e8a1 by renovate (#17217)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| datarhei/restreamer | minor | `2.6.0` -> `2.7.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-15 00:57:38 +02:00
allcontributors[bot] 955cb95edd
docs: add fnadeau as a contributor for doc (#17224)
Adds @fnadeau as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/17213#issuecomment-1891100905)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-15 00:56:44 +02:00
Frédéric Nadeau 7b6322d05c
Fix category for home-automation charts (#17213)
**Description**
In various Chart.yaml, normalise category home-automation.

In section keywords, second keyword has also been normalised to match
category name.

⚒️ Fixes  #17212

**⚙️ Type of change**

- [ ] ⚙️ 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?**
Not tested.

**📃 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
- [ ] 📄 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 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`

---
2024-01-15 00:56:10 +02:00
Ed P 9b0c330811
fix(minecraft-java): mcbackup wrong service name in host (#17089)
**Description**
The "mcbackup" container in the minecraft-java chart was not working
properly due to the RCON port and backup mounts, as well as a minor typo
in the default backup interval.

I run a Minecraft server via this chart and was unable to backup using
the built in option, but this chart update corrects the issues I was
having.

⚒️ 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?**
Tested using TrueNAS SCALE installation via Helm. Logs of the mcbackup
container were audited and tested repeatedly as well as tested the
backup archive themselves.

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

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

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-15 00:53:13 +02:00
TrueCharts Bot ca8c753da4
chore(deps): update container image jeessy/ddns-go to v6.0.2@02e7174 by renovate (#17220)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | major |
`v5.7.1` -> `v6.0.2` |

---

> [!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.0.2`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.0.2)

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

#### Changelog

- [`01d3f4d`](https://togithub.com/jeessy2/ddns-go/commit/01d3f4d)
fix(web): correctly display new logs when the same log appear multiple
times ([#&#8203;974](https://togithub.com/jeessy2/ddns-go/issues/974))
- [`20f1b29`](https://togithub.com/jeessy2/ddns-go/commit/20f1b29)
revert: golang 1.20
([#&#8203;977](https://togithub.com/jeessy2/ddns-go/issues/977))

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

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

#### Changelog

- [`1a3cd4e`](https://togithub.com/jeessy2/ddns-go/commit/1a3cd4e) fix:
display the error logs first
([#&#8203;973](https://togithub.com/jeessy2/ddns-go/issues/973))

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

[Compare
Source](https://togithub.com/jeessy2/ddns-go/compare/v5.7.1...v6.0.0)

#### Changelog

- [`76c0bec`](https://togithub.com/jeessy2/ddns-go/commit/76c0bec)
build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0
([#&#8203;965](https://togithub.com/jeessy2/ddns-go/issues/965))
- [`826f7a0`](https://togithub.com/jeessy2/ddns-go/commit/826f7a0) feat:
Change the default language for self-update to English
([#&#8203;970](https://togithub.com/jeessy2/ddns-go/issues/970))
- [`8b508c6`](https://togithub.com/jeessy2/ddns-go/commit/8b508c6) feat:
Reduce password strength verification when using on the intranet
([#&#8203;966](https://togithub.com/jeessy2/ddns-go/issues/966))
- [`7c69aa1`](https://togithub.com/jeessy2/ddns-go/commit/7c69aa1) feat:
gomod v5 to v6 & upgrade golang to 1.21
([#&#8203;969](https://togithub.com/jeessy2/ddns-go/issues/969))
- [`eec9840`](https://togithub.com/jeessy2/ddns-go/commit/eec9840) feat:
support english
([#&#8203;967](https://togithub.com/jeessy2/ddns-go/issues/967))
- [`f6bc8b4`](https://togithub.com/jeessy2/ddns-go/commit/f6bc8b4) fix:
Compatible with the previous "zh" language
([#&#8203;968](https://togithub.com/jeessy2/ddns-go/issues/968))
- [`1a443b7`](https://togithub.com/jeessy2/ddns-go/commit/1a443b7) fix:
unique id
([#&#8203;971](https://togithub.com/jeessy2/ddns-go/issues/971))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-15 00:52:57 +02:00
TrueCharts Bot 31b617cacc
chore(deps): lock file maintenance by renovate (#17222)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-15 00:52:49 +02:00
TrueCharts Bot e506252356
chore(deps): update container image ghcr.io/linuxserver/emulatorjs to v1.8.2@40f4e8e by renovate (#17216)
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.1` -> `1.8.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 07:18:02 +01:00
TrueCharts Bot 7b85e17558
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@093e10a by renovate (#17173)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `24a90e7` -> `093e10a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 07:16:52 +01:00
TrueCharts Bot c41bf40144
chore(deps): update container image automaticrippingmachine/automatic-ripping-machine to 2.6.67@970a411 by renovate (#17214)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[automaticrippingmachine/automatic-ripping-machine](https://togithub.com/automatic-ripping-machine/automatic-ripping-machine)
| digest | `ebbb521` -> `970a411` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 07:16:34 +01:00
TrueCharts Bot 2a39a1df0b
chore(deps): update container image bitnami/redis to v7.2.4@198c901 by renovate (#17180) 2024-01-14 07:15:59 +01:00
TrueCharts Bot 798a7ec3ef
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@16c449f by renovate (#17174)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/rimgo | digest | `1e5971c` -> `16c449f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 07:15:48 +01:00
TrueCharts Bot 8839ee0408
chore(deps): update container image docker.io/localai/localai to v2.5.1 by renovate (#17182)
This PR contains the following updates:

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

---

> [!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.5.1`](https://togithub.com/mudler/LocalAI/releases/tag/v2.5.1)

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

Patch release to create `/build/models` in the container images.

##### What's Changed

##### Other Changes

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

**Full Changelog**:
https://github.com/mudler/LocalAI/compare/v2.5.0...v2.5.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 06:15:25 +00:00
allcontributors[bot] f065f93844
docs: add ekrunch as a contributor for code (#17211)
Adds @ekrunch as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/17089#issuecomment-1890825837)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2024-01-14 04:23:13 +02:00
TrueCharts Bot f2d3990789
chore(deps): update container image cloudflare/cloudflared to v2024.1.2@116171d by renovate (#17181)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cloudflare/cloudflared](https://togithub.com/cloudflare/cloudflared)
| patch | `2024.1.0` -> `2024.1.2` |

# Warnings (1)

Please correct - or verify that you can safely ignore - these warnings
before you merge this PR.

- `cloudflare/cloudflared`: Could not determine new digest for update
(docker package cloudflare/cloudflared)

---

---

> [!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.2`](https://togithub.com/cloudflare/cloudflared/releases/tag/2024.1.2)

[Compare
Source](https://togithub.com/cloudflare/cloudflared/compare/2024.1.1...2024.1.2)

##### SHA256 Checksums:

cloudflared-amd64.pkg:
ccf573cc69a57882d99bca896f00286a09faf825e62b7b71ddc0f1c177b594b9
cloudflared-darwin-amd64.tgz:
0e5b262a8ede34f142c1c9f078e6eaa25d0ef21e8962125b6d1c2ecf1b4f4ddc
cloudflared-fips-linux-amd64:
f3f3ebe79830a7c6dec99716c8b11446684b60a01950be57fe8836cf7bf537da
cloudflared-fips-linux-amd64.deb:
2fc53cc8ed0000069622a1fffecd121f9ff20e791ab363238e597a0d15d1e429
cloudflared-fips-linux-x86_64.rpm:
eee6afb929f453543425fbe9db687ad21e9505928f006d8196ac4086ba684d4b
cloudflared-linux-386:
e71ad20475a02b21b600a010d27231ceb38a18114148bbf5f82001c1782d4755
cloudflared-linux-386.deb:
0f0c1263a3825e4f9e42cffab7cf86f09483845af042d778468d4d4decd3be6b
cloudflared-linux-386.rpm:
b2d35b49e47fa73abf0ea2d2870f9e702a9bb12e17fda9022e0fb5d9d86c2113
cloudflared-linux-aarch64.rpm:
45fbdfd340bce26100f1bb1a6e94db7ccc50ccc7d63977ba03bc410a727cd7e4
cloudflared-linux-amd64:
fe868fd1286825c4933d891e8aa276a7681cf796098bc9a874862d805f3b4235
cloudflared-linux-amd64.deb:
990f80cb6c3c96198244c528bd26f56a9e7de032dffa26e417121b0d0164160c
cloudflared-linux-arm:
5ab03724c7d270fad8584ace74d8a04ade0e844d84a71a72153b91134a3e6ce9
cloudflared-linux-arm.deb:
a06200ae914a10ffd7fe30483548f50c8f8adf27907684021838af7d2f088458
cloudflared-linux-arm.rpm:
af42d460d92521396b05af071c74868f9f1ddf600bd134be451e2181b815d780
cloudflared-linux-arm64:
71633221787b3f3d3e12d438a066a55eaf1db4b91c363c9c25bc8f2dcdb525c6
cloudflared-linux-arm64.deb:
af110ddcdcb44bad60bf1a4e8245853153854db7cdc5e2b2c6282907afd9975a
cloudflared-linux-armhf:
5ab03724c7d270fad8584ace74d8a04ade0e844d84a71a72153b91134a3e6ce9
cloudflared-linux-armhf.deb:
1ceca3e40a0aed48cce8a4741f9e42c6398f093f906c5c0d4ad0f8dd7bce10e9
cloudflared-linux-armhf.rpm:
f8736624fa1c6e234f18445df68247fd134a112ba6862143936a98c4ff1f6913
cloudflared-linux-x86_64.rpm:
4be716dd9d26c0d0b6327c63d3098b62dc787a8ca7041d937c2f141358032d6a
cloudflared-windows-386.exe:
03079a2a2df9d015453e606ac2f6b2d4edddec16e3de3db146edd2fcd48e3cd0
cloudflared-windows-386.msi:
1b913ec61867e9d86e0c7776a18198bada64090d411b360a60cde64e7b3f0088
cloudflared-windows-amd64.exe:
cc5a49afc5a0bdfd910659c1134ae217b3b43f550407f4d1ac0b56edbdc8eb33
cloudflared-windows-amd64.msi:
06ee87fc3b6e5626e204d1d71eb4cd19b2d3d469b3b44451bcfe904c10a6ef6f

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 03:00:57 +01:00
TrueCharts Bot 59f0430b45
chore(deps): update container image yourls to latest@3807a16 by renovate (#17178)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourls | digest | `2a6067b` -> `3807a16` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 03:00:09 +01:00
TrueCharts Bot dc025d278f
chore(deps): update container image bitnami/memcached to v1.6.23@51d9042 by renovate (#17179)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/memcached | patch | `1.6.22` -> `1.6.23` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:59:53 +01:00
TrueCharts Bot aedbfad79c
chore(deps): update container image xwiki to 15.10.4-postgres-tomcat@1fa2201 by renovate (#17177)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| xwiki | digest | `f2ef277` -> `1fa2201` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:59:49 +01:00
TrueCharts Bot fd591d5036
chore(deps): update container image testdasi/simple-dns-doh to latest@e0a00c1 by renovate (#17176)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| testdasi/simple-dns-doh | digest | `5ed8ca5` -> `e0a00c1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:59:27 +01:00
TrueCharts Bot 284c564766
chore(deps): update container image redmine to 5.1.1@f5f56b0 by renovate (#17175)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `a935514` -> `f5f56b0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:59:16 +01:00
TrueCharts Bot a9bf090176
chore(deps): update container image quay.io/invidious/invidious to latest@7da41b3 by renovate (#17172)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:58:37 +01:00
TrueCharts Bot d451710067
chore(deps): update container image phasecorex/red-discordbot to full@5a799e7 by renovate (#17171)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| phasecorex/red-discordbot | digest | `31e7731` -> `5a799e7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:58:02 +01:00
TrueCharts Bot 88ee1aaf26
chore(deps): update container image mrbrax/twitchautomator to master@e9d2660 by renovate (#17170)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mrbrax/twitchautomator | digest | `8a93df9` -> `e9d2660` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:58:00 +01:00
TrueCharts Bot 33d2fce043
chore(deps): update container image monica to 4.0.0@f0dfcad by renovate (#17169)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `84f848d` -> `f0dfcad` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:56:48 +01:00
TrueCharts Bot 79d174123e
chore(deps): update container image mikeah/prusaslicer-novnc to latest@9e55552 by renovate (#17167)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| mikeah/prusaslicer-novnc | digest | `25f1c65` -> `9e55552` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:55:19 +01:00
TrueCharts Bot ae8a33afce
chore(deps): update container image mikenye/tar1090 to latest@7c968a8 by renovate (#17168) 2024-01-14 02:54:36 +01:00
TrueCharts Bot 63fd29fdd5
chore(deps): update container image mbentley/omada-controller to 5.13@fe50b47 by renovate (#17166)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mbentley/omada-controller](https://togithub.com/mbentley/docker-omada-controller)
| digest | `b11eeed` -> `fe50b47` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:53:05 +01:00
TrueCharts Bot 06f185853d
chore(deps): update container image lscr.io/linuxserver/pyload-ng to latest@40ec7a3 by renovate (#17165)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/pyload-ng | digest | `d7ed206` -> `40ec7a3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:49:33 +01:00
TrueCharts Bot 726f67dad3
chore(deps): update container image lscr.io/linuxserver/blender to latest@6888c91 by renovate (#17164)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/blender | digest | `fcd1424` -> `6888c91` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:46:30 +01:00
TrueCharts Bot 364d85509b
chore(deps): update container image jsavargas/telethon_downloader to latest@8aa2877 by renovate (#17161)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| jsavargas/telethon_downloader | digest | `69f3888` -> `8aa2877` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:42:56 +01:00
TrueCharts Bot 16b6ae9166
chore(deps): update container image linuxserver/snapdrop to latest@092a470 by renovate (#17163)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| linuxserver/snapdrop | digest | `35e3b2a` -> `092a470` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:41:30 +01:00
TrueCharts Bot ee8a5b63eb
chore(deps): update container image doitandbedone/ispyagentdvr to v5.2.1.0@469e128 by renovate (#17201)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[doitandbedone/ispyagentdvr](https://togithub.com/doitandbedone/ispyagentdvr-docker)
| minor | `5.1.6.0` -> `5.2.1.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.1.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.9.0...5.2.1.0)

[Compare
Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.9.0...5.2.1.0)

###
[`v5.1.9.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.8.0...5.1.9.0)

[Compare
Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.8.0...5.1.9.0)

###
[`v5.1.8.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.7.0...5.1.8.0)

[Compare
Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.7.0...5.1.8.0)

###
[`v5.1.7.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.6.0...5.1.7.0)

[Compare
Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.1.6.0...5.1.7.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.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

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-14 03:39:29 +02:00
TrueCharts Bot cd79e7c43f
chore(deps): update container image linuxserver/mylar3 to version-v0.7.7@e4c4bb7 by renovate (#17162)
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 |
`82c6738` -> `e4c4bb7` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:38:22 +01:00
TrueCharts Bot 691d7ffcd2
chore(deps): update container image nocodb/nocodb to v0.204.0@74b4704 by renovate (#17207)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nocodb/nocodb | minor | `0.203.2` -> `0.204.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:37:50 +01:00
TrueCharts Bot 1832216e6d
chore(deps): update container image ghostfolio/ghostfolio to v2.38.0@a9e60d7 by renovate (#17204)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghostfolio/ghostfolio | minor | `2.36.0` -> `2.38.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:37:40 +01:00
TrueCharts Bot c16dea452b
chore(deps): update container image ghcr.io/maxmind/geoipupdate to v6.1.0@cdd36d3 by renovate (#17203)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/maxmind/geoipupdate | minor | `v6.0.0` -> `v6.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 03:37:34 +02:00
TrueCharts Bot 08d1209fca
chore(deps): update container image shenxn/protonmail-bridge to v3.8.1@324e16a by renovate (#17208)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[shenxn/protonmail-bridge](https://togithub.com/shenxn/protonmail-bridge-docker)
| minor | `3.7.1-1` -> `3.8.1-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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:37:28 +01:00
TrueCharts Bot 258ee2d3b7
chore(deps): update container image sonatype/nexus3 to v3.64.0@b0cfe12 by renovate (#17209)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| sonatype/nexus3 | minor | `3.63.0` -> `3.64.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:37:26 +01:00
TrueCharts Bot 49dcdc75f3
chore(deps): update container image n8nio/n8n to v1.24.0@42867dd by renovate (#17205)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| n8nio/n8n | minor | `1.23.0` -> `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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:37:23 +01:00
TrueCharts Bot 88578d85e8
chore(deps): update container image wiserain/flexget to v3.11.7@b39ea78 by renovate (#17200) 2024-01-14 02:36:57 +01:00
TrueCharts Bot cea84fc9e1
chore(deps): update container image homeassistant/home-assistant to v2024.1.3@96b802e by renovate (#17193) 2024-01-14 02:36:54 +01:00
TrueCharts Bot fe865daf84
chore(deps): update container image sourcegraph/server to v5.2.6@ef44775 by renovate (#17197)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:36:50 +01:00
TrueCharts Bot e8aa7f7c13
chore(deps): update container image ghcr.io/linuxserver/bookstack to v23.12.20240108@dae128c by renovate (#17184)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:36:13 +01:00
TrueCharts Bot b5fd9f37b4
chore(deps): update container image metabase/metabase to v0.48.3@2f788f9 by renovate (#17195) 2024-01-14 02:36:02 +01:00
TrueCharts Bot 21a0d3c756
chore(deps): update container image tccr.io/tccr/ombi to v4.43.11@d4b0813 by renovate (#17199)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/ombi](https://togithub.com/truecharts/containers) |
patch | `v4.43.10` -> `v4.43.11` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:35:59 +01:00
TrueCharts Bot 3e35990910
chore(deps): update container image ghcr.io/linuxserver/emulatorjs to v1.8.1@b527551 by renovate (#17185)
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.0` -> `1.8.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:35:52 +01:00
TrueCharts Bot 79da948b51
chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.3.3@cd46a1c by renovate (#17186) 2024-01-14 02:35:42 +01:00
TrueCharts Bot 15623c5e71
chore(deps): update container image jgraph/drawio to v22.1.18@ef187f0 by renovate (#17194) 2024-01-14 02:35:40 +01:00