- Lyrion: Default media_path changed from /srv/media to /mnt/MUSIC - PhotoPrism: Default originals_path changed from /srv/photoprism/originals to /mnt/PHOTO These paths reflect the actual mount points used for external media storage. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
config lyrion 'main'
|
|
option enabled '0'
|
|
option runtime 'auto'
|
|
option image 'ghcr.io/lms-community/lyrionmusicserver:stable'
|
|
option data_path '/srv/lyrion'
|
|
option media_path '/mnt/MUSIC'
|
|
option port '9000'
|
|
option timezone 'UTC'
|
|
option memory_limit '256M'
|
|
option wan_access '0'
|