mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-22 15:36:45 +01:00
fix: lms
This commit is contained in:
@@ -33,11 +33,11 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: lmscommunity/logitechmediaserver
|
repository: lmscommunity/lyrionmusicserver
|
||||||
tag: 9.0.0@sha256:625190b3dc527a0e4cc2f77eb1df728a6fcfe50f9a2c840aa3b39d8c71b3374a
|
tag: 9.0.2@sha256:448f374f6e6d18024508b21b76d454cf01f77b64647268209fa22843bb8b252b
|
||||||
env:
|
env:
|
||||||
AUDIO_DIR: &music /var/mnt/vol1/music
|
AUDIO_DIR: &claude-music /mnt/claude-musique
|
||||||
PLAYLIST_DIR: &playlist /var/mnt/vol1/music/.lms
|
PLAYLIST_DIR: &playlists /mnt/playlists
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 250Mi
|
memory: 250Mi
|
||||||
@@ -99,18 +99,18 @@ spec:
|
|||||||
music:
|
music:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 192.168.9.10
|
server: 192.168.9.10
|
||||||
path: *music
|
path: /var/mnt/vol1/music
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: *music
|
- path: *claude-music
|
||||||
music-helene:
|
music-helene:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 192.168.9.10
|
server: 192.168.9.10
|
||||||
path: /var/mnt/vol1/home/helene/Musique
|
path: /var/mnt/vol1/home/helene/Musique
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /var/mnt/vol1/home/helene/Musique
|
- path: /mnt/helene-musique
|
||||||
playlists:
|
playlists:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: 192.168.9.10
|
server: 192.168.9.10
|
||||||
path: *playlist
|
path: /mnt/vol1/music/.lms
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: *playlist
|
- path: *playlists
|
||||||
|
|||||||
@@ -25,4 +25,3 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
GATUS_STATUS: "401"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user