Commit Graph

834 Commits

Author SHA1 Message Date
Kjeld Schouten a646b2379f
chore: remove all remaining remnants of SCALE compatibility (#22613)
**Description**
SCALE Apps are officially deprecated, this removes the last portions of
it

**⚙️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** 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-05-29 20:27:42 +02:00
TrueCharts Bot bcb2168944
chore(deps): update container image common to v23.0.10@46ba38c by renovate (#22564)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODEuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM4MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-28 23:47:45 +02:00
TrueCharts Bot 096b7b44ad
chore(deps): update container image common to v23.0.9@91ed868 by renovate (#22539)
This PR contains the following updates:

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

---

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

---

### Configuration

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

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-28 23:28:06 +02:00
Caidy eceefd68ea
fix(jellyfin): broadcastproxy pod start failed (#22552)
**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.
-->
⚒️ With socat 1.8.0.0, using UDP-LISTEN will get an error
"xioopen_ipdgram_listen(): unknown address family 0", change it to
UDP4-LISTEN will fix this 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
-->

Before fix:

![图片](https://github.com/truecharts/charts/assets/18113342/aa0a60fd-d64a-4276-a628-1090d830569d)
After fix:

![图片](https://github.com/truecharts/charts/assets/18113342/1abfe8f1-fc98-479e-b8a6-a87e957a0947)


**📃 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
- [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
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** 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-05-28 20:52:46 +02:00
TrueCharts Bot 32a99ad7d2
chore(deps): update container image ghcr.io/jellyfin/jellyfin to v10.9.3@3022b48 by renovate (#22497)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/jellyfin/jellyfin](https://jellyfin.org)
([source](https://togithub.com/jellyfin/jellyfin)) | patch | `10.9.2` ->
`10.9.3` |

---

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

---

### Release Notes

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

###
[`v10.9.3`](https://togithub.com/jellyfin/jellyfin/releases/tag/v10.9.3):
10.9.3

[Compare
Source](https://togithub.com/jellyfin/jellyfin/compare/v10.9.2...v10.9.3)

### 🚀 Jellyfin Server 10.9.3

We are pleased to announce the latest stable release of Jellyfin,
version 10.9.3!

This minor release brings several bugfixes to improve your Jellyfin
experience.

As always, please ensure you stop your Jellyfin server and take a full
backup before upgrading!

You can find more details about and discuss this release [on our
forums](https://forum.jellyfin.org/t-new-jellyfin-server-web-release-10-9-3).

#### Changelog (19)

##### 📈 General Changes

- Extract media attachment one by one if the filename appears to be a
path \[PR
[#&#8203;11812](https://togithub.com/jellyfin/jellyfin/issues/11812)],
by [@&#8203;gnattu](https://togithub.com/gnattu)
- Filter invalid IPs on external interface matching \[PR
[#&#8203;11766](https://togithub.com/jellyfin/jellyfin/issues/11766)],
by [@&#8203;gnattu](https://togithub.com/gnattu)
- Use SharedStream for LiveTV more restrictively \[PR
[#&#8203;11805](https://togithub.com/jellyfin/jellyfin/issues/11805)],
by [@&#8203;gnattu](https://togithub.com/gnattu)
- Fix the IOSurf error in QSV transcoding \[PR
[#&#8203;11830](https://togithub.com/jellyfin/jellyfin/issues/11830)],
by [@&#8203;nyanmisaka](https://togithub.com/nyanmisaka)
- Improve reliability of HasChanged check \[PR
[#&#8203;11792](https://togithub.com/jellyfin/jellyfin/issues/11792)],
by [@&#8203;Shadowghost](https://togithub.com/Shadowghost)
- Trickplay: kill ffmpeg when task is cancelled \[PR
[#&#8203;11790](https://togithub.com/jellyfin/jellyfin/issues/11790)],
by [@&#8203;NotSaifA](https://togithub.com/NotSaifA)
- Force more compatible transcoding profile for LiveTV \[PR
[#&#8203;11801](https://togithub.com/jellyfin/jellyfin/issues/11801)],
by [@&#8203;gnattu](https://togithub.com/gnattu)
- Exclude virtual items from DateLastMediaAdded calculation \[PR
[#&#8203;11804](https://togithub.com/jellyfin/jellyfin/issues/11804)],
by [@&#8203;Shadowghost](https://togithub.com/Shadowghost)
- Add Canceled to ended state \[PR
[#&#8203;11808](https://togithub.com/jellyfin/jellyfin/issues/11808)],
by [@&#8203;Shadowghost](https://togithub.com/Shadowghost)
- Recalculate trickplay image height for anamorphic videos \[PR
[#&#8203;11798](https://togithub.com/jellyfin/jellyfin/issues/11798)],
by [@&#8203;gnattu](https://togithub.com/gnattu)
- Fix BD/DVD folder chapter image extraction \[PR
[#&#8203;11754](https://togithub.com/jellyfin/jellyfin/issues/11754)],
by [@&#8203;Shadowghost](https://togithub.com/Shadowghost)
- Mark SearchHint.MatchedTerm as nullable \[PR
[#&#8203;11802](https://togithub.com/jellyfin/jellyfin/issues/11802)],
by [@&#8203;crobibero](https://togithub.com/crobibero)
- Disable VA-VK interop on not supported kernel versions \[PR
[#&#8203;11799](https://togithub.com/jellyfin/jellyfin/issues/11799)],
by [@&#8203;nyanmisaka](https://togithub.com/nyanmisaka)
- Retain order blu-ray segments \[PR
[#&#8203;11781](https://togithub.com/jellyfin/jellyfin/issues/11781)],
by [@&#8203;Bond-009](https://togithub.com/Bond-009)
- Override too small trickplay image interval \[PR
[#&#8203;11788](https://togithub.com/jellyfin/jellyfin/issues/11788)],
by [@&#8203;gnattu](https://togithub.com/gnattu)
- Apply audio boost when downmixing regardless of downmixalgo \[PR
[#&#8203;11774](https://togithub.com/jellyfin/jellyfin/issues/11774)],
by [@&#8203;Bond-009](https://togithub.com/Bond-009)
- Fix VideoToolbox H264 constrained profile option \[PR
[#&#8203;11713](https://togithub.com/jellyfin/jellyfin/issues/11713)],
by [@&#8203;gnattu](https://togithub.com/gnattu)
- Do not run trickplay on scan if disabled \[PR
[#&#8203;11739](https://togithub.com/jellyfin/jellyfin/issues/11739)],
by [@&#8203;Shadowghost](https://togithub.com/Shadowghost)
- Don't require user when getting current session \[PR
[#&#8203;11738](https://togithub.com/jellyfin/jellyfin/issues/11738)],
by [@&#8203;crobibero](https://togithub.com/crobibero)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-27 08:28:45 +02:00
TrueCharts-Bot e50357a154 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-26 17:09:21 +00:00
TrueCharts-Bot 529340b757 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-26 00:16:57 +00:00
TrueCharts Bot 252a4247a1
chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@242ddfa by renovate (#22436)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `b381744` -> `242ddfa` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-25 08:16:31 +02:00
TrueCharts-Bot d6fcde9158 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-25 00:14:35 +00:00
TrueCharts-Bot 6328fd0cba Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-24 15:34:04 +00:00
TrueCharts-Bot ccf85f7bca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-22 00:14:32 +00:00
TrueCharts Bot bbcc969f0e
chore(deps): update container image common to v23.0.8@9e7419b by renovate (#22277)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `23.0.7` ->
`23.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**: Disabled because a matching PR was automerged
previously.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-20 10:51:04 +02:00
TrueCharts Bot acf6d2329f
chore(deps): update container image common to v23.0.7@316d624 by renovate (#22240)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNiIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 14:38:56 +02:00
TrueCharts-Bot eb306f178d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-19 00:17:03 +00:00
TrueCharts Bot 1dc3eebfbe
chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@b381744 by renovate (#22199)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `a1af495` -> `b381744` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-19 01:20:51 +02:00
TrueCharts-Bot d6461e6805 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-18 00:15:35 +00:00
TrueCharts Bot 3517709591
chore(deps): update container image ghcr.io/jellyfin/jellyfin to v10.9.2@21e49ba by renovate (#22197)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/jellyfin/jellyfin | patch | `10.9.1` -> `10.9.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-18 00:17:17 +02:00
TrueCharts-Bot 9f0c52fa1b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-17 00:16:02 +00:00
StevenMcElligott 7db96459a9
feat(Jellyfin): Move to GHCR repo (#22117)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** 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-05-16 20:50:50 +00:00
TrueCharts-Bot 43083361ae Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-16 00:15:25 +00: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 22f14f39a2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-14 00:15:44 +00:00
TrueCharts Bot 031a2e6a44
chore(deps): update container image docker.io/jellyfin/jellyfin to v10.9.1@54fa2ee by renovate (#21968)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jellyfin/jellyfin | patch | `10.9.0` -> `10.9.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTYuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-13 08:32:19 +02:00
TrueCharts-Bot e809331fb2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-13 00:16:06 +00:00
TrueCharts Bot 00498220ea
chore(deps): update container image docker.io/jellyfin/jellyfin to 10.9.0@aae4c5a by renovate (#21933)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jellyfin/jellyfin | digest | `e2f9179` -> `aae4c5a` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-12 08:16:53 +02:00
TrueCharts Bot 93f1882383
chore(deps): update container image docker.io/jellyfin/jellyfin to v10.9.0@e2f9179 by renovate (#21930)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/jellyfin/jellyfin | minor | `10.8.13` -> `10.9.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-12 02:43:13 +02:00
TrueCharts-Bot e147a6b787 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-12 00:16:32 +00:00
TrueCharts Bot 4882136adc
chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@a1af495 by renovate (#21893)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `077adc4` -> `a1af495` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTQuNiIsInVwZGF0ZWRJblZlciI6IjM3LjM1NC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-11 08:18:41 +02:00
TrueCharts-Bot 211d95b95d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-11 00:15:38 +00:00
TrueCharts-Bot e463ca0004 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-10 00:15:46 +00:00
TrueCharts-Bot 6e728271ad Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-09 00:15:32 +00:00
TrueCharts-Bot 410bacb1c1 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-07 00:15:35 +00:00
Stavros Kois f91c384060
chore(docs): exclude changelog from pagefind (#21693)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** 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-05-06 18:21:19 +03:00
TrueCharts-Bot 460ce98e60 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-06 00:15:51 +00:00
TrueCharts Bot a2c101a82e
chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@077adc4 by renovate (#21483) 2024-05-05 11:58:13 +02:00
TrueCharts-Bot 7c14a140bf Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-05 00:16:26 +00:00
TrueCharts-Bot ebbf540352 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-04 00:15:13 +00:00
TrueCharts-Bot 17d5f886bf Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-02 00:15:26 +00:00
Kjeld Schouten afc5e7eafa
chore: bump common to release improved checks on volsync and cnpg (#21454)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** 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-05-01 17:39:48 +02:00
TrueCharts-Bot f6bc2d4d60 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-05-01 00:16:18 +00:00
TrueCharts-Bot db84ba13a3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-30 00:14:53 +00:00
Kjeld Schouten 9abc20d845 chore: bump common 2024-04-29 23:39:10 +02:00
Kjeld Schouten 20f2fe8342 fix: fixup all chart volsync/credentials settings 2024-04-29 20:45:47 +02:00
Kjeld Schouten c3c0b3bc46
fix: adapt for common cnpg/volsync pathing changes (#21445)
**Description**
Common has moved to standardised URLs for cnpg and volsync.
This is basically the last big implementation change for volsync and
cnpg backups before we can start finetuning and testing both

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** 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-04-29 14:26:27 +02:00
Kjeld Schouten 02e10381ac
feat: Add VolSync support and move CNPG backup credentials on SCALE (#21443)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** 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-04-29 12:28:39 +02:00
TrueCharts-Bot 4cfcfb0324 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-28 00:17:07 +00:00
TrueCharts Bot 11edcab911
chore(deps): update container image docker.io/alpine/socat to 1.8.0.0@85ca9ba by renovate (#21399)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/alpine/socat | digest | `59a2fbf` -> `85ca9ba` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-27 06:17:58 +00:00
TrueCharts Bot 57fbb5341b
chore(deps): update container image common to v20.3.12@3303278 by renovate (#21384)
This PR contains the following updates:

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

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-26 13:29:33 +02:00
TrueCharts-Bot 4acbe61eac Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-26 00:15:14 +00:00
TrueCharts-Bot 846429f02b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-25 00:15:38 +00:00