File tree Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Expand file tree Collapse file tree 2 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : application.kubero.dev/v1alpha1
2+ kind : KuberoApp
3+ metadata :
4+ name : metube
5+ labels :
6+ manager : kubero
7+ spec :
8+ name : metube
9+ deploymentstrategy : docker
10+ envVars : []
11+ extraVolumes :
12+ - accessMode : ReadWriteOnce
13+ accessModes :
14+ - ReadWriteOnce
15+ emptyDir : false
16+ mountPath : /downloads
17+ name : downloads-volume
18+ size : 10Gi
19+ cronjobs : []
20+ addons : []
21+ web :
22+ replicaCount : 1
23+ worker :
24+ replicaCount : 0
25+ image :
26+ containerPort : " 8081"
27+ pullPolicy : Always
28+ repository : ghcr.io/alexta69/metube
29+ tag : latest
Original file line number Diff line number Diff line change 1+ name : Metube
2+ description : ' Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)'
3+ tags :
4+ - video
5+ source : https://github.com/alexta69/metube
6+ website : hhttps://github.com/alexta69/metube
7+ icon : https://raw.githubusercontent.com/alexta69/metube/master/ui/src/assets/icons/android-chrome-192x192.png
8+ screenshots :
9+ - https://raw.githubusercontent.com/alexta69/metube/master/screenshot.gif
You can’t perform that action at this time.
0 commit comments