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/
|
obsidian-livesync/data/
|
||||||
kavita/data/
|
kavita/data/
|
||||||
kavita/manga/
|
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) |
|
| [Radarr](https://github.com/linuxserver/docker-radarr) | [7878](http://localhost:7878) |
|
||||||
| [SQLChat](https://github.com/sqlchat/sqlchat) | [3005](http://localhost:3005) |
|
| [SQLChat](https://github.com/sqlchat/sqlchat) | [3005](http://localhost:3005) |
|
||||||
| [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) | |
|
| [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) |
|
| [Transmission](https://github.com/linuxserver/docker-transmission) | [9091](http://localhost:9091) |
|
||||||
| [Uptime Kuma](https://github.com/louislam/uptime-kuma) | [3001](http://localhost:3001) |
|
| [Uptime Kuma](https://github.com/louislam/uptime-kuma) | [3001](http://localhost:3001) |
|
||||||
| [Watchtower](https://containrrr.dev/watchtower/) | |
|
| [Watchtower](https://containrrr.dev/watchtower/) | |
|
||||||
@ -63,10 +63,11 @@ docker network create --driver bridge proxy
|
|||||||
|
|
||||||
## ToDo
|
## ToDo
|
||||||
|
|
||||||
- moodle
|
- glances 61208 test on windows
|
||||||
- kavita
|
- moodle 8089
|
||||||
- mealie
|
- kavita 5003
|
||||||
- metube
|
- mealie 9925
|
||||||
|
- metube 8088
|
||||||
- pinchflat
|
- pinchflat
|
||||||
- netalertx
|
- netalertx
|
||||||
- netdata
|
- netdata
|
||||||
@ -79,7 +80,6 @@ docker network create --driver bridge proxy
|
|||||||
- cadvisor
|
- cadvisor
|
||||||
- heimdall
|
- heimdall
|
||||||
- homer
|
- homer
|
||||||
- influxdb2
|
|
||||||
- pihole
|
- pihole
|
||||||
|
|
||||||
### Übung
|
### Übung
|
||||||
@ -90,10 +90,6 @@ docker network create --driver bridge proxy
|
|||||||
- beliebige App
|
- beliebige App
|
||||||
- gemeinsames poxy Docker Netzwerk
|
- gemeinsames poxy Docker Netzwerk
|
||||||
|
|
||||||
### add to readme and homepage
|
|
||||||
|
|
||||||
- glances
|
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
- [Composerize](https://www.composerize.com/)
|
- [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