From a2bbe66f0f820d13409cd3260f21fee4db887338 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 7 Sep 2021 22:33:40 +0000 Subject: [PATCH] Commit released Helm Chart and docs for TrueCharts Signed-off-by: TrueCharts-Bot --- charts/incubator/oscam/CHANGELOG.md | 4 ++ charts/incubator/oscam/CONFIG.md | 50 ++++++++++++++++++--- charts/incubator/oscam/Chart.lock | 6 +++ charts/incubator/oscam/README.md | 49 ++++++++++++--------- charts/incubator/oscam/SCALE/CHANGELOG.md | 4 ++ charts/incubator/oscam/app-readme.md | 47 +++++++++++++++++++- charts/incubator/oscam/helm-values.md | 53 ++++++++++++++++------- docs/apps/incubator/oscam/CHANGELOG.md | 4 ++ docs/apps/incubator/oscam/CONFIG.md | 46 ++++++++++++++++++++ docs/apps/incubator/oscam/helm-values.md | 46 ++++++++++++++++++++ docs/apps/incubator/oscam/index.md | 46 ++++++++++++++++++++ docs/index.yaml | 28 +++++++++++- 12 files changed, 339 insertions(+), 44 deletions(-) create mode 100644 charts/incubator/oscam/CHANGELOG.md create mode 100644 charts/incubator/oscam/Chart.lock create mode 100644 charts/incubator/oscam/SCALE/CHANGELOG.md create mode 100644 docs/apps/incubator/oscam/CHANGELOG.md create mode 100644 docs/apps/incubator/oscam/CONFIG.md create mode 100644 docs/apps/incubator/oscam/helm-values.md create mode 100644 docs/apps/incubator/oscam/index.md diff --git a/charts/incubator/oscam/CHANGELOG.md b/charts/incubator/oscam/CHANGELOG.md new file mode 100644 index 00000000000..649f590c5fb --- /dev/null +++ b/charts/incubator/oscam/CHANGELOG.md @@ -0,0 +1,4 @@ + + +## oscam-1.0.0 (2021-09-07) + diff --git a/charts/incubator/oscam/CONFIG.md b/charts/incubator/oscam/CONFIG.md index fc9b2fa2d5f..b95527b270c 100644 --- a/charts/incubator/oscam/CONFIG.md +++ b/charts/incubator/oscam/CONFIG.md @@ -1,8 +1,46 @@ -# Configuration Options +# oscam -##### Connecting to other apps -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: -https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) -##### Available config options -In the future this page is going to contain an automated list of options available in the installation/edit UI. +Open Source Conditional Access Module software + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| TrueCharts | info@truecharts.org | truecharts.org | + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 6.13.7 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.PGID | string | `"20"` | | +| env.PUID | string | `"568"` | | +| env.TZ | string | `"UTC"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/linuxserver/oscam"` | | +| image.tag | string | `"version-11693"` | | +| persistence.config.accessMode | string | `"ReadWriteOnce"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| persistence.config.size | string | `"100Gi"` | | +| persistence.config.type | string | `"pvc"` | | +| service.main.enabled | bool | `true` | | +| service.main.ports.main.port | int | `8888` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/incubator/oscam/Chart.lock b/charts/incubator/oscam/Chart.lock new file mode 100644 index 00000000000..7c01f8e3735 --- /dev/null +++ b/charts/incubator/oscam/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 6.13.7 +digest: sha256:85cf82d19e7aaf78d62b80a6b9be4fe7b3d8eb5e50c1808c44b385ab2889f43d +generated: "2021-09-07T22:32:30.279268831Z" diff --git a/charts/incubator/oscam/README.md b/charts/incubator/oscam/README.md index 834038d33b7..b95527b270c 100644 --- a/charts/incubator/oscam/README.md +++ b/charts/incubator/oscam/README.md @@ -1,9 +1,16 @@ -# Introduction +# oscam -OSCam is an Open Source Conditional Access Module software, based on the very good MpCS version 0.9d created by ?dukat. +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) -TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** +Open Source Conditional Access Module software + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| TrueCharts | info@truecharts.org | truecharts.org | ## Source Code @@ -13,25 +20,27 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu Kubernetes: `>=1.16.0-0` -## Dependencies - | Repository | Name | Version | |------------|------|---------| | https://truecharts.org | common | 6.13.7 | -## Installing the Chart +## Values -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.PGID | string | `"20"` | | +| env.PUID | string | `"568"` | | +| env.TZ | string | `"UTC"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/linuxserver/oscam"` | | +| image.tag | string | `"version-11693"` | | +| persistence.config.accessMode | string | `"ReadWriteOnce"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| persistence.config.size | string | `"100Gi"` | | +| persistence.config.type | string | `"pvc"` | | +| service.main.enabled | bool | `true` | | +| service.main.ports.main.port | int | `8888` | | -## Uninstalling the Chart - -To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). - -## Support - -- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. -- See the [Wiki](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) ---- -All Rights Reserved - The TrueCharts Project +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/incubator/oscam/SCALE/CHANGELOG.md b/charts/incubator/oscam/SCALE/CHANGELOG.md new file mode 100644 index 00000000000..649f590c5fb --- /dev/null +++ b/charts/incubator/oscam/SCALE/CHANGELOG.md @@ -0,0 +1,4 @@ + + +## oscam-1.0.0 (2021-09-07) + diff --git a/charts/incubator/oscam/app-readme.md b/charts/incubator/oscam/app-readme.md index eb5afa0bf25..b95527b270c 100644 --- a/charts/incubator/oscam/app-readme.md +++ b/charts/incubator/oscam/app-readme.md @@ -1,3 +1,46 @@ -OSCam is an Open Source Conditional Access Module software, based on the very good MpCS version 0.9d created by ​dukat. +# oscam -This App is supplied by TrueCharts, for more information please visit https://truecharts.org \ No newline at end of file +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +Open Source Conditional Access Module software + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| TrueCharts | info@truecharts.org | truecharts.org | + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 6.13.7 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.PGID | string | `"20"` | | +| env.PUID | string | `"568"` | | +| env.TZ | string | `"UTC"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/linuxserver/oscam"` | | +| image.tag | string | `"version-11693"` | | +| persistence.config.accessMode | string | `"ReadWriteOnce"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| persistence.config.size | string | `"100Gi"` | | +| persistence.config.type | string | `"pvc"` | | +| service.main.enabled | bool | `true` | | +| service.main.ports.main.port | int | `8888` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/charts/incubator/oscam/helm-values.md b/charts/incubator/oscam/helm-values.md index ba9263d3179..b95527b270c 100644 --- a/charts/incubator/oscam/helm-values.md +++ b/charts/incubator/oscam/helm-values.md @@ -1,23 +1,46 @@ -# Default Helm-Values +# oscam -TrueCharts is primarily build to supply TrueNAS SCALE Apps. -However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) -Most of our Apps also consume our "common" Helm Chart. -If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. -You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. +Open Source Conditional Access Module software + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| TrueCharts | info@truecharts.org | truecharts.org | + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 6.13.7 | ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| -| env.PGID | string | `"568"` | Specify the group ID the application will run as | -| env.PUID | string | `"20"` | Specify the user ID the application will run as | -| env.TZ | string | `"UTC"` | Set the container timezone | -| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"ghcr.io/linuxserver/oscam"` | image repository | -| image.tag | string | `"latest"` | image tag | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | -| service | object | See values.yaml | Configures service settings for the chart. | +| env.PGID | string | `"20"` | | +| env.PUID | string | `"568"` | | +| env.TZ | string | `"UTC"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/linuxserver/oscam"` | | +| image.tag | string | `"version-11693"` | | +| persistence.config.accessMode | string | `"ReadWriteOnce"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| persistence.config.size | string | `"100Gi"` | | +| persistence.config.type | string | `"pvc"` | | +| service.main.enabled | bool | `true` | | +| service.main.ports.main.port | int | `8888` | | -All Rights Reserved - The TrueCharts Project +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/docs/apps/incubator/oscam/CHANGELOG.md b/docs/apps/incubator/oscam/CHANGELOG.md new file mode 100644 index 00000000000..649f590c5fb --- /dev/null +++ b/docs/apps/incubator/oscam/CHANGELOG.md @@ -0,0 +1,4 @@ + + +## oscam-1.0.0 (2021-09-07) + diff --git a/docs/apps/incubator/oscam/CONFIG.md b/docs/apps/incubator/oscam/CONFIG.md new file mode 100644 index 00000000000..b95527b270c --- /dev/null +++ b/docs/apps/incubator/oscam/CONFIG.md @@ -0,0 +1,46 @@ +# oscam + +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +Open Source Conditional Access Module software + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| TrueCharts | info@truecharts.org | truecharts.org | + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 6.13.7 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.PGID | string | `"20"` | | +| env.PUID | string | `"568"` | | +| env.TZ | string | `"UTC"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/linuxserver/oscam"` | | +| image.tag | string | `"version-11693"` | | +| persistence.config.accessMode | string | `"ReadWriteOnce"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| persistence.config.size | string | `"100Gi"` | | +| persistence.config.type | string | `"pvc"` | | +| service.main.enabled | bool | `true` | | +| service.main.ports.main.port | int | `8888` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/docs/apps/incubator/oscam/helm-values.md b/docs/apps/incubator/oscam/helm-values.md new file mode 100644 index 00000000000..b95527b270c --- /dev/null +++ b/docs/apps/incubator/oscam/helm-values.md @@ -0,0 +1,46 @@ +# oscam + +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +Open Source Conditional Access Module software + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| TrueCharts | info@truecharts.org | truecharts.org | + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 6.13.7 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.PGID | string | `"20"` | | +| env.PUID | string | `"568"` | | +| env.TZ | string | `"UTC"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/linuxserver/oscam"` | | +| image.tag | string | `"version-11693"` | | +| persistence.config.accessMode | string | `"ReadWriteOnce"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| persistence.config.size | string | `"100Gi"` | | +| persistence.config.type | string | `"pvc"` | | +| service.main.enabled | bool | `true` | | +| service.main.ports.main.port | int | `8888` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/docs/apps/incubator/oscam/index.md b/docs/apps/incubator/oscam/index.md new file mode 100644 index 00000000000..b95527b270c --- /dev/null +++ b/docs/apps/incubator/oscam/index.md @@ -0,0 +1,46 @@ +# oscam + +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) + +Open Source Conditional Access Module software + +**Homepage:** + +## Maintainers + +| Name | Email | Url | +| ---- | ------ | --- | +| TrueCharts | info@truecharts.org | truecharts.org | + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 6.13.7 | + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| env.PGID | string | `"20"` | | +| env.PUID | string | `"568"` | | +| env.TZ | string | `"UTC"` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"ghcr.io/linuxserver/oscam"` | | +| image.tag | string | `"version-11693"` | | +| persistence.config.accessMode | string | `"ReadWriteOnce"` | | +| persistence.config.enabled | bool | `true` | | +| persistence.config.mountPath | string | `"/config"` | | +| persistence.config.size | string | `"100Gi"` | | +| persistence.config.type | string | `"pvc"` | | +| service.main.enabled | bool | `true` | | +| service.main.ports.main.port | int | `8888` | | + +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) diff --git a/docs/index.yaml b/docs/index.yaml index 3d70ff4ba67..df18c5729bd 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -106062,6 +106062,32 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/organizr-3.1.5/organizr-3.1.5.tgz version: 3.1.5 + oscam: + - apiVersion: v2 + appVersion: auto + created: "2021-09-07T22:33:38.899705984Z" + dependencies: + - name: common + repository: https://truecharts.org + version: 6.13.7 + description: Open Source Conditional Access Module software + digest: e6badf878c9c5b9ea84681c0ac32919b1abdd91dedc893c409c05426c2404283 + home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam + icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/oscam-logo.png + keywords: + - oscam + kubeVersion: '>=1.16.0-0' + maintainers: + - email: info@truecharts.org + name: TrueCharts + url: truecharts.org + name: oscam + sources: + - https://trac.streamboard.tv/oscam/browser/trunk + type: application + urls: + - https://github.com/truecharts/apps/releases/download/oscam-1.0.0/oscam-1.0.0.tgz + version: 1.0.0 overseerr: - apiVersion: v2 appVersion: auto @@ -174782,4 +174808,4 @@ entries: urls: - https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz version: 3.1.5 -generated: "2021-09-07T10:59:09.553748899Z" +generated: "2021-09-07T22:33:38.949816197Z"