mirror of
https://github.com/nold360/hive-apps
synced 2024-11-05 05:16:37 +00:00
23 lines
447 B
YAML
23 lines
447 B
YAML
|
config:
|
||
|
description: Tools for downloading linux isos
|
||
|
apps:
|
||
|
- name: deluge
|
||
|
repoURL: https://k8s-at-home.com/charts/
|
||
|
chart: deluge
|
||
|
targetRevision: 5.0.1
|
||
|
secrets:
|
||
|
- name: openvpn
|
||
|
keys:
|
||
|
- VPN_AUTH
|
||
|
- vpnConfigfile
|
||
|
|
||
|
- name: youtubedl
|
||
|
repoURL: https://k8s-at-home.com/charts/
|
||
|
chart: youtubedl-material
|
||
|
targetRevision: 4.0.1
|
||
|
|
||
|
- name: pyload
|
||
|
repoURL: https://k8s-at-home.com/charts/
|
||
|
chart: pyload
|
||
|
targetRevision: 6.0.1
|