|
@@ -3032,6 +3032,41 @@
|
|
|
],
|
|
|
"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://pymedusa.com/\" target=\"_blank\">https://pymedusa.com/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-medusa\" target=\"_blank\">https://docs.linuxserver.io/images/docker-medusa</a><br><br><br>"
|
|
|
},
|
|
|
+ {
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "image": "alexta69/metube",
|
|
|
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/metube.png",
|
|
|
+ "name": "MeTube",
|
|
|
+ "platform": "linux",
|
|
|
+ "ports": [
|
|
|
+ "8081:8081/tcp"
|
|
|
+ ],
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "title": "MeTube",
|
|
|
+ "type": 1,
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Downloads",
|
|
|
+ "container": "/downloads"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://hub.docker.com/r/alexta69/metube\" target=\"_blank\">https://hub.docker.com/r/alexta69/metube</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/alexta69/metube\" target=\"_blank\">https://github.com/alexta69/metube</a><br><br><br>"
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Other",
|