From d95185edad5d8f7026301059d0cd88a91474cf1f Mon Sep 17 00:00:00 2001 From: dominikhoebert <42839893+dominikhoebert@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:23:43 +0200 Subject: [PATCH] added metube --- .gitignore | 1 + README.md | 16 ++++++---------- metube/compose.yml | 20 ++++++++++++++++++++ 3 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 metube/compose.yml diff --git a/.gitignore b/.gitignore index f53970f..d4e3bdf 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ adguard-home/conf/ obsidian-livesync/data/ kavita/data/ kavita/manga/ +metube/downloads/ diff --git a/README.md b/README.md index bd613ac..c9a1a66 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ docker network create --driver bridge proxy | [Radarr](https://github.com/linuxserver/docker-radarr) | [7878](http://localhost:7878) | | [SQLChat](https://github.com/sqlchat/sqlchat) | [3005](http://localhost:3005) | | [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) | | -| [traefik](https://doc.traefik.io/traefik/) | [8085](http://localhost:8082) 83 444 | +| [traefik](https://doc.traefik.io/traefik/) | [8085](http://localhost:8085) 83 444 | | [Transmission](https://github.com/linuxserver/docker-transmission) | [9091](http://localhost:9091) | | [Uptime Kuma](https://github.com/louislam/uptime-kuma) | [3001](http://localhost:3001) | | [Watchtower](https://containrrr.dev/watchtower/) | | @@ -63,10 +63,11 @@ docker network create --driver bridge proxy ## ToDo -- moodle -- kavita -- mealie -- metube +- glances 61208 test on windows +- moodle 8089 +- kavita 5003 +- mealie 9925 +- metube 8088 - pinchflat - netalertx - netdata @@ -79,7 +80,6 @@ docker network create --driver bridge proxy - cadvisor - heimdall - homer - - influxdb2 - pihole ### Übung @@ -90,10 +90,6 @@ docker network create --driver bridge proxy - beliebige App - gemeinsames poxy Docker Netzwerk -### add to readme and homepage - -- glances - ## Tools - [Composerize](https://www.composerize.com/) \ No newline at end of file diff --git a/metube/compose.yml b/metube/compose.yml new file mode 100644 index 0000000..8f50575 --- /dev/null +++ b/metube/compose.yml @@ -0,0 +1,20 @@ +# https://github.com/alexta69/metube + +# 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. + +name: metube +services: + metube: + networks: + - proxy + image: ghcr.io/alexta69/metube + container_name: metube + ports: + - "8088:8081" + volumes: + - ./downloads:/downloads + +networks: + proxy: + external: true + \ No newline at end of file