You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
379 B
18 lines
379 B
---
|
|
title: Navidrome
|
|
description: Navidrome Widget Configuration
|
|
---
|
|
|
|
For detailed information about how to generate the token see http://www.subsonic.org/pages/api.jsp.
|
|
|
|
Allowed fields: no configurable fields for this widget.
|
|
|
|
```yaml
|
|
widget:
|
|
type: navidrome
|
|
url: http://navidrome.host.or.ip:port
|
|
user: username
|
|
token: token #md5(password + salt)
|
|
salt: randomsalt
|
|
```
|