mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 11:49:57 +00:00
Some checks are pending
Publish Docker image to Dockerhub / test (push) Waiting to run
Publish Docker image to Dockerhub / Build OCI Images (push) Blocked by required conditions
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Blocked by required conditions
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Blocked by required conditions
* feat(librefm): Implement librefm * feat(librefm): Make api key/secret optional * feat(librefm): Add LIBREFM_ENABLE env to allow enabling librefm with no other options * feat(ui): Show client/source hint for all ambiguous components
22 lines
457 B
JSON
22 lines
457 B
JSON
[
|
|
{
|
|
"name": "myLibreFmClient",
|
|
"enable": true,
|
|
"configureAs": "client",
|
|
"data": {
|
|
"apiKey": "anything",
|
|
"secret": "anything",
|
|
"redirectUri": "http://localhost:9078/librefm/callback"
|
|
}
|
|
},
|
|
{
|
|
"name": "myLibreFmSource",
|
|
"enable": true,
|
|
"configureAs": "source",
|
|
"data": {
|
|
"apiKey": "anything",
|
|
"secret": "anything",
|
|
"redirectUri": "http://localhost:9078/librefm/callback"
|
|
}
|
|
}
|
|
]
|