metube enabled
This commit is contained in:
parent
e3272a1dce
commit
c646a58cea
@ -84,6 +84,7 @@ in
|
|||||||
"jellyfin"
|
"jellyfin"
|
||||||
"gitea"
|
"gitea"
|
||||||
"mealie"
|
"mealie"
|
||||||
|
"metube"
|
||||||
]
|
]
|
||||||
// enableList mkEnabledIp [
|
// enableList mkEnabledIp [
|
||||||
"audiobookshelf"
|
"audiobookshelf"
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user