Commit Graph

25603 Commits

Author SHA1 Message Date
TrueCharts-Bot c3121823c0 Chore(ci): update charttool
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-21 00:15:19 +00:00
TrueCharts-Bot af3787c5b0 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-21 00:09:04 +00:00
TrueCharts-Bot 5951456336 Chore(ci): update charttool
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-20 22:22:46 +00:00
TrueCharts-Bot f4ec14281f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-20 00:08:23 +00:00
Kjeld Schouten 50e6e697ad
Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-19 20:02:51 +01:00
Kjeld Schouten b9a265cf77
Update catalog-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-19 15:03:00 +01:00
Kjeld Schouten 347c22702c
Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-19 14:56:13 +01:00
Xstar97TheNoob 2f4e19ea1f
feat(anything-llm) add gui items and update chart (#18268)
**Description**
Add gui items and update chart.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-02-19 13:35:33 +01:00
TrueCharts-Bot 176e5a7a61 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-19 00:08:56 +00:00
TrueCharts Bot 6b08ccf3d0
chore(deps): update yokawasa/action-setup-kube-tools action to v0.10.0 by renovate (#18266)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[yokawasa/action-setup-kube-tools](https://togithub.com/yokawasa/action-setup-kube-tools)
| action | minor | `v0.9.3` -> `v0.10.0` |

---

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

---

### Release Notes

<details>
<summary>yokawasa/action-setup-kube-tools
(yokawasa/action-setup-kube-tools)</summary>

###
[`v0.10.0`](https://togithub.com/yokawasa/action-setup-kube-tools/blob/HEAD/CHANGELOG.md#v0100)

[Compare
Source](https://togithub.com/yokawasa/action-setup-kube-tools/compare/v0.9.3...v0.10.0)

-   update action to node20

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTQuNSIsInVwZGF0ZWRJblZlciI6IjM3LjE5NC41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-18 13:16:13 +01:00
StevenMcElligott 3dc5ce8573
fix(icloudpd): Fix NO ROUTE found errors (#18265)
**Description**

As mentionned on Discord and here (
https://github.com/boredazfcuk/docker-icloudpd/issues/467 ) I figured
out that the chart needs elevated priviliges to access icloud.com, so
instead of telling people to use priviliged mode we set them for them

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-02-18 09:45:14 +01:00
Xstar97TheNoob 7ab78839b2
fix(sabnzbd) fix sabnzbd port (#18264)
**Description**
remove the targetPort.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-02-18 09:43:16 +01:00
TrueCharts-Bot a3510a2ba2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-18 00:09:46 +00:00
Stavros Kois 0c1700ab94
Update Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-17 21:49:15 +02:00
Stavros Kois ca2d1e6713
Update questions.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-17 21:49:01 +02:00
TrueCharts Bot 95ca229c36
chore(deps): pin dependencies by renovate (#18261)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tccr.io/tccr/devcontainer](https://togithub.com/truecharts/containers)
| container | pinDigest | -> `32429df` |
|
[thollander/actions-comment-pull-request](https://togithub.com/thollander/actions-comment-pull-request)
| action | digest | `1d3973d` -> `fabd468` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-17 19:17:36 +01:00
Vicky 161f28c10a
chore(deps): update container image misskey/misskey to v2024.2.0 (#18262)
**Description**
Update Misskey to v2024.2.0

**⚙️ 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 haven't done any testing.

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
2024-02-17 17:44:38 +01:00
StevenMcElligott 7693eac4b6
fix(stable): Remove preclear app (#18263)
**Description**

As discussed on Discord, this is another Unraid port (that doesn't work
either) and doesn't make sense in the catalog

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-02-17 17:44:27 +01:00
Stavros Kois 81fce455d0
Update Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-17 15:46:44 +02:00
Stavros Kois 04ddeeae5f
Update ingressAdvanced.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-17 15:42:52 +02:00
Kjeld Schouten 998fe753aa
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 14:32:44 +01:00
TrueCharts Bot 32af56cd0b
chore(deps): update container image common to v17.4.2@faeebbc by renovate (#18175)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.2.30` ->
`17.4.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.2.26` ->
`17.4.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.3.9` ->
`17.4.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.2.21` ->
`17.4.2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-17 14:17:43 +01:00
Kjeld Schouten 07c3b1c599 Merge branch 'master' of github.com:truecharts/charts 2024-02-17 14:15:38 +01:00
Kjeld Schouten 86f4fd1f75 no message 2024-02-17 14:15:20 +01:00
Kjeld Schouten 512dea10b6
feat(kubeapps): add support for tokenless login (#18259)
**Description**
This adds alpha code to test if we can make kubeapps work without pesky
token login.

**⚙️ 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:**
For production use of this, users should explicitly:
A. Setup NetworkPolicies
B. Add a GOOD authentication proxy in front

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-02-17 13:40:00 +01:00
Kjeld Schouten b874cffb26
Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 13:01:35 +01:00
Kjeld Schouten 6cd5139c5b
chore(licensing): move to AGPL
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 12:59:38 +01:00
StevenMcElligott 0c157e70f2
feat(outline): Add local storage + persistance (#18257)
**Description**

App seems to be missing persistence and there's a note for Docker to add
local storage ->
https://docs.getoutline.com/s/hosting/doc/file-storage-N4M0T6Ypu7 so
might as well do it right

⚒️ Fixes  #18245 

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 11:18:32 +01:00
TrueCharts-Bot eac17c7bfd Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-17 00:08:43 +00:00
Kjeld Schouten 5a8e4c24cd
Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-16 17:13:49 +01:00
Kjeld Schouten 1dc43a5e55
Update catalog-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-16 16:43:52 +01:00
Kjeld Schouten 9cbb43f474
Update catalog-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-16 16:15:07 +01:00
Kjeld Schouten a07c7f57d3 Revert "feat(kubeapps): add tokenlessloginoption"
This reverts commit b7ab46c33b.
2024-02-16 15:27:58 +01:00
Kjeld Schouten ce9d71d611 Revert "ahh yes"
This reverts commit bc603c4c24.
2024-02-16 15:27:54 +01:00
Kjeld Schouten bc603c4c24 ahh yes 2024-02-16 15:26:44 +01:00
Kjeld Schouten b7ab46c33b feat(kubeapps): add tokenlessloginoption 2024-02-16 15:26:09 +01:00
TrueCharts-Bot 69f7e1f275 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-16 00:08:25 +00:00
Kjeld Schouten 150fcccfda
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:47:44 +01:00
Kjeld Schouten 925d88e556
Update ct-install.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:47:23 +01:00
Kjeld Schouten 03384a9406
Update ct-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:47:10 +01:00
Kjeld Schouten 40c346e789
chore: add our own GPU GUI for SCALE (#18254)
**Description**
We want to migrate away from using TrueNAS-Only GPU elements where we
can.
On top of this, the "allocate x" language in the way iX-Systems has
designed the GPU selection GUI is *terrible*.

This replaces said GUI with our own.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 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?**
<!--
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:**
For the NVIDIA GPU's to work, we likely need a runtime selection trick
added to common.

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:37:04 +01:00
Kjeld Schouten fa6f561f30
chore: BREAKING CHANGE, remove scale certs on ingressList
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:02:48 +01:00
Kjeld Schouten 2c639fc071
chore: BREAKING CHANGE, remove scale certs on ingress
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-15 19:02:18 +01:00
TrueCharts-Bot b685bef5eb Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-15 00:08:49 +00:00
TrueCharts Bot bf6c5196f4
chore(deps): update container image ghcr.io/tasmoadmin/tasmoadmin to v4.0.0@5b06426 by renovate (#18198)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/tasmoadmin/tasmoadmin](https://togithub.com/TasmoAdmin/TasmoAdmin)
| major | `v3.3.3` -> `v4.0.0` |

---

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

---

### Release Notes

<details>
<summary>TasmoAdmin/TasmoAdmin (ghcr.io/tasmoadmin/tasmoadmin)</summary>

###
[`v4.0.0`](https://togithub.com/TasmoAdmin/TasmoAdmin/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/TasmoAdmin/TasmoAdmin/compare/v3.3.3...v4.0.0)

#### Breaking changes

Consult
https://github.com/TasmoAdmin/TasmoAdmin/blob/master/UPGRADE.md#from-3---4

#### What's Changed

- Bump phpunit/phpunit from 10.5.5 to 10.5.7 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1084](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1084)
- Bump phpstan/phpstan from 1.10.55 to 1.10.56 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1085](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1085)
- Bump friendsofphp/php-cs-fixer from 3.46.0 to 3.47.0 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1083](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1083)
- Bump friendsofphp/php-cs-fixer from 3.47.0 to 3.48.0 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1087](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1087)
- Bump phpunit/phpunit from 10.5.7 to 10.5.9 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1088](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1088)
- Bump phpstan/phpstan from 1.10.56 to 1.10.57 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1089](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1089)
- Rework assets by [@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1090](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1090)
- Remove eval usage from sonoff by
[@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1091](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1091)
- Enable resource watcher for dev flow by
[@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1092](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1092)
- Tidy up JS by [@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1093](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1093)
- Bump codecov/codecov-action from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1100](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1100)
- Bump symfony/browser-kit from 6.4.0 to 6.4.3 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1098](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1098)
- Bump prettier from 3.2.4 to 3.2.5 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1094](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1094)
- Bump symfony/http-client from 6.4.2 to 6.4.3 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1095](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1095)
- Bump friendsofphp/php-cs-fixer from 3.48.0 to 3.49.0 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1096](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1096)
- Bump symfony/routing from 6.4.2 to 6.4.3 in /tasmoadmin by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1097](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1097)
- Run prettier on CI by [@&#8203;inverse](https://togithub.com/inverse)
in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1101](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1101)
- Remove node_modules after package by
[@&#8203;inverse](https://togithub.com/inverse) in
[https://github.com/TasmoAdmin/TasmoAdmin/pull/1102](https://togithub.com/TasmoAdmin/TasmoAdmin/pull/1102)

**Full Changelog**:
https://github.com/TasmoAdmin/TasmoAdmin/compare/v3.3.3...v4.0.0

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-14 23:49:11 +02:00
TrueCharts Bot 77f9495fab
chore(deps): update container image ghcr.io/geek-cookbook/nzbget to v23.0@c0cf2b7 by renovate (#18232)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/geek-cookbook/nzbget](https://togithub.com/nzbgetcom/nzbget)
| major | `22.0` -> `23.0` |

---

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

---

### Release Notes

<details>
<summary>nzbgetcom/nzbget (ghcr.io/geek-cookbook/nzbget)</summary>

### [`v23.0`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v23.0)

[Compare
Source](https://togithub.com/nzbgetcom/nzbget/compare/v22.0...v23.0)

#### What's Changed

-   Features:
- Extension Manager
[#&#8203;76](7348b19cf8);
- The new nzbget extension system, which makes it easy to
download/update/delete
            extensions with backward compatibility with the old system;
- extensions [master
list](https://togithub.com/nzbgetcom/nzbget-extensions/);
        -   changed:
- RPC request "configtemplates" - no longer returns script templates,
but only the config template;
        -   added:
            -   new RPC requests:
- "loadextensions" - loads all extensions from {ScriptDIR} and returns
an array of structures in JSON/XML formats;
- "updateextension" - downloads by url and name and installs the
extension. Returns 'true' or error response in JSON/XML formats;
- "deleteextension" - deletes extension by name. Returns 'true' or error
response in JSON/XML formats;
- "downloadextension" - downloads by url and installs the extension.
Returns 'true' or error response in JSON/XML formats;
- "testextension" - tries to find the right executor program for the
extension, e.g. Python.
Returns 'true' or error response in JSON/XML formats;
- "EXTENSION MANAGER" section in webui to download/delete/update
extensions;
            -   Boost.Json library to work with JSON;
            -   more unit tests;
        -   refactored:
- replaced raw pointers with smart pointers and const refs where
possible for memory safty reasons;
        -   removed:
            -   testdata_FILES from Makefile.am;
            -   EMail and Logger scripts;
- Docker support
[#&#8203;55](1913e331bb);
- Synology support (spk)
[#&#8203;72](3f8fd6d433);
- QNAP support
[#&#8203;158](9676c77dc8);
- aarch64 mipseb mipsel ppc6xx ppc500 architectures to linux build
[#&#8203;61](959985473c)
[#&#8203;146](fcc104dc29);
- article read chunk size
[#&#8203;52](1aa42f2df9);
- Added ArticleReadChunkSize config option which allows to adjust
the buffer size for customization on different platforms, which can lead
to increased performance;
- increased the number of default connections to 8
[#&#8203;54](55eca4ce57);
- automatic search for a suitable interpreter on POSIX
[#&#8203;74](ec0756d5f6);
- certificate verification levels
[#&#8203;150](5956a17e26);
        -   levels:
- None: NO certificate signing check, NO certificate hostname check;
- Minimal: certificate signing check, NO certificate hostname check;
- Strict: certificate signing check, certificate hostname check;
- tested on a mock nzbget NNTP nserv server with self-signed certificate
and got expected results:
            -   "Strict" -> test failed;
            -   "Minimal" -> test failed;
            -   "None" -> test passed";
-   Bug fixies:
- possible memory corruption
[#&#8203;148](16ab25d578);
-   For developers:
- fixed unit tests (Windows only for now) and started migration to CMake
[#&#8203;64](73e8c00d29);
- We are going to completely migrate to CMake as a more universal one
for cross-platform development and drop autotools and MSBuild;
- using libxml2 on Windows and vcpkg package manager to install
dependencies
[#&#8203;70](f8cb2bda41);
- libxml2 library is now used on Windows to work with xml in the same
way we already do on Linux and macOS;
- removed platform-dependent code for working with xml on Windows;

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-14 23:12:13 +02:00
Xstar97TheNoob f0f4c9976b
fix(palworld) fix palworld GAME_PARAMS env (#18246)
**Description**
potential fix for GAME_PARAMS.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-02-14 23:11:00 +02:00
TrueCharts Bot 0fe06b59e3
chore(deps): update ignored updates to v17.2.31@150c611 by renovate (#17077) 2024-02-14 19:29:43 +01:00
Kjeld Schouten 59aef2b79d remove dev and unstable 2024-02-14 18:11:03 +01:00
Kjeld Schouten fda7a69967 Merge branch 'master' of github.com:truecharts/charts 2024-02-14 18:06:12 +01:00