Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
10
charts/incubator/tdarr-node/CHANGELOG.md
Normal file
10
charts/incubator/tdarr-node/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="tdarr-node-0.0.1"></a>
|
||||
### tdarr-node-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add tdarr-node ([#1150](https://github.com/truecharts/apps/issues/1150))
|
||||
|
||||
8
charts/incubator/tdarr-node/CONFIG.md
Normal file
8
charts/incubator/tdarr-node/CONFIG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Configuration Options
|
||||
|
||||
##### 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/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
||||
38
charts/incubator/tdarr-node/README.md
Normal file
38
charts/incubator/tdarr-node/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Introduction
|
||||
|
||||
Audio/Video library transcoding automation
|
||||
|
||||
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)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/HaveAGitGat/Tdarr>
|
||||
* <https://hub.docker.com/r/haveagitgat/tdarr_node>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.3.6 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## 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
|
||||
8
charts/incubator/tdarr-node/app-changelog.md
Normal file
8
charts/incubator/tdarr-node/app-changelog.md
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
<a name="tdarr-node-0.0.1"></a>
|
||||
### tdarr-node-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add tdarr-node ([#1150](https://github.com/truecharts/apps/issues/1150))
|
||||
|
||||
3
charts/incubator/tdarr-node/app-readme.md
Normal file
3
charts/incubator/tdarr-node/app-readme.md
Normal file
@@ -0,0 +1,3 @@
|
||||
Audio/Video library transcoding automation
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
||||
41
charts/incubator/tdarr-node/helm-values.md
Normal file
41
charts/incubator/tdarr-node/helm-values.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# Default Helm-Values
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.PUID | int | `568` | |
|
||||
| env.nodeID | string | `"myFirstTdarrNode"` | |
|
||||
| env.nodeIP | string | `"0.0.0.0"` | |
|
||||
| env.nodePort | int | `8267` | |
|
||||
| env.serverIP | string | `"0.0.0.0"` | |
|
||||
| env.serverPort | int | `8266` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"haveagitgat/tdarr_node"` | |
|
||||
| image.tag | string | `"2.00.10@sha256:1e3f9328327d7d5597c414e6cf2b609e9e4a2854385e03c009814ad03c3c210c"` | |
|
||||
| persistence.configs.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.configs.enabled | bool | `true` | |
|
||||
| persistence.configs.mountPath | string | `"/app/configs"` | |
|
||||
| persistence.configs.size | string | `"100Gi"` | |
|
||||
| persistence.configs.type | string | `"pvc"` | |
|
||||
| persistence.logs.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.logs.enabled | bool | `true` | |
|
||||
| persistence.logs.mountPath | string | `"/app/logs"` | |
|
||||
| persistence.logs.size | string | `"100Gi"` | |
|
||||
| persistence.logs.type | string | `"pvc"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `8267` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
10
docs/apps/incubator/tdarr-node/CHANGELOG.md
Normal file
10
docs/apps/incubator/tdarr-node/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="tdarr-node-0.0.1"></a>
|
||||
### tdarr-node-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add tdarr-node ([#1150](https://github.com/truecharts/apps/issues/1150))
|
||||
|
||||
8
docs/apps/incubator/tdarr-node/CONFIG.md
Normal file
8
docs/apps/incubator/tdarr-node/CONFIG.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Configuration Options
|
||||
|
||||
##### 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/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
||||
41
docs/apps/incubator/tdarr-node/helm-values.md
Normal file
41
docs/apps/incubator/tdarr-node/helm-values.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# Default Helm-Values
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.PUID | int | `568` | |
|
||||
| env.nodeID | string | `"myFirstTdarrNode"` | |
|
||||
| env.nodeIP | string | `"0.0.0.0"` | |
|
||||
| env.nodePort | int | `8267` | |
|
||||
| env.serverIP | string | `"0.0.0.0"` | |
|
||||
| env.serverPort | int | `8266` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"haveagitgat/tdarr_node"` | |
|
||||
| image.tag | string | `"2.00.10@sha256:1e3f9328327d7d5597c414e6cf2b609e9e4a2854385e03c009814ad03c3c210c"` | |
|
||||
| persistence.configs.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.configs.enabled | bool | `true` | |
|
||||
| persistence.configs.mountPath | string | `"/app/configs"` | |
|
||||
| persistence.configs.size | string | `"100Gi"` | |
|
||||
| persistence.configs.type | string | `"pvc"` | |
|
||||
| persistence.logs.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.logs.enabled | bool | `true` | |
|
||||
| persistence.logs.mountPath | string | `"/app/logs"` | |
|
||||
| persistence.logs.size | string | `"100Gi"` | |
|
||||
| persistence.logs.type | string | `"pvc"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `8267` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
38
docs/apps/incubator/tdarr-node/index.md
Normal file
38
docs/apps/incubator/tdarr-node/index.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Introduction
|
||||
|
||||
Audio/Video library transcoding automation
|
||||
|
||||
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)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/HaveAGitGat/Tdarr>
|
||||
* <https://hub.docker.com/r/haveagitgat/tdarr_node>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.3.6 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## 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
|
||||
@@ -180853,6 +180853,35 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
tdarr-node:
|
||||
- apiVersion: v2
|
||||
appVersion: 2.00.10
|
||||
created: "2021-10-16T12:00:24.414539615Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.6
|
||||
description: Audio/Video library transcoding automation
|
||||
digest: 0807e6d2b6c7493924afd51a6be96d1cfdfd39b97d83b8c4de44229e958d6b2d
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node
|
||||
icon: https://avatars.githubusercontent.com/u/43864057?v=4
|
||||
keywords:
|
||||
- encode
|
||||
- media
|
||||
- tdarr
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: tdarr-node
|
||||
sources:
|
||||
- https://github.com/HaveAGitGat/Tdarr
|
||||
- https://hub.docker.com/r/haveagitgat/tdarr_node
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/tdarr-node-0.0.1/tdarr-node-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
teamspeak3:
|
||||
- apiVersion: v2
|
||||
appVersion: 3.13.6
|
||||
@@ -210025,4 +210054,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-10-15T16:41:21.213411341Z"
|
||||
generated: "2021-10-16T12:00:24.500359828Z"
|
||||
|
||||
Reference in New Issue
Block a user