Commit Graph

29708 Commits

Author SHA1 Message Date
TrueCharts Bot e645d55735
chore(deps): update container image doitandbedone/ispyagentdvr to v5.5.0.0@b5e865a by renovate (#22107) 2024-05-15 20:32:54 +02:00
TrueCharts Bot 0b0b852c40
chore(deps): update container image ghcr.io/drakkan/sftpgo to v2.6.0@3b90ade by renovate (#22108)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/drakkan/sftpgo](https://togithub.com/drakkan/sftpgo) | minor
| `v2.5.6-plugins` -> `v2.6.0-plugins` |

---

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

---

### Release Notes

<details>
<summary>drakkan/sftpgo (ghcr.io/drakkan/sftpgo)</summary>

### [`v2.6.0`](https://togithub.com/drakkan/sftpgo/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/drakkan/sftpgo/compare/v2.5.6...v2.6.0)

#### New features

- Rewritten WebClient and WebAdmin UIs: we hope you find these new user
interfaces more modern and easier to use. They also include a dark mode.
Thank you to [KeenThemes](https://keenthemes.com/) for granting us a
custom license to use their amazing [Mega
Bundle](https://keenthemes.com/products/templates-mega-bundle) for the
new SFTPGo UIs.
- Documentation moved to [sftpgo.github.io](https://sftpgo.github.io/).
The documentation source has been moved to this
[repository](https://togithub.com/sftpgo/docs).
-   Notifier plugin: add login succeeded events.
-   Add time-based access restrictions.
-   EventManager: allow to disable or delete inactive users.
- WebAdmin: allow to require password change and two-factor
authentication also for admins.
-   WebUIs: add experimental support for internazionalization.
-   HTTP, WebDAV: allow to enable HTTP/2.
-   Several bug fixes, minor features and performance improvements.

##### Features added to golang/x/crypto/ssh

This version benefits from some features I added to golang/x/crypto/ssh.

-   Expose negotiated algorithms so that they can be logged.
- Add server side multi-step authentication. We were using an out of
tree patch in previous versions.
- Add server side support for Diffie Hellman Group Exchange KEX. We were
using an out of tree patch in previous versions.
-   Allow to restrict allowed algorithms for public key authentication.

My work on golang/x/crypto/ssh is funded by
[@&#8203;FiloSottile](https://togithub.com/FiloSottile) clients. Thank
you!!!

#### File transfer errors

Some errors for failed file transfers may reveal more information than
necessary such as the actual filesystem path.
These errors are now filtered and the filesystem path is replaced with
the virtual path.

Thanks to [@&#8203;nezzzumi](https://togithub.com/nezzzumi) for
reporting this issue.

#### Backward incompatible changes

- The configuration file changed in a backward incompatible way. If you
are modifying the configuration file instead of setting your
customization via environment variables, make sure to adapt it to the
new version.
- Removed support for the metadata plugin because it is very slow and
memory intensive with folders containing millions of files. We will look
to add metadata support again in the future, in a smarter way, if
companies using SFTPGo are interested enough to fund this work.
- Data retention: removed `ignore_user_permissions`. This is the default
now.
-   RSA certificates/keys less than 2048 bits are no longer accepted.
- SSH: removed moduli files. Diffie Hellman Group Exchange KEX is now
built-in. No external moduli files are required.
- Environment variables passed to plugin must respect a name convention:
if the plugin name is named, for example, `sftpgo-plugin-eventsearch`
only environment variables starting with `SFTPGO_PLUGIN_EVENTSEARCH_`
will be made available to the plugin.
- Removed support for diffie-hellman-group18-sha512 KEX because it is
too slow to be useful.

#### Contributions

We now require to agree to our [Contributor License
Agreement](https://sftpgo.com/cla.html) to accept contributions.
The CLA is based on a standard [Apache
ICLA](https://www.apache.org/licenses/icla.pdf).
Agreeing to the CLA explicitly states that you are entitled to provide a
contribution and that you cannot withdraw permission to use your
contribution at a later date. This removes any ambiguities or
uncertainties.

Some past contributors did not respond to our request to sign the CLA or
were unable to sign it, so we have rewritten or removed their
contributions. The following (minor) features have been removed:

-   redirecting output from external programs in SFTPGo logs.
-   robots.txt endpoint.
- reading data provider username and password from file. This feature
was never included in a stable release.
- support for having a different folder prefix for SFTP and FTP. The
same can be achieved using a pre-login hook.

> \[!NOTE]\
> Clarified [licensing and
compliance](https://sftpgo.com/compliance.html).

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 20:32:50 +02:00
TrueCharts Bot 096339f453
chore(deps): update container image mariadb to v14.0.8@b2dec75 by renovate (#22104) 2024-05-15 20:32:39 +02:00
TrueCharts Bot 57156e4753
chore(deps): update container image tailscale/tailscale to v1.66.3@cf8e976 by renovate (#22109)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tailscale/tailscale | minor | `v1.64.2` -> `v1.66.3` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 20:29:43 +02:00
TrueCharts Bot 64859e5695
chore(deps): update container image serverlein/tsn-ranksystem-webserver to latest@2056e6c by renovate (#22102)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| serverlein/tsn-ranksystem-webserver | digest | `9b5cbc1` -> `2056e6c`
|

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 20:22:20 +02:00
TrueCharts Bot 8ad5a0f7eb
chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@e40ef33 by renovate (#22098)
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 |
`6f727d1` -> `e40ef33` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 20:18:39 +02:00
TrueCharts Bot 1e730831e7
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@3723cc7 by renovate (#22100) 2024-05-15 20:18:09 +02:00
TrueCharts Bot e7d141bf98
chore(deps): update container image diygod/rsshub to latest@c106bc2 by renovate (#22096) 2024-05-15 20:18:05 +02:00
TrueCharts Bot 5f2ee3f2a4
chore(deps): update container image searxng/searxng to latest@f4b8a20 by renovate (#22101) 2024-05-15 20:17:58 +02:00
TrueCharts Bot e4e8a74701
chore(deps): update container image mikenye/tar1090 to latest@07187a8 by renovate (#22099) 2024-05-15 20:17:53 +02:00
TrueCharts Bot 1bffde2cf1
chore(deps): update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0@317d096 by renovate (#22097)
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 | `532a601` -> `317d096` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 20:17:51 +02:00
TrueCharts Bot 7177e5f2c9
chore(deps): update container image mariadb to v14.0.8@b2dec75 by renovate (#22091) 2024-05-15 14:41:40 +02:00
TrueCharts Bot 6fb49ab5f8
chore(deps): update container image redis to v14.0.6@04ff566 by renovate (#21994)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/stable/redis)
([source](https://togithub.com/bitnami/bitnami-docker-redis)) | patch |
`14.0.5` -> `14.0.6` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 14:41:04 +02:00
TrueCharts Bot 25c758e898
chore(deps): update container image esphome/esphome to v2024.5.0@917bf34 by renovate (#22093) 2024-05-15 14:38:17 +02:00
TrueCharts Bot fa41dbee64
chore(deps): update container image n8nio/n8n to v1.42.0@7747a0b by renovate (#22094)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| n8nio/n8n | minor | `1.41.0` -> `1.42.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**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 14:37:51 +02:00
TrueCharts Bot 413a650195
chore(deps): update container image ghcr.io/geek-cookbook/jackett to v0.21.2601@b5082f9 by renovate (#22090) 2024-05-15 14:36:46 +02:00
TrueCharts Bot 11d96b287e
chore(deps): update container image deconzcommunity/deconz to v2.27.0@3a85a97 by renovate (#22092)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| deconzcommunity/deconz | minor | `2.26.3` -> `2.27.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**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 14:36:25 +02:00
TrueCharts Bot 2c2b9c4c37
chore(deps): update container image songkong/songkong to latest@cdb2dd2 by renovate (#22059)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| songkong/songkong | digest | `4f59cca` -> `cdb2dd2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 14:22:24 +02:00
TrueCharts Bot 334965e32a
chore(deps): update container image ghcr.io/linuxserver/calibre to 7.10.0@fbd543c by renovate (#22086)
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 |
`b46b123` -> `fbd543c` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 14:22:05 +02:00
TrueCharts Bot 6281592b55
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@9854ebc by renovate (#22080)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `5e47225` -> `9854ebc` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 14:22:01 +02:00
TrueCharts Bot af1258c343
chore(deps): update container image ghcr.io/linuxserver/mstream to 5.12.2@3b7f8db by renovate (#22087)
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 |
`642cf15` -> `3b7f8db` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 14:21:19 +02:00
TrueCharts Bot 0469afb34f
chore(deps): update container image searxng/searxng to latest@5c4b2c0 by renovate (#22089)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| searxng/searxng | digest | `c69f554` -> `5c4b2c0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 14:21:05 +02:00
TrueCharts Bot e87687211b
chore(deps): update container image ghcr.io/ix-ai/smtp to v0.5.2@afa9064 by renovate (#22085)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ix-ai/smtp | digest | `6439fa4` -> `afa9064` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 14:20:10 +02:00
TrueCharts Bot df77f8e8e9
chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.8.5@a6dac50 by renovate (#22084) 2024-05-15 08:37:03 +02:00
TrueCharts Bot 9f724cc913
chore(deps): update container image mariadb to v14.0.8@b2dec75 by renovate (#22035)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://togithub.com/prometheus/mysqld_exporter)) | patch |
`14.0.6` -> `14.0.8` |
| [mariadb](https://truecharts.org/charts/stable/mariadb)
([source](https://togithub.com/prometheus/mysqld_exporter)) | patch |
`14.0.7` -> `14.0.8` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 08:36:29 +02:00
TrueCharts Bot 133a0bcb68
chore(deps): update container image tccr.io/tccr/nextcloud-fpm to v29.0.0@d9887c9 by renovate (#22083)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://togithub.com/truecharts/containers)
| digest | `3d41168` -> `d9887c9` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 08:25:54 +02:00
TrueCharts Bot 6edbfd7539
chore(deps): update container image redmine to 5.1.2@243b1f7 by renovate (#22058)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `4abbe0d` -> `243b1f7` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 08:21:39 +02:00
TrueCharts Bot 4a70981bce
chore(deps): update container image searxng/searxng to latest@c69f554 by renovate (#22082)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| searxng/searxng | digest | `0b67c68` -> `c69f554` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 08:20:57 +02:00
TrueCharts Bot 15e90b656a
chore(deps): update container image diygod/rsshub to latest@4056905 by renovate (#22078)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `3a7515f` -> `4056905` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 08:20:39 +02:00
TrueCharts Bot d55990d89c
chore(deps): update immich to v1.105.1@7675497 by renovate (patch) (#22076)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| altran1502/immich-machine-learning | patch | `v1.105.0-openvino` ->
`v1.105.1-openvino` |
| altran1502/immich-machine-learning | patch | `v1.105.0-cuda` ->
`v1.105.1-cuda` |
| altran1502/immich-machine-learning | patch | `v1.105.0` -> `v1.105.1`
|
| altran1502/immich-server | patch | `v1.105.0` -> `v1.105.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:48:42 +02:00
TrueCharts Bot 640a844c0c
chore(deps): update container image ollama/ollama to v0.1.38 by renovate (#22075)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ollama/ollama | patch | `0.1.37-rocm` -> `0.1.38-rocm` |
| ollama/ollama | patch | `0.1.37` -> `0.1.38` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:46:01 +02:00
TrueCharts Bot e9cd8a1634
chore(deps): update container image tccr.io/tccr/nextcloud-fpm to v29.0.0@3d41168 by renovate (#22073)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://togithub.com/truecharts/containers)
| digest | `b63e7ef` -> `3d41168` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:33:59 +02:00
TrueCharts Bot 394965d32d
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@5e47225 by renovate (#22057)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `8c775c5` -> `5e47225` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:30:25 +02:00
TrueCharts Bot 5880daec0b
chore(deps): update container image phasecorex/red-discordbot to full@857d648 by renovate (#22072)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| phasecorex/red-discordbot | digest | `c46ef85` -> `857d648` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:30:19 +02:00
TrueCharts Bot 5fb46e68a3
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@809ddd9 by renovate (#22071)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/mintplex-labs/anything-llm | digest | `976956b` -> `809ddd9` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:30:06 +02:00
TrueCharts Bot ee470b1caa
chore(deps): update container image yourls to latest@126ec7b by renovate (#22074) 2024-05-15 02:29:55 +02:00
TrueCharts Bot f8fed3d8b3
chore(deps): update container image friendica to 2024.03@f29c896 by renovate (#22069)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| friendica | digest | `29be963` -> `f29c896` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:29:52 +02:00
TrueCharts Bot 082063e9bf
chore(deps): update container image ghcr.io/linuxserver/smokeping to 2.8.2@120b449 by renovate (#22070)
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 |
`1e80c1b` -> `120b449` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:29:38 +02:00
TrueCharts Bot 544326b624
chore(deps): update container image monica to 4.1.2@166ecd3 by renovate (#22055)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `52dec6e` -> `166ecd3` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 00:29:20 +00:00
TrueCharts Bot 458ea6b0bd
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@7d78247 by renovate (#22021) 2024-05-15 02:29:17 +02:00
TrueCharts Bot f7f64bf81a
chore(deps): update container image nginx to 1.26.0@192e88a by renovate (#22056)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nginx | digest | `f00e9a2` -> `192e88a` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:29:13 +02:00
TrueCharts Bot 7500d2c8c6
chore(deps): update container image chronograf to latest@08114d9 by renovate (#22068)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| chronograf | digest | `684f0e0` -> `08114d9` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-15 02:27:53 +02:00
TrueCharts-Bot 64b4f999d7 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-15 00:16:06 +00:00
TrueCharts Bot f647959b5f
chore(deps): update immich to v1.105.0@b5af59d by renovate (minor) (#22067)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| altran1502/immich-machine-learning | minor | `v1.104.0-openvino` ->
`v1.105.0-openvino` |
| altran1502/immich-machine-learning | minor | `v1.104.0-cuda` ->
`v1.105.0-cuda` |
| altran1502/immich-machine-learning | minor | `v1.104.0` -> `v1.105.0`
|
| altran1502/immich-server | minor | `v1.104.0` -> `v1.105.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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-14 20:39:08 +02:00
TrueCharts Bot 6742e888cb
chore(deps): update container image ghcr.io/onedr0p/radarr to v5.6.0.8846@3c75c2a by renovate (#22065)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/radarr](https://ghcr.io/onedr0p/radarr)
([source](https://togithub.com/Radarr/Radarr)) | minor | `5.5.3.8819` ->
`5.6.0.8846` |

---

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

---

### Release Notes

<details>
<summary>Radarr/Radarr (ghcr.io/onedr0p/radarr)</summary>

###
[`v5.6.0.8846`](https://togithub.com/Radarr/Radarr/releases/tag/v5.6.0.8846):
5.6.0.8846

[Compare
Source](https://togithub.com/Radarr/Radarr/compare/v5.5.3.8819...v5.6.0.8846)

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

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

#### Changes:

-
[`077b041`](077b041d3f)
Fixed: Revert "Validate that folders in paths don't start or end with a
space"
-
[`ff3dd3a`](ff3dd3ae42)
Tests for Wanted pages
-
[`2e3bedd`](2e3beddcbc)
Fixed: Sorting by movie titles in Missing/Cutoff Unmet under Postgres
-
[`dc068bb`](dc068bbf3d)
Automated API Docs update
-
[`7a303c1`](7a303c1ebf)
Remove not implemented endpoints from API docs
-
[`152f50a`](152f50a1ef)
New: Wanted Cutoff/Missing
-
[`9798202`](9798202589)
Add missing translation for External
-
[`7969776`](7969776339)
Rename file for getMovieStatusDetails
-
[`288982d`](288982d7bd)
Bump Npgsql to 7.0.7
-
[`d39a3ad`](d39a3ade5b)
Automated API Docs update

<details><summary><b>See More</b></summary>

-
[`1fc6e88`](1fc6e88bc4)
New: Add `isExisting` flag for movies in collections API
-
[`e8e1841`](e8e1841e6c)
New: No Release Dates availability message
-
[`d17eb4f`](d17eb4f33f)
Bump version to 5.6.0

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

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-14 20:35:55 +02:00
TrueCharts Bot 45edba6e25
chore(deps): update container image jenkins/jenkins to v2.458-jdk17@b973371 by renovate (#22066)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-14 20:35:37 +02:00
TrueCharts Bot 00ed2b2940
chore(deps): update container image ghcr.io/onedr0p/lidarr-develop to v2.3.3.4204@1809cc8 by renovate (#21992)
This PR contains the following updates:

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

---

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

---

### Release Notes

<details>
<summary>Lidarr/Lidarr (ghcr.io/onedr0p/lidarr-develop)</summary>

###
[`v2.3.3.4204`](https://togithub.com/Lidarr/Lidarr/releases/tag/v2.3.3.4204):
2.3.3.4204

[Compare
Source](https://togithub.com/Lidarr/Lidarr/compare/v2.3.2.4183...v2.3.3.4204)

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

**If you are using docker you will need to update the container image.
*Do not attempt to update Lidarr within an existing docker container.***
Doing so will prevent audio fingerprinting from working and break your
Lidarr installation if you ever delete and re-create the container.

#### Changes:

-
[`febb3ef`](febb3ef485)
Bump Npgsql to 7.0.7
-
[`30d9891`](30d9891bf0)
New: Optionally use Environment Variables for settings in config.xml
-
[`2621acd`](2621acdae5)
Minor translations to album interactive search
-
[`1877255`](18772553f2)
Fallback value for statistics
-
[`0300bf2`](0300bf2dd2)
Multiple Translations updated by Weblate
-
[`77861e4`](77861e4303)
Refactor PasswordInput to use type password
-
[`3545a74`](3545a7451e)
Fixed: Text color for inputs on login page
-
[`9f8c453`](9f8c4530ca)
New: Dark theme for login screen \[
[#&#8203;4798](https://togithub.com/Lidarr/Lidarr/issues/4798) ]
-
[`9da690f`](9da690f807)
New: Support stoppedUP and stoppedDL states from qBittorrent \[
[#&#8203;4795](https://togithub.com/Lidarr/Lidarr/issues/4795) ]
-
[`31f342b`](31f342b8ad)
Use number input for seed ratio \[
[#&#8203;4802](https://togithub.com/Lidarr/Lidarr/issues/4802) ]

<details><summary><b>See More</b></summary>

-
[`596a36d`](596a36d45f)
Fixed: Notifications with only On Rename enabled
-
[`94bb8a4`](94bb8a436b)
Fixed: Parsing long downloading/seeding values from Transmission
-
[`94d2a20`](94d2a20b6a)
Multiple Translations updated by Weblate
-
[`a25e5aa`](a25e5aae10)
Fixed: Indexer flags for torrent release pushes
-
[`f4a02ff`](f4a02ffc83)
Forward X-Forwarded-Host header
-
[`1bdcf91`](1bdcf91014)
Bump version to 2.3.3
-
[`4d28d3f`](4d28d3f25a)
Fixed: Initialize databases after app folder migrations
-
[`9660ec3`](9660ec37cd)
Use newer Node.js task for in pipelines
-
[`66c7521`](66c7521f4b)
Fixed: Limit titles in task name to 10 artists \[
[#&#8203;4777](https://togithub.com/Lidarr/Lidarr/issues/4777) ]
-
[`8b57b33`](8b57b33c99)
New: Don't initially select 0 byte files in Interactive Import \[
[#&#8203;4776](https://togithub.com/Lidarr/Lidarr/issues/4776) ]
-
[`580e4be`](580e4becbe)
Fixed: Improve paths longer than 256 on Windows failing to hardlink
-
[`5f248aa`](5f248aa25e)
New: Remove qBitorrent torrents that reach inactive seeding time
-
[`a735ecc`](a735eccb65)
Bump version to 2.3.2
-
[`d11ed42`](d11ed42830)
Multiple Translations updated by Weblate
-
[`b0038dd`](b0038dd143)
Fixed: Retrying download on not suppressed HTTP errors
-
[`2e242ae`](2e242aeb7b)
Database corruption message linking to wiki
-
[`416d505`](416d505316)
Bump dotnet to 6.0.29
-
[`4816f35`](4816f35256)
Bump typescript eslint plugin and parser
-
[`e42e0a7`](e42e0a72eb)
Add dev container workspace \[
[#&#8203;4756](https://togithub.com/Lidarr/Lidarr/issues/4756) ]
-
[`db9e62f`](db9e62f79d)
Convert store selectors to Typescript \[
[#&#8203;3937](https://togithub.com/Lidarr/Lidarr/issues/3937) ]
-
[`bc69fa4`](bc69fa4842)
Bump frontend dependencies
-
[`86dad72`](86dad72c49)
Bump version to 2.3.1
-
[`4a8d6c3`](4a8d6c367d)
Bump skipping spotify tests
-
[`c1926f8`](c1926f8758)
Fixed: Skip move when source and destination are the same
-
[`7820bcf`](7820bcf91f)
Bump SixLabors.ImageSharp to 3.1.4
-
[`431ad0a`](431ad0a028)
Automated API Docs update
-
[`59cf7a9`](59cf7a95c3)
Fixed: Re-testing edited providers will forcibly test them
-
[`e17e363`](e17e3633f8)
Don't block task queue for queued update task for Rescan Folders \[
[#&#8203;4551](https://togithub.com/Lidarr/Lidarr/issues/4551) ]
-
[`46da2b4`](46da2b49c6)
Bump version to 2.3.0

This list of changes was [auto
generated](https://dev.azure.com/Lidarr/43582661-9ac3-4ec6-9583-209885d5ff34/\_release?releaseId=84&\_a=release-summary).</details>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-14 20:34:25 +02:00
TrueCharts Bot 0a82d32e52
chore(deps): update container image docker.io/codercom/code-server to v4.89.1@01dfb47 by renovate (#22064)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/codercom/code-server | patch | `4.89.0` -> `4.89.1` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-14 20:33:53 +02:00
TrueCharts Bot 6d222c752b
chore(deps): update rdesktop by renovate (#22062)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `0757322` -> `e02deb9` |
| lscr.io/linuxserver/rdesktop | digest | `7ecfa4b` -> `968f8af` |
| lscr.io/linuxserver/rdesktop | digest | `51acb64` -> `096b93c` |
| lscr.io/linuxserver/rdesktop | digest | `bc22d76` -> `021d844` |
| lscr.io/linuxserver/rdesktop | digest | `2fa0271` -> `9ea2c1e` |
| lscr.io/linuxserver/rdesktop | digest | `e57baa1` -> `0b2baa5` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-14 20:33:27 +02:00
TrueCharts Bot b2d523f4d2
chore(deps): update container image tccr.io/tccr/nextcloud-fpm to v29.0.0@b63e7ef by renovate (#22060)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/nextcloud-fpm](https://togithub.com/truecharts/containers)
| digest | `453fba9` -> `b63e7ef` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-14 20:29:50 +02:00