mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-21 02:20:26 +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
13 lines
247 B
JSON
13 lines
247 B
JSON
[
|
|
{
|
|
"id": "mySubsonic",
|
|
"name": "Airsonic Server",
|
|
"enable": true,
|
|
"data": {
|
|
"url": "http://localhost:4040/airsonic",
|
|
"user": "yourUser",
|
|
"password": "yourPassword",
|
|
"usersAllow": ["yourUser"]
|
|
}
|
|
}
|
|
]
|