🐛 LOCAL_LAN_TRUENAS var

This commit is contained in:
auricom
2024-03-27 20:20:21 +01:00
parent 130a0321c6
commit f3acf3e812
9 changed files with 14 additions and 14 deletions

View File

@@ -116,7 +116,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

View File

@@ -81,7 +81,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

View File

@@ -128,7 +128,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

View File

@@ -111,21 +111,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

View File

@@ -74,7 +74,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

View File

@@ -104,13 +104,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

View File

@@ -90,19 +90,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

View File

@@ -95,7 +95,7 @@ spec:
photo:
enabled: true
type: nfs
server: ${LOCAL_LAN_TRUENAS}
server: 192.168.9.10
path: /mnt/storage/photo
globalMounts:
- path: /mnt/storage/photo

View File

@@ -165,7 +165,7 @@ spec:
scrape_interval: 60s
metrics_path: "/metrics"
static_configs:
- targets: ["${LOCAL_LAN_TRUENAS}:9273"]
- targets: ["192.168.9.10:9273"]
labels:
app: "truenas"
- job_name: "truenas-remote"