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
22 lines
517 B
JSON
22 lines
517 B
JSON
[
|
|
{
|
|
"name": "MyPlexApi",
|
|
"enable": true,
|
|
"clients": [],
|
|
"data": {
|
|
"token": "1234",
|
|
"url": "http://192.168.0.120:32400",
|
|
"usersAllow": ["FoxxMD","SomeOtherUser"],
|
|
"usersBlock": ["AnotherUser"],
|
|
"devicesAllow": ["firefox"],
|
|
"devicesBlock": ["google-home"],
|
|
"librariesAllow": ["GoodMusic"],
|
|
"librariesBlock": ["BadMusic"]
|
|
},
|
|
"options": {
|
|
"logPayload": true,
|
|
"logFilterFailure": "debug",
|
|
"ignoreInvalidCert": false
|
|
}
|
|
}
|
|
]
|