metube enabled

This commit is contained in:
Danilo Reyes 2025-09-20 15:55:31 -06:00
parent e3272a1dce
commit c646a58cea
2 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ in
"jellyfin" "jellyfin"
"gitea" "gitea"
"mealie" "mealie"
"metube"
] ]
// enableList mkEnabledIp [ // enableList mkEnabledIp [
"audiobookshelf" "audiobookshelf"

View File

@ -12,7 +12,7 @@ in
ports = [ "${toString cfg.port}:8081" ]; ports = [ "${toString cfg.port}:8081" ];
volumes = [ volumes = [
"${config.my.containerData}/metube:/downloads" "${config.my.containerData}/metube:/downloads"
"/home/jawz/.local/share/cookies.txt:/cookies.txt" "/home/jawz/.librewolf/cookies.txt:/cookies.txt"
]; ];
environment = { environment = {
TZ = config.my.timeZone; TZ = config.my.timeZone;