mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-07-09 17:28:28 +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
24 lines
519 B
JSON
24 lines
519 B
JSON
[
|
|
{
|
|
"name": "Foxx Libre Client",
|
|
"id": "myLibreFmClient",
|
|
"enable": true,
|
|
"configureAs": "client",
|
|
"data": {
|
|
"apiKey": "anything",
|
|
"secret": "anything",
|
|
"redirectUri": "http://localhost:9078/librefm/callback"
|
|
}
|
|
},
|
|
{
|
|
"name": "Foxx Libre Source",
|
|
"id": "myLibreFmSource",
|
|
"enable": true,
|
|
"configureAs": "source",
|
|
"data": {
|
|
"apiKey": "anything",
|
|
"secret": "anything",
|
|
"redirectUri": "http://localhost:9078/librefm/callback"
|
|
}
|
|
}
|
|
]
|