🐛 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: video:
enabled: true enabled: true
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/video path: /mnt/storage/video
globalMounts: globalMounts:
- path: /mnt/storage/video - path: /mnt/storage/video

View File

@@ -81,7 +81,7 @@ spec:
books: books:
enabled: true enabled: true
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/home/claude/books path: /mnt/storage/home/claude/books
globalMounts: globalMounts:
- path: /mnt/storage/home/claude/books - path: /mnt/storage/home/claude/books

View File

@@ -128,7 +128,7 @@ spec:
readOnly: true readOnly: true
media: media:
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/apps/frigate path: /mnt/storage/apps/frigate
globalMounts: globalMounts:
- path: /media/frigate - path: /media/frigate

View File

@@ -111,21 +111,21 @@ spec:
music: music:
enabled: true enabled: true
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/music path: /mnt/storage/music
globalMounts: globalMounts:
- path: /mnt/storage/music - path: /mnt/storage/music
photo: photo:
enabled: true enabled: true
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/photo path: /mnt/storage/photo
globalMounts: globalMounts:
- path: /mnt/storage/photo - path: /mnt/storage/photo
video: video:
enabled: true enabled: true
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/video path: /mnt/storage/video
globalMounts: globalMounts:
- path: /mnt/storage/video - path: /mnt/storage/video

View File

@@ -74,7 +74,7 @@ spec:
- path: /config - path: /config
comics: comics:
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/home/claude/comics path: /mnt/storage/home/claude/comics
globalMounts: globalMounts:
- path: /mnt/storage/home/claude/comics - path: /mnt/storage/home/claude/comics

View File

@@ -104,13 +104,13 @@ spec:
- path: /config - path: /config
music: music:
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/music path: /mnt/storage/music
globalMounts: globalMounts:
- path: /mnt/storage/music - path: /mnt/storage/music
downloads: downloads:
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/downloads path: /mnt/storage/downloads
globalMounts: globalMounts:
- path: /mnt/storage/downloads - path: /mnt/storage/downloads

View File

@@ -90,19 +90,19 @@ spec:
- path: /srv/squeezebox - path: /srv/squeezebox
music: music:
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: *music path: *music
globalMounts: globalMounts:
- path: *music - path: *music
music-helene: music-helene:
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: /mnt/storage/home/helene/Musique path: /mnt/storage/home/helene/Musique
globalMounts: globalMounts:
- path: /mnt/storage/home/helene/Musique - path: /mnt/storage/home/helene/Musique
playlists: playlists:
type: nfs type: nfs
server: ${LOCAL_LAN_TRUENAS} server: 192.168.9.10
path: *playlist path: *playlist
globalMounts: globalMounts:
- path: *playlist - path: *playlist

View File

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

View File

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