mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Update navidrome.toml
This commit is contained in:
parent
9c9a729da6
commit
3b2f6ccf51
1 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# Load configurations from an external config file
|
||||||
|
ConfigFile = "/var/lib/navidrome/navidrome.toml"
|
||||||
|
|
||||||
# Log level. Useful for troubleshooting. Possible values: error, info, debug, trace
|
# Log level. Useful for troubleshooting. Possible values: error, info, debug, trace
|
||||||
LogLevel = "INFO"
|
LogLevel = "INFO"
|
||||||
|
|
||||||
|
@ -14,7 +17,10 @@ BaseURL = "__PATH_URL__"
|
||||||
ScanInterval = "90s"
|
ScanInterval = "90s"
|
||||||
|
|
||||||
# Size of transcoding cache. Set to 0 to disable cache
|
# Size of transcoding cache. Set to 0 to disable cache
|
||||||
TranscodingCacheSize = "150MiB"
|
TranscodingCacheSize = "150MB"
|
||||||
|
|
||||||
|
# Size of image (art work) cache. Set to 0 to disable cache
|
||||||
|
ImageCacheSize = "100MB"
|
||||||
|
|
||||||
# Folder to store application data (DB, cache…)
|
# Folder to store application data (DB, cache…)
|
||||||
DataFolder = "__CONFIG_PATH__"
|
DataFolder = "__CONFIG_PATH__"
|
||||||
|
@ -22,6 +28,12 @@ DataFolder = "__CONFIG_PATH__"
|
||||||
# Folder where your music library is stored. Can be read-only
|
# Folder where your music library is stored. Can be read-only
|
||||||
MusicFolder = "/home/yunohost.multimedia/share/Music"
|
MusicFolder = "/home/yunohost.multimedia/share/Music"
|
||||||
|
|
||||||
|
#Change background image used in the Login page
|
||||||
|
UILoginBackgroundUrl = ""
|
||||||
|
|
||||||
|
# Add a welcome message to the login screen
|
||||||
|
UIWelcomeMessage = ""
|
||||||
|
|
||||||
# How long Navidrome will wait before closing web ui idle sessions
|
# How long Navidrome will wait before closing web ui idle sessions
|
||||||
SessionTimeout = "24h"
|
SessionTimeout = "24h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue