Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-02-25 11:41:33 +00:00
parent 2e8b975d4d
commit 236c63dc81
11 changed files with 726 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="deemix-0.0.1"></a>
### deemix-0.0.1 (2022-02-25)
#### Feat
* Add deemix ([#1933](https://github.com/truecharts/apps/issues/1933))
+8
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.
+38
View File
@@ -0,0 +1,38 @@
# Introduction
deemix is a deezer downloader built from the ashes of Deezloader Remix.
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://gitlab.com/Bockiii/deemix-docker.git>
* <https://git.freezerapp.xyz/RemixDev/deemix-py>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.16.0 |
## 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
+31
View File
@@ -0,0 +1,31 @@
# 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.INTPORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | |
| env.UMASK_SET | string | `"{{ .Values.env.UMASK }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/deemix"` | |
| image.tag | string | `"latest@sha256:cc770caa2f11b2e1b89129e17ebbbbb2533bd3e7c93303e52a072e1b3e471f70"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/downloads"` | |
| 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 | `6595` | |
| service.main.ports.main.targetPort | int | `6595` | |
All Rights Reserved - The TrueCharts Project
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
# Changelog<br>
<a name="deemix-0.0.1"></a>
### deemix-0.0.1 (2022-02-25)
#### Feat
* Add deemix ([#1933](https://github.com/truecharts/apps/issues/1933))
+8
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.
+31
View File
@@ -0,0 +1,31 @@
# 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.INTPORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | |
| env.UMASK_SET | string | `"{{ .Values.env.UMASK }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/deemix"` | |
| image.tag | string | `"latest@sha256:cc770caa2f11b2e1b89129e17ebbbbb2533bd3e7c93303e52a072e1b3e471f70"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/downloads"` | |
| 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 | `6595` | |
| service.main.ports.main.targetPort | int | `6595` | |
All Rights Reserved - The TrueCharts Project
+38
View File
@@ -0,0 +1,38 @@
# Introduction
deemix is a deezer downloader built from the ashes of Deezloader Remix.
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://gitlab.com/Bockiii/deemix-docker.git>
* <https://git.freezerapp.xyz/RemixDev/deemix-py>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.16.0 |
## 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
File diff suppressed because one or more lines are too long
+36 -1
View File
@@ -8463,6 +8463,41 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/deconz-5.0.7/deconz-5.0.7.tgz
version: 5.0.7
deemix:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: latest
created: "2022-02-25T11:41:32.847808393Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.16.0
description: deemix is a deezer downloader built from the ashes of Deezloader
Remix.
digest: 13119f4dd844ce9d5b200119146598007f592de3c77155b9e018d60d7c337488
home: https://github.com/truecharts/apps/tree/master/charts/incubator/deemix
icon: https://truecharts.org/_static/img/appicons/deemix-icon.png
keywords:
- music
- deemix
- deezer
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: deemix
sources:
- https://gitlab.com/Bockiii/deemix-docker.git
- https://git.freezerapp.xyz/RemixDev/deemix-py
type: application
urls:
- https://github.com/truecharts/apps/releases/download/deemix-0.0.1/deemix-0.0.1.tgz
version: 0.0.1
deepstack:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -64661,4 +64696,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2022-02-25T10:18:10.057737231Z"
generated: "2022-02-25T11:41:32.854830642Z"