diff --git a/charts/incubator/threadfin/.helmignore b/charts/incubator/threadfin/.helmignore new file mode 100644 index 00000000000..feb7464da6f --- /dev/null +++ b/charts/incubator/threadfin/.helmignore @@ -0,0 +1,32 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ +# OWNERS file for Kubernetes +OWNERS +# helm-docs templates +*.gotmpl +# docs folder +/docs +# icon +icon.png +icon.webp +icon-small.webp diff --git a/charts/incubator/threadfin/CHANGELOG.md b/charts/incubator/threadfin/CHANGELOG.md new file mode 100644 index 00000000000..f3e8318aa10 --- /dev/null +++ b/charts/incubator/threadfin/CHANGELOG.md @@ -0,0 +1,4 @@ +--- +title: Changelog +pagefind: false +--- diff --git a/charts/incubator/threadfin/Chart.yaml b/charts/incubator/threadfin/Chart.yaml new file mode 100644 index 00000000000..1e89a4fcbf1 --- /dev/null +++ b/charts/incubator/threadfin/Chart.yaml @@ -0,0 +1,40 @@ +annotations: + max_scale_version: 24.04.1 + min_scale_version: 24.04.0 + truecharts.org/category: media + truecharts.org/max_helm_version: "3.15" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: main +dependencies: + - name: common + version: 25.1.7 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: M3U Proxy for Plex DVR and Emby/Jellyfin Live TV. Based on xTeVe. +home: https://truecharts.org/charts/incubator/threadfin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/threadfin.webp +keywords: + - threadfin + - xteve + - iptv + - plex + - emby + - jellyfin +kubeVersion: '>=1.24.0-0' +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: threadfin +sources: + - https://hub.docker.com/r/fyb3roptik/threadfin + - https://github.com/truecharts/charts/tree/master/charts/incubator/threadfin + - https://github.com/Threadfin/Threadfin +type: application +version: 0.0.1 diff --git a/charts/incubator/threadfin/README.md b/charts/incubator/threadfin/README.md new file mode 100644 index 00000000000..2b8cc49d247 --- /dev/null +++ b/charts/incubator/threadfin/README.md @@ -0,0 +1,3 @@ +--- +title: README +--- diff --git a/charts/incubator/threadfin/icon.webp b/charts/incubator/threadfin/icon.webp new file mode 100644 index 00000000000..1068e658b06 Binary files /dev/null and b/charts/incubator/threadfin/icon.webp differ diff --git a/charts/incubator/threadfin/templates/NOTES.txt b/charts/incubator/threadfin/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/charts/incubator/threadfin/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/charts/incubator/threadfin/templates/common.yaml b/charts/incubator/threadfin/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/charts/incubator/threadfin/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/charts/incubator/threadfin/values.yaml b/charts/incubator/threadfin/values.yaml new file mode 100644 index 00000000000..fdc3df54390 --- /dev/null +++ b/charts/incubator/threadfin/values.yaml @@ -0,0 +1,20 @@ +image: + repository: fyb3roptik/threadfin + tag: v1.2.21@sha256:53d7efb4dcc3cc70b35073091dee6f6e30432a9e5e1ba1d5a8cbe9a9f898c327 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 34400 +persistence: + config: + enabled: true + mountPath: "/home/threadfin/conf" + temp: + enabled: true + mountPath: "/tmp/threadfin" + type: emptyDir +portal: + open: + enabled: true