feat(channels-dvr) move channels-dvr from incubator to stable (#9302)

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

I have been running channels-dvr without issue since it was initially
added to TrueCharts: https://github.com/truecharts/charts/pull/4527. I
have been using the new common version without issue since it was
ported: https://github.com/truecharts/charts/pull/8924. I believe
channels-dvr should be consider stable.

This PR moves channels-dvr from incubator to stable. It also adds
installation notes.

I did not bump the version number, should I? If yes, should major,
minor, or patch be bumped?

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

**⚙️ Type of change**

- [ ] ⚙️ 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:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ 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._
This commit is contained in:
Alec Fenichel
2023-06-01 23:38:09 +03:00
committed by GitHub
parent 5129b42746
commit c1a7f0b6e3
12 changed files with 20 additions and 4 deletions
@@ -6,7 +6,7 @@ dependencies:
version: 12.10.4
deprecated: false
description: Channels DVR Server
home: https://truecharts.org/charts/incubator/channels-dvr
home: https://truecharts.org/charts/stable/channels-dvr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.png
keywords:
- channels-dvr
@@ -17,9 +17,9 @@ maintainers:
url: https://truecharts.org
name: channels-dvr
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/channels-dvr
- https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
type: application
version: 1.0.5
version: 2.0.0
annotations:
truecharts.org/catagories: |
- media
@@ -5,7 +5,7 @@
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
@@ -0,0 +1,16 @@
# Channels DVR Installation Notes
:::danger Ingress
You cannot use Ingress during the initial setup. The Channels DVR Server web interface must be accessed using the TrueNAS server IP and Channels DVR Server port (defaults to 8089).
After initial setup, ingress can be used to access the Channels DVR Server web interface.
:::
## Login
During initial setup on the Channels DVR Server web interface, you will need to login to your Channels DVR website account as described here: [https://getchannels.com/docs/channels-dvr-server/quick-guide/installation-setup/#log-in](https://getchannels.com/docs/channels-dvr-server/quick-guide/installation-setup/#log-in).
After you login on the Channels DVR website, you will be redirected back to your local Channels DVR Server web interface. However, the redirect will use the internal Kubernetes IP in the URL so it will not work. Simply change the IP in the URL to the IP of you TrueNAS server leaving the path and query parameters unmodified.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB