diff --git a/charts/incubator/threadfin/.helmignore b/charts/stable/threadfin/.helmignore similarity index 100% rename from charts/incubator/threadfin/.helmignore rename to charts/stable/threadfin/.helmignore diff --git a/charts/incubator/threadfin/CHANGELOG.md b/charts/stable/threadfin/CHANGELOG.md similarity index 100% rename from charts/incubator/threadfin/CHANGELOG.md rename to charts/stable/threadfin/CHANGELOG.md diff --git a/charts/incubator/threadfin/Chart.yaml b/charts/stable/threadfin/Chart.yaml similarity index 98% rename from charts/incubator/threadfin/Chart.yaml rename to charts/stable/threadfin/Chart.yaml index 4df172323e6..b4faed51d75 100644 --- a/charts/incubator/threadfin/Chart.yaml +++ b/charts/stable/threadfin/Chart.yaml @@ -37,4 +37,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/threadfin - https://hub.docker.com/r/fyb3roptik/threadfin type: application -version: 0.2.0 +version: 1.0.0 diff --git a/charts/incubator/threadfin/README.md b/charts/stable/threadfin/README.md similarity index 100% rename from charts/incubator/threadfin/README.md rename to charts/stable/threadfin/README.md diff --git a/charts/stable/threadfin/docs/installation-notes.md b/charts/stable/threadfin/docs/installation-notes.md new file mode 100644 index 00000000000..e7fb88fcab0 --- /dev/null +++ b/charts/stable/threadfin/docs/installation-notes.md @@ -0,0 +1,19 @@ +--- +title: Installation Notes +--- + +## Requirements + +To access the ThreadFin administration webpage please add /web to the URL. +You will need to configure: +1. A Playlist/s setting the location of the M3U file +2. Review the settings page and configure as required including number of tuners. + +### Plex Requirements + +Enable Stream Buffer of FFmpeg in the ThreadFin administration webpage + +## Additional info + +Review the information here for Plex, Jellyfin or Emby minimum requirements +https://github.com/Threadfin/Threadfin?tab=readme-ov-file diff --git a/charts/incubator/threadfin/icon.webp b/charts/stable/threadfin/icon.webp similarity index 100% rename from charts/incubator/threadfin/icon.webp rename to charts/stable/threadfin/icon.webp diff --git a/charts/incubator/threadfin/templates/NOTES.txt b/charts/stable/threadfin/templates/NOTES.txt similarity index 100% rename from charts/incubator/threadfin/templates/NOTES.txt rename to charts/stable/threadfin/templates/NOTES.txt diff --git a/charts/incubator/threadfin/templates/common.yaml b/charts/stable/threadfin/templates/common.yaml similarity index 100% rename from charts/incubator/threadfin/templates/common.yaml rename to charts/stable/threadfin/templates/common.yaml diff --git a/charts/incubator/threadfin/values.yaml b/charts/stable/threadfin/values.yaml similarity index 100% rename from charts/incubator/threadfin/values.yaml rename to charts/stable/threadfin/values.yaml