mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 07:55:06 +02:00
feat: tdarr paths
This commit is contained in:
@@ -98,16 +98,16 @@ spec:
|
||||
server: 192.168.9.10
|
||||
path: /var/mnt/vol1/video/movies
|
||||
globalMounts:
|
||||
- path: /mnt/movies
|
||||
- path: /mnt/storage/video/movies
|
||||
tv:
|
||||
type: nfs
|
||||
server: 192.168.9.10
|
||||
path: /var/mnt/vol1/video/tv
|
||||
globalMounts:
|
||||
- path: /mnt/tv
|
||||
- path: /mnt/storage/video/tv
|
||||
shared:
|
||||
type: nfs
|
||||
server: 192.168.9.10
|
||||
path: /var/mnt/vol1/video/.tdarr
|
||||
globalMounts:
|
||||
- path: /mnt/shared
|
||||
- path: /mnt/storage/video/.tdarr
|
||||
|
@@ -75,16 +75,16 @@ spec:
|
||||
server: 192.168.9.10
|
||||
path: /var/mnt/vol1/video/movies
|
||||
globalMounts:
|
||||
- path: /mnt/movies
|
||||
- path: /mnt/storage/video/movies
|
||||
tv:
|
||||
type: nfs
|
||||
server: 192.168.9.10
|
||||
path: /var/mnt/vol1/video/tv
|
||||
globalMounts:
|
||||
- path: /mnt/tv
|
||||
- path: /mnt/storage/video/tv
|
||||
shared:
|
||||
type: nfs
|
||||
server: 192.168.9.10
|
||||
path: /var/mnt/vol1/video/.tdarr
|
||||
globalMounts:
|
||||
- path: /mnt/shared
|
||||
- path: /mnt/storage/video/.tdarr
|
||||
|
Reference in New Issue
Block a user