瀏覽代碼

Create metube.json

don 2 年之前
父節點
當前提交
6bdc5d6570
共有 1 個文件被更改,包括 37 次插入0 次删除
  1. 37 0
      template/apps/metube.json

+ 37 - 0
template/apps/metube.json

@@ -0,0 +1,37 @@
+{
+	"categories": [
+		"Downloader"
+	],
+	"description": "Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites (https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md)",
+	"env": [
+		{
+			"default": "1000",
+			"label": "PUID",
+			"name": "PUID"
+		},
+		{
+			"default": "1000",
+			"label": "PGID",
+			"name": "PGID"
+		}
+	],
+	"image32": "alexta69/metube",
+	"image64": "alexta69/metube",
+	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/metube.png",
+	"name": "MeTube",
+	"officialDoc": "https://github.com/alexta69/metube",
+	"platform": "linux",
+	"ports": [
+		"8081:8081/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "MeTube",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Downloads",
+			"container": "/downloads"
+		}
+	],
+	"webpage": "https://hub.docker.com/r/alexta69/metube"
+}