mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added metube
This commit is contained in:
parent
eb8cbcda91
commit
d95185edad
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ adguard-home/conf/
|
||||
obsidian-livesync/data/
|
||||
kavita/data/
|
||||
kavita/manga/
|
||||
metube/downloads/
|
||||
|
16
README.md
16
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/)
|
20
metube/compose.yml
Normal file
20
metube/compose.yml
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user