Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-08 13:54:04 +00:00
parent 60006f0000
commit a14c1ef162
10 changed files with 2116 additions and 0 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [metube-5.0.0](https://github.com/truecharts/charts/compare/metube-4.0.7...metube-5.0.0) (2023-01-08)
### Fix
- BREAKING CHANGES - separate config/download dirs. ([#6154](https://github.com/truecharts/charts/issues/6154))
## [metube-4.0.7](https://github.com/truecharts/charts/compare/metube-4.0.6...metube-4.0.7) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [metube-4.0.6](https://github.com/truecharts/charts/compare/metube-4.0.5...metube-4.0.6) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [metube-4.0.5](https://github.com/truecharts/charts/compare/metube-4.0.4...metube-4.0.5) (2022-12-25)
### Chore
- update helm general non-major
## [metube-4.0.4](https://github.com/truecharts/charts/compare/metube-4.0.3...metube-4.0.4) (2022-12-19)
### Chore
- update helm general non-major
## [metube-4.0.3](https://github.com/truecharts/charts/compare/metube-4.0.2...metube-4.0.3) (2022-12-13)
### Chore
- update helm general non-major
## [metube-4.0.2](https://github.com/truecharts/charts/compare/metube-4.0.1...metube-4.0.2) (2022-11-30)
## [metube-4.0.2](https://github.com/truecharts/charts/compare/metube-4.0.1...metube-4.0.2) (2022-11-30)
## [metube-4.0.2](https://github.com/truecharts/charts/compare/metube-4.0.1...metube-4.0.2) (2022-11-30)
## [metube-4.0.2](https://github.com/truecharts/charts/compare/metube-4.0.1...metube-4.0.2) (2022-11-30)
## [metube-4.0.2](https://github.com/truecharts/charts/compare/metube-4.0.1...metube-4.0.2) (2022-11-30)
## [metube-4.0.2](https://github.com/truecharts/charts/compare/metube-4.0.1...metube-4.0.2) (2022-11-30)
## [metube-4.0.2](https://github.com/truecharts/charts/compare/metube-4.0.1...metube-4.0.2) (2022-11-30)
## [metube-4.0.2](https://github.com/truecharts/charts/compare/metube-4.0.1...metube-4.0.2) (2022-11-30)

View File

@ -0,0 +1,26 @@
apiVersion: v2
appVersion: "2022"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
description: Web GUI for youtube-dl.
home: https://truecharts.org/charts/stable/metube
icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png
keywords:
- metube
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: metube
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/metube
- https://github.com/alexta69/metube
version: 5.0.0
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [metube-5.0.0](https://github.com/truecharts/charts/compare/metube-4.0.7...metube-5.0.0) (2023-01-08)
### Fix
- BREAKING CHANGES - separate config/download dirs. ([#6154](https://github.com/truecharts/charts/issues/6154))

View File

@ -0,0 +1,8 @@
Web GUI for youtube-dl.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/metube](https://truecharts.org/charts/stable/metube)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@ -0,0 +1,28 @@
image:
repository: tccr.io/truecharts/metube
tag: v2022-04@sha256:d6bf0a91018131512573288fa6bcf2b86f9f97acb1ad975014eab5e91f5d0e9d
pullPolicy: IfNotPresent
env:
STATE_DIR: /config
DOWNLOAD_DIR: /downloads
OUTPUT_TEMPLATE: "%(title)s.%(ext)s"
YTDL_OPTIONS: "{}"
service:
main:
ports:
main:
port: 10216
targetPort: 8081
persistence:
config:
enabled: true
mountPath: /config
downloads:
enabled: true
mountPath: /downloads
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

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

View File