mirror of
https://github.com/navidrome/navidrome.git
synced 2025-12-23 23:18:05 -05:00
* Rename external auth options ReverseProxyWhitelist was regularly confusing users that enabled it for non-authenticating reverse proxy setups. The new option name makes it clear that it's related to authentication, not just reverse proxies. * small refactor Signed-off-by: Deluan <deluan@navidrome.org> * add test Signed-off-by: Deluan <deluan@navidrome.org> --------- Signed-off-by: Deluan <deluan@navidrome.org> Co-authored-by: Deluan Quintão <deluan@navidrome.org>
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"musicFolder": "/json/music",
|
|
"uiWelcomeMessage": "Welcome json",
|
|
"reverseProxyUserHeader": "X-Auth-User",
|
|
"Tags": {
|
|
"artist": {
|
|
"split": ";"
|
|
},
|
|
"custom": {
|
|
"aliases": [
|
|
"json",
|
|
"test"
|
|
]
|
|
}
|
|
}
|
|
} |