mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔧 LOCAL_LAN_TRUENAS variable
This commit is contained in:
@@ -115,7 +115,7 @@ spec:
|
||||
video:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/video
|
||||
globalMounts:
|
||||
- path: /mnt/storage/video
|
||||
|
@@ -79,7 +79,7 @@ spec:
|
||||
books:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/home/claude/books
|
||||
globalMounts:
|
||||
- path: /mnt/storage/home/claude/books
|
||||
|
@@ -127,7 +127,7 @@ spec:
|
||||
readOnly: true
|
||||
media:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/apps/frigate
|
||||
globalMounts:
|
||||
- path: /media/frigate
|
||||
|
@@ -98,7 +98,7 @@ spec:
|
||||
backups:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/backups/postgresql
|
||||
globalMounts:
|
||||
- path: /backups
|
||||
|
@@ -79,7 +79,7 @@ spec:
|
||||
persistence:
|
||||
library:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/apps/immich
|
||||
globalMounts:
|
||||
- path: *mediaLocation
|
||||
|
@@ -94,7 +94,7 @@ spec:
|
||||
persistence:
|
||||
library:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/apps/immich
|
||||
globalMounts:
|
||||
- path: /usr/src/app/upload
|
||||
|
@@ -130,7 +130,7 @@ spec:
|
||||
- path: /config
|
||||
library:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/apps/immich
|
||||
globalMounts:
|
||||
- path: *mediaLocation
|
||||
|
@@ -107,14 +107,14 @@ spec:
|
||||
music:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/music
|
||||
globalMounts:
|
||||
- path: /mnt/storage/music
|
||||
photo:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/photo
|
||||
mountPath: /mnt/storage/photo
|
||||
globalMounts:
|
||||
@@ -122,7 +122,7 @@ spec:
|
||||
video:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/video
|
||||
globalMounts:
|
||||
- path: /mnt/storage/video
|
||||
|
@@ -72,7 +72,7 @@ spec:
|
||||
- path: /config
|
||||
comics:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/home/claude/comics
|
||||
globalMounts:
|
||||
- path: /mnt/storage/home/claude/comics
|
||||
|
@@ -102,13 +102,13 @@ spec:
|
||||
- path: /config
|
||||
music:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/music
|
||||
globalMounts:
|
||||
- path: /mnt/storage/music
|
||||
downloads:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/downloads
|
||||
globalMounts:
|
||||
- path: /mnt/storage/downloads
|
||||
|
@@ -89,19 +89,19 @@ spec:
|
||||
- path: /srv/squeezebox
|
||||
music:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: *music
|
||||
globalMounts:
|
||||
- path: *music
|
||||
music-helene:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/home/helene/Musique
|
||||
globalMounts:
|
||||
- path: /mnt/storage/home/helene/Musique
|
||||
playlists:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: *playlist
|
||||
globalMounts:
|
||||
- path: *playlist
|
||||
|
@@ -91,7 +91,7 @@ spec:
|
||||
photo:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/photo
|
||||
readOnly: true
|
||||
globalMounts:
|
||||
|
@@ -98,21 +98,21 @@ spec:
|
||||
music:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/music
|
||||
globalMounts:
|
||||
- path: /mnt/storage/music
|
||||
photo:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/photo
|
||||
globalMounts:
|
||||
- path: /mnt/storage/photo
|
||||
video:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/video
|
||||
globalMounts:
|
||||
- path: /mnt/storage/video
|
||||
|
@@ -78,12 +78,12 @@ spec:
|
||||
music:
|
||||
type: nfs
|
||||
path: /mnt/storage/music
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
globalMounts:
|
||||
- path: /mnt/music
|
||||
music-transcoded:
|
||||
type: nfs
|
||||
path: /mnt/storage/music_transcoded
|
||||
server: ${LOCAL_LAN_TRUENAS}
|
||||
server: 192.168.9.10
|
||||
globalMounts:
|
||||
- path: /mnt/music_transcoded
|
||||
|
@@ -96,7 +96,7 @@ spec:
|
||||
- path: /config
|
||||
music:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/music
|
||||
globalMounts:
|
||||
- path: /mnt/storage/music
|
||||
|
@@ -94,28 +94,28 @@ spec:
|
||||
data:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/shared-documents/paperless/data
|
||||
globalMounts:
|
||||
- path: /usr/src/paperless/data
|
||||
media:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/shared-documents/paperless/media
|
||||
globalMounts:
|
||||
- path: /usr/src/paperless/media
|
||||
consume:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/shared-documents/paperless/watch
|
||||
globalMounts:
|
||||
- path: /usr/src/paperless/consume
|
||||
export:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/shared-documents/paperless/export
|
||||
globalMounts:
|
||||
- path: /usr/src/paperless/export
|
||||
|
@@ -96,7 +96,7 @@ spec:
|
||||
- path: /config
|
||||
downloads:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/downloads
|
||||
globalMounts:
|
||||
- path: /mnt/storage/downloads
|
||||
|
@@ -91,19 +91,19 @@ spec:
|
||||
- path: /config
|
||||
downloads:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/downloads
|
||||
globalMounts:
|
||||
- path: /mnt/storage/downloads
|
||||
music-qbittorrent:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/music/.qbittorrent
|
||||
globalMounts:
|
||||
- path: /mnt/storage/music/.qbittorrent
|
||||
video-qbittorrent:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/video/.qbittorrent
|
||||
globalMounts:
|
||||
- path: /mnt/storage/video/.qbittorrent
|
||||
|
@@ -103,14 +103,14 @@ spec:
|
||||
downloads:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/downloads
|
||||
globalMounts:
|
||||
- path: /mnt/storage/downloads
|
||||
video:
|
||||
enabled: true
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/video
|
||||
globalMounts:
|
||||
- path: /mnt/storage/video
|
||||
|
@@ -85,37 +85,37 @@ spec:
|
||||
subPath: sync.conf
|
||||
backups:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/backups
|
||||
globalMounts:
|
||||
- path: /sync/backup
|
||||
home-claude:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/home/claude
|
||||
globalMounts:
|
||||
- path: /sync/home/claude
|
||||
music-transcoded:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/music_transcoded
|
||||
globalMounts:
|
||||
- path: /sync/music_transcoded
|
||||
photo:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/photo
|
||||
globalMounts:
|
||||
- path: /sync/photo
|
||||
shared-documents:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/shared-documents
|
||||
globalMounts:
|
||||
- path: /sync/shared-documents
|
||||
video:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/video
|
||||
globalMounts:
|
||||
- path: /sync/video
|
||||
|
@@ -85,13 +85,13 @@ spec:
|
||||
subPath: sync.conf
|
||||
backups:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/backups
|
||||
globalMounts:
|
||||
- path: /sync/backup
|
||||
home-helene:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/home/helene
|
||||
globalMounts:
|
||||
- path: /sync/home
|
||||
|
@@ -114,19 +114,19 @@ spec:
|
||||
- path: /config
|
||||
downloads:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/downloads
|
||||
globalMounts:
|
||||
- path: /mnt/storage/downloads
|
||||
music-usenet:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/music/.usenet
|
||||
globalMounts:
|
||||
- path: /mnt/storage/music/.usenet
|
||||
video-usenet:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/video/.usenet
|
||||
globalMounts:
|
||||
- path: /mnt/storage/video/.usenet
|
||||
|
@@ -119,13 +119,13 @@ spec:
|
||||
- path: /config
|
||||
downloads:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/downloads
|
||||
globalMounts:
|
||||
- path: /mnt/storage/downloads
|
||||
video:
|
||||
type: nfs
|
||||
server: "${LOCAL_LAN_TRUENAS}"
|
||||
server: "192.168.9.10"
|
||||
path: /mnt/storage/video
|
||||
globalMounts:
|
||||
- path: /mnt/storage/video
|
||||
|
Reference in New Issue
Block a user