Files
truecharts/charts/stable/metube/values.yaml
T
7a84a44f86 fix(metube): BREAKING CHANGES - separate config/download dirs. (#6154)
* fix(metube) separate config/download dirs.

* remove the gui option.

* fix spelling

* Update charts/stable/metube/questions.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-08 15:50:43 +02:00

29 lines
509 B
YAML

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