feat: metube module with basic auth

This commit is contained in:
2025-11-16 16:26:25 +01:00
parent 8e4dae027e
commit 219cfb6e85
2 changed files with 2 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
services:
metube:
image: ghcr.io/alexta69/metube
container_name: metube
restart: unless-stopped
# ports:
# - "8081:8081"
environment:
- DOWNLOAD_MODE=limited
- MAX_CONCURRENT_DOWNLOADS=3
- DELETE_FILE_ON_TRASHCAN=true
- DEFAULT_OPTION_PLAYLIST_STRICT_MODE=true
volumes:
- ./MeTube_downloads:/downloads
labels:
- traefik.enable=true
networks:
- traefik-proxy
networks:
traefik-proxy:
external: true