mirror of
https://github.com/linuxserver/docker-mstream.git
synced 2026-01-23 15:46:43 +08:00
29 lines
537 B
JSON
29 lines
537 B
JSON
{
|
|
"port": 3000,
|
|
"webAppDirectory": "public",
|
|
"writeLogs": false,
|
|
"noUpload": true,
|
|
"scanOptions": {
|
|
"skipImg": false,
|
|
"scanInterval": 1.5,
|
|
"pause": 50,
|
|
"saveInterval": 500,
|
|
"bootScanDelay": 15
|
|
},
|
|
"storage": {
|
|
"albumArtDirectory": "/config/album-art",
|
|
"dbDirectory": "/config/db"
|
|
},
|
|
"folders": {
|
|
"library": "/music"
|
|
},
|
|
"users": {
|
|
"admin": {
|
|
"password":"password",
|
|
"vpaths": "library",
|
|
"lastfm-user": "username",
|
|
"lastfm-password": "password"
|
|
}
|
|
}
|
|
}
|