Commit Graph

12232 Commits

Author SHA1 Message Date
TrueCharts Bot 9b55b34eaf
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14391) 2023-11-06 19:42:27 +01:00
TrueCharts Bot ce3be2d3ac
chore(deps): update container image tccr.io/truecharts/qbitrr to v3.7.15 (#14392) 2023-11-06 19:39:39 +01:00
TrueCharts Bot a488fcb9a1
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#14389) 2023-11-06 17:38:59 +01:00
TrueCharts Bot a04e114b33
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14388) 2023-11-06 16:38:54 +01:00
TrueCharts Bot 925e6f9226
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14386) 2023-11-06 15:41:11 +01:00
TrueCharts Bot 08997cd8af
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14384) 2023-11-06 14:38:32 +01:00
TrueCharts Bot 4507fd1b8c
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.1.0.0 (#14383) 2023-11-06 12:38:11 +01:00
TrueCharts Bot a412f728cc
chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#14382) 2023-11-06 11:41:10 +01:00
TrueCharts Bot c7058531f8
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14381) 2023-11-06 09:40:54 +01:00
TrueCharts Bot 443a5212a5
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14380) 2023-11-06 03:50:26 +01:00
TrueCharts Bot 87a480bfc0
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1138 (#14378) 2023-11-06 03:05:15 +01:00
TrueCharts Bot 371c6d4055
chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.61.13 (#14377) 2023-11-06 01:58:24 +01:00
TrueCharts Bot 43bc481818
chore(deps): update rdesktop (#14376) 2023-11-06 01:53:56 +01:00
TrueCharts Bot 8159c640f3
chore(deps): update container image tccr.io/truecharts/cops to latest (#14375) 2023-11-06 00:38:23 +01:00
TrueCharts Bot 2b20ec99fd
chore(deps): update container image tccr.io/truecharts/babybuddy to v2.1.2 (#14373) 2023-11-05 23:40:06 +01:00
TrueCharts Bot 11149922df
chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#14371) 2023-11-05 22:45:49 +01:00
Tanguille 6d4ce9af85
Docs(qBitrr): update installation-notes.md (#14091)
**Description**

Added some explanation since I failed to configure qBitrr properly
following this installation-notes. I assume something changed upstream
which added a `.config` directory inside the `config` directory which
now both have `config.toml` but only the one in `.config` actually
applying. However if @kqmaverick installs the chart he doesn't seem to
get the `.config` directory while I did on 2 instances I tested. I guess
some more testing is required on why this is happening.

⚒️ Fixes outdated installation-notes

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
I double checked with 2 instances and asked community feedback on their
experience.
-->

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

---

---------

Signed-off-by: Tanguille <91473554+Tanguille@users.noreply.github.com>
Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-11-05 22:15:53 +02:00
TrueCharts Bot 1a35f598e8
chore(deps): update container image tccr.io/truecharts/jellyfin to v10.8.12 (#14369) 2023-11-05 20:39:13 +01:00
kqmaverick 2dfa3799dd
fix(plexripper): switch to rootless **BREAKING CHANGES** (#14266)
**Description**
Switches Plex Ripper to rootless. Current installs of plex ripper will
need to be reinstalled.

⚒️ Fixes  #14264 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-05 20:45:30 +02:00
ZasX 29a9e4c967
chore(immich): assign gpu to microservices pod (#14367)
**Description**
Immich uses the microservices pod for transcoding, so that's the pod
that should get the gpu that's assigned from the Scale UI. I hope this
fixes that.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-05 20:44:18 +02:00
TrueCharts Bot 04a2b9b2ae
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.18.0 (#14363) 2023-11-05 19:42:15 +01:00
TrueCharts Bot c8dc37bd0d
chore(deps): update container image tccr.io/truecharts/linkding to v1.22.3 (#14336) 2023-11-05 19:41:08 +01:00
TrueCharts Bot 2d5105b54a
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14368) 2023-11-05 19:40:56 +01:00
TrueCharts Bot bb4cc019a4
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1128 (#14353) 2023-11-05 19:40:28 +01:00
TrueCharts Bot 3d6e6bfdbd
chore(deps): update helm general non-major (#14365)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.19` ->
`7.0.21` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.2` -> `14.2.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.33` ->
`3.0.34` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.36` ->
`9.0.37` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.35` ->
`3.0.36` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.40` ->
`8.0.41` |

---

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

---

### Release Notes

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

###
[`v7.0.21`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.21)

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

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

###
[`v7.0.20`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.20)

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

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

</details>

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

###
[`v14.2.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.3)

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

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-05 16:16:09 +01:00
TrueCharts Bot 393ade1fe0
chore(deps): update container image tccr.io/truecharts/tinymediamanager to v4.3.14 (#14361) 2023-11-05 13:41:26 +01:00
TrueCharts Bot fa03c8d056
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14360) 2023-11-05 13:40:28 +01:00
TrueCharts Bot 3251fbcfe2
chore(deps): update container image tccr.io/truecharts/lidarr to v2.0.1.3769 (#14358) 2023-11-05 11:38:56 +01:00
TrueCharts Bot c30fd3b43e
chore(deps): update container image tccr.io/truecharts/readarr to v0.3.10.2287 (#14359) 2023-11-05 11:38:17 +01:00
TrueCharts Bot 0954bf8273
chore(deps): update container image tccr.io/truecharts/grocy to v4.0.3 (#14357) 2023-11-05 09:42:53 +01:00
TrueCharts Bot c45b247e12
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14356) 2023-11-05 08:37:31 +01:00
TrueCharts Bot 46c9eb616f
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14355) 2023-11-05 05:40:37 +01:00
TrueCharts Bot b07f224512
chore(deps): update container image tccr.io/truecharts/calibre-web to v0.6.21 (#14354) 2023-11-05 03:48:47 +01:00
TrueCharts Bot ac6f3d44d9
chore(deps): update container image tccr.io/truecharts/notifiarr to v0.7.0 (#14352) 2023-11-05 01:55:15 +01:00
kqmaverick c2626d1a95
docs(firezone): add dns only image (#14350)
**Description**
Adds image showing DNS only for cloudflare.

⚒️ Fixes  #

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have 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: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-11-04 22:40:37 +00:00
kqmaverick e8eeae14bd
docs(wg-easy): proxy warning (#14349)
**Description**
Adds a warning about cloudflare proxy for ingress domain.

⚒️ Fixes  #

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**

**📃 Notes:**

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have 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._
2023-11-04 18:32:32 -04:00
TrueCharts Bot cffa70a9ad
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#14345) 2023-11-04 20:38:20 +01:00
TrueCharts Bot b05c4c4ec2
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14346) 2023-11-04 20:37:26 +01:00
sdimovv f9c2d16606
fix(jellyfin): Fix autodiscovery question (#14344)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->
Looks like the app config section is in the wrong spot and does not
apply the value to the correct place.

**⚙️ 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
-->
Manually edited the yaml file on SCALE

**📃 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
- [X] 🧪 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._
2023-11-04 20:02:47 +01:00
TrueCharts Bot c777c8cdf8
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.11.1 (#14343) 2023-11-04 19:40:15 +01:00
StevenMcElligott ec612f19ec
fix(whisper-asr-webservice): Fix GPU container on catalog (#14340)
**Description**

Small bug that should fix catalog, see here ->
https://github.com/truecharts/catalog/pull/25

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have 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._
2023-11-04 19:12:08 +01:00
TrueCharts Bot cb2eaf4a19
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#14342) 2023-11-04 17:39:16 +01:00
TrueCharts Bot eeeb183357
chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#14341) 2023-11-04 17:39:13 +01:00
TrueCharts Bot 745b21d5b1
chore(deps): update container image tccr.io/truecharts/invidious to latest (#14339) 2023-11-04 15:39:58 +01:00
TrueCharts Bot 314c52b06d
chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 (#14338) 2023-11-04 15:39:02 +01:00
TrueCharts Bot dc681325d2
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14337) 2023-11-04 14:37:36 +01:00
TrueCharts Bot fd3ea6ea9c
chore(deps): update container image tccr.io/truecharts/mosdns to v5.3.0 (#14335) 2023-11-04 11:38:22 +01:00
TrueCharts Bot 77d2876019
chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda12 to v1.40.0 (#14334) 2023-11-04 11:34:27 +01:00
TrueCharts Bot cb8853db62
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.6 (#14332) 2023-11-04 10:36:35 +01:00
TrueCharts Bot 84b125fa19
chore(deps): update container image tccr.io/truecharts/local-ai-cublas-cuda11-ffmpeg to v1.40.0 (#14333) 2023-11-04 10:34:46 +01:00
TrueCharts Bot 840d69f517
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#14330) 2023-11-04 09:42:19 +01:00
TrueCharts Bot 31f55c77d5
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.125.1 (#14331) 2023-11-04 09:39:51 +01:00
TrueCharts Bot 4a34ded112
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#14329) 2023-11-04 08:40:56 +01:00
TrueCharts Bot bc409abdbe
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#14328) 2023-11-04 08:38:57 +01:00
TrueCharts Bot 5e022efa46
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14327) 2023-11-04 07:40:22 +01:00
TrueCharts Bot b83802914f
chore(deps): update container image tccr.io/truecharts/channels-dvr-tve to latest (#14326) 2023-11-04 07:39:55 +01:00
TrueCharts Bot dd1f9fa138
chore(deps): update container image tccr.io/truecharts/channels-dvr to latest (#14325) 2023-11-04 06:35:25 +01:00
TrueCharts Bot 9855b20a6e
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.84.0 (#14322) 2023-11-04 04:42:11 +01:00
TrueCharts Bot 878e002418
chore(deps): update container image tccr.io/truecharts/lidarr to v2.0.0.3707 (#14323) 2023-11-04 04:41:36 +01:00
TrueCharts Bot 64c0c480fb
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14320) 2023-11-04 03:44:42 +01:00
TrueCharts Bot 0c0757b55a
chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.61.12 (#14321) 2023-11-04 03:42:53 +01:00
TrueCharts Bot f379bd3b10
chore(deps): update container image tccr.io/truecharts/openhab to v4.0.4 (#14319) 2023-11-04 02:57:09 +01:00
TrueCharts Bot 6f5672e134
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1124 (#14318) 2023-11-04 02:57:01 +01:00
TrueCharts Bot 88aa2f7e6d
chore(deps): update container image tccr.io/truecharts/flexget to v3.9.16 (#14316) 2023-11-04 01:56:10 +01:00
TrueCharts Bot 8173a33748
chore(deps): update webtop (#14317) 2023-11-04 01:51:22 +01:00
TrueCharts Bot 97f38c1250
chore(deps): update container image tccr.io/truecharts/dashy to v2.1.1 (#14314) 2023-11-03 23:40:46 +01:00
TrueCharts Bot 355e9d9331
chore(deps): update container image tccr.io/truecharts/webtop-arch-icewm to latest (#14315) 2023-11-03 23:38:24 +01:00
TrueCharts Bot 911e097b65
chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#14313) 2023-11-03 22:35:18 +01:00
TrueCharts Bot ffba955655
chore(deps): update container image tccr.io/truecharts/flowise to v1.3.9 (#14311) 2023-11-03 21:39:36 +01:00
TrueCharts Bot 066ad81b8d
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#14309) 2023-11-03 20:42:24 +01:00
TrueCharts Bot 5bb95dacc6
chore(deps): update rdesktop (#14310) 2023-11-03 20:36:59 +01:00
TrueCharts Bot 093455dc47
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#14307) 2023-11-03 19:40:11 +01:00
TrueCharts Bot 660e8865f3
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14306) 2023-11-03 19:39:53 +01:00
TrueCharts Bot 8029854043
chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#14304) 2023-11-03 18:41:37 +01:00
TrueCharts Bot af662b99ab
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14305) 2023-11-03 18:39:00 +01:00
TrueCharts Bot 245c93eb5a
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#14302) 2023-11-03 17:42:29 +01:00
TrueCharts Bot 33b8ac7654
chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#14303) 2023-11-03 17:40:12 +01:00
TrueCharts Bot 9064fb99bd
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14300) 2023-11-03 15:41:32 +01:00
TrueCharts Bot ced627e6d4
chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.61.11 (#14301) 2023-11-03 15:41:10 +01:00
TrueCharts Bot 8513ab69f1
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14298) 2023-11-03 14:41:25 +01:00
TrueCharts Bot 2bb65708e9
chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.2 (#14296) 2023-11-03 13:42:57 +01:00
TrueCharts Bot 503627b6e1
chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.2 (#14295) 2023-11-03 13:41:58 +01:00
TrueCharts Bot 576e1bf4b7
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 (#14294) 2023-11-03 12:37:27 +01:00
Michael Walter Van Der Velden 7d15dc372f
feat(ingressAdvanced): use tc-opencors-chain if allow-cors is enabled (#13240)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Allows for the optional use of the existing Traefik CORS setup for
Apps as CORS is required to use the official [jellyfin-vue
client](https://github.com/jellyfin/jellyfin-vue). Has been updated to
rely on https://github.com/truecharts/library-charts/pull/530

**⚙️ 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?**
Manually edited the chart's files on my own TrueNas Scale Server.
Checked that jellyffin was using the tf-opencors-chain in Traefik rather
than basic-chain and ensured I could connect to jellyfin via a custom
app of [jellyfin-vue client](https://github.com/jellyfin/jellyfin-vue)
when the added config was enabled but not if disabled.

<img width="447" alt="Evidence of the correct chain being used in
Traefik"
src="https://github.com/truecharts/charts/assets/9092863/19a44a4e-fe95-4659-998b-753f4c4dbb4b">
<br>
<img width="213" alt="Added config option"
src="https://github.com/truecharts/charts/assets/9092863/a254c469-add2-49bf-85da-d0d17b371d7a">



**📃 Notes:**
<!-- Please enter any other relevant information here -->
This PR uses the same cors middleware setup as the existing
[audiobookshelf](eec761785c/charts/stable/audiobookshelf)
app to ensure conistancy. While it may be expected that the
`tf-opencors-headers` middleware could be added within the UI this
unfortunately results in the `Access-Control-Allow-Origin` header still
being missing as the common chain conflicts.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ 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._

---------

Signed-off-by: Michael Walter Van Der Velden <mikevdv@vandie.co.uk>
2023-11-03 12:30:20 +01:00
TrueCharts Bot 1eb7f23896
chore(deps): update container image tccr.io/truecharts/searxng to latest (#14293) 2023-11-03 11:37:44 +01:00
TrueCharts Bot 4f3a7d8442
chore(deps): update helm general non-major (#14287)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.16` ->
`7.0.19` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.0` -> `14.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.1` -> `14.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.31` ->
`3.0.33` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.34` ->
`9.0.36` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.33` ->
`3.0.35` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.37` ->
`8.0.40` |

---

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

---

### Release Notes

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

###
[`v7.0.19`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.19)

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

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

###
[`v7.0.18`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.18)

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

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

###
[`v7.0.17`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.17)

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

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

</details>

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

###
[`v14.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.2)

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

Function library for TrueCharts

###
[`v14.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.1)

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

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40My4zIiwidXBkYXRlZEluVmVyIjoiMzcuNDMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-03 10:14:57 +01:00
TrueCharts Bot e69834135d
chore(deps): update container image tccr.io/truecharts/n8n to v1.15.1 (#14292) 2023-11-03 09:51:58 +01:00
TrueCharts Bot 9e0351b26b
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.17.0 (#14290) 2023-11-03 09:49:24 +01:00
TrueCharts Bot 7b65395956
chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.11.1 (#14291) 2023-11-03 09:47:16 +01:00
TrueCharts Bot b3298e8582
chore(deps): update container image tccr.io/truecharts/filebrowser to v2.26.0 (#14289) 2023-11-03 09:46:35 +01:00
TrueCharts Bot 115fcb0d30
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.18 (#14256) 2023-11-03 09:43:12 +01:00
TrueCharts Bot 8bad2fbecc
chore(deps): update container image tccr.io/truecharts/wizarr to v3.4.8 (#14286) 2023-11-03 09:42:46 +01:00
TrueCharts Bot df784d0fdc
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#14255) 2023-11-03 09:42:38 +01:00
TrueCharts Bot 53d131676c
chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-gpu to v1.2.1 (#14285) 2023-11-03 09:41:40 +01:00
TrueCharts Bot cf46fd62e4
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14284) 2023-11-03 08:40:10 +01:00
TrueCharts Bot 47f431b40b
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14283) 2023-11-03 08:38:50 +01:00
ZasX 5f0ee2f89b
chore(transmission): Move RPC authentication required checkbox up in questions (#14257)
**Description**
Moved the TRANSMISSION__RPC_AUTHENTICATION_REQUIRED option up in
questions.yaml, so it's right underneath the username and password
fields

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have 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._
2023-11-03 08:32:24 +01:00
TrueCharts Bot 588b356b6f
chore(deps): update container image tccr.io/truecharts/whisper-asr-webservice-cpu to v1.2.1 (#14282) 2023-11-03 07:41:27 +01:00
TrueCharts Bot d35e461555
chore(deps): update container image tccr.io/truecharts/komga to v1.7.1 (#14281) 2023-11-03 07:38:19 +01:00
TrueCharts Bot 1f7571cb2c
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#14279) 2023-11-03 06:38:31 +01:00