Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-10-16 12:51:29 +00:00
parent c21bd355c7
commit 7467b17897
14 changed files with 2535 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<a name="tdarr-0.0.1"></a>
### [tdarr-0.0.1](https://github.com/truecharts/apps/compare/tdarr-node-0.0.1...tdarr-0.0.1) (2021-10-16)
#### Feat
* Add tdarr ([#1152](https://github.com/truecharts/apps/issues/1152))

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

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.3.6
digest: sha256:cb195459826131baeb2538c37ec6cbff4542c673d77aa12e0e7de2f9a75e8606
generated: "2021-10-16T12:49:46.530127432Z"

View File

@ -0,0 +1,25 @@
apiVersion: v2
appVersion: "2.00.10"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.3.6
deprecated: false
description: Audio/Video library transcoding automation
home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr
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
sources:
- https://github.com/HaveAGitGat/Tdarr
- https://hub.docker.com/r/haveagitgat/tdarr
type: application
version: 0.0.1

View 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>
## 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

View File

@ -0,0 +1,3 @@
Audio/Video library transcoding automation
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

View File

@ -0,0 +1,45 @@
# 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.serverIP | string | `"0.0.0.0"` | |
| env.serverPort | int | `8266` | |
| env.webUIPort | int | `8265` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"haveagitgat/tdarr"` | |
| image.tag | string | `"2.00.10@sha256:63b95a5897f7be1841f4f4e192ab978ec4afc2d81d6fcc150f4785071560ed86"` | |
| 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.server.accessMode | string | `"ReadWriteOnce"` | |
| persistence.server.enabled | bool | `true` | |
| persistence.server.mountPath | string | `"/app/server"` | |
| persistence.server.size | string | `"100Gi"` | |
| persistence.server.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.comm.ports.comm.port | int | `8266` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `8265` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,15 @@
##
# This file contains Values.yaml content that gets added to the output of questions.yaml
# It's ONLY meant for content that the user is NOT expected to change.
# Example: Everything under "image" is not included in questions.yaml but is included here.
##
image:
repository: haveagitgat/tdarr
pullPolicy: IfNotPresent
tag: 2.00.10@sha256:63b95a5897f7be1841f4f4e192ab978ec4afc2d81d6fcc150f4785071560ed86
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart
##

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

@ -0,0 +1,53 @@
# Default values for tdarr
image:
repository: haveagitgat/tdarr
pullPolicy: IfNotPresent
tag: 2.00.10@sha256:63b95a5897f7be1841f4f4e192ab978ec4afc2d81d6fcc150f4785071560ed86
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
webUIPort: 8265
serverIP: "0.0.0.0"
serverPort: 8266
PUID: 568
service:
main:
enabled: true
ports:
main:
port: 8265
comm:
ports:
comm:
port: 8266
persistence:
server:
enabled: true
mountPath: "/app/server"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
configs:
enabled: true
mountPath: "/app/configs"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
logs:
enabled: true
mountPath: "/app/logs"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
varrun:
enabled: true

View File

View File

@ -0,0 +1,3 @@
categories:
- media
icon_url: https://avatars.githubusercontent.com/u/43864057?v=4