1
0
Fork 0

Update TA

This commit is contained in:
Daniel Kempkens 2023-06-06 13:46:18 +02:00
parent d680e87738
commit 6aadcb38dc
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -3,6 +3,7 @@
{ {
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"d /var/lib/tubearchivist 0755 root root" "d /var/lib/tubearchivist 0755 root root"
"d /var/lib/tubearchivist/cache 0755 media_user media_group"
"d /var/lib/tubearchivist/redis 0755 root root" "d /var/lib/tubearchivist/redis 0755 root root"
"d /var/lib/tubearchivist/es 0755 1000 root" "d /var/lib/tubearchivist/es 0755 1000 root"
]; ];
@ -15,7 +16,9 @@
environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ]; environmentFiles = [ config.age.secrets.tubearchivist-environment-ta.path ];
volumes = [ volumes = [
"/mnt/media/YTDL/Downloads:/youtube" "/mnt/media/YTDL/Downloads:/youtube"
"/mnt/media/YTDL/Cache:/cache" "/var/lib/tubearchivist/cache:/cache"
"/mnt/media/YTDL/Cache/backup:/cache/backup"
"/mnt/media/YTDL/Cache/import:/cache/import"
]; ];
}; };