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
@@ -11,7 +11,7 @@ services:
- DELETE_FILE_ON_TRASHCAN=true - DELETE_FILE_ON_TRASHCAN=true
- DEFAULT_OPTION_PLAYLIST_STRICT_MODE=true - DEFAULT_OPTION_PLAYLIST_STRICT_MODE=true
volumes: volumes:
- ./volumes/MeTube_downloads:/downloads - ./MeTube_downloads:/downloads
labels: labels:
- traefik.enable=true - traefik.enable=true
networks: networks:
+1 -1
View File
@@ -195,7 +195,7 @@ http:
metube-auth: metube-auth:
basicAuth: basicAuth:
users: users:
- "vv:$2y$05$oO.mQXBZSJq7aDRJF1iorudafu9HsrJCEfKb6Cev8UlzWOF8kzlY6" - "admin:$2y$05$3Q6gyLFW3NFNp4C6elnyfupntqB6VNB/tcIAeo8NEzvaqPxOjN0iC"
realm: "MeTube Access" realm: "MeTube Access"
# Basic Auth Traefik Dashboard # Basic Auth Traefik Dashboard