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"
"gitea"
"mealie"
"metube"
]
// enableList mkEnabledIp [
"audiobookshelf"

View File

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