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
No EOL
527 B
JSON
22 lines
No EOL
527 B
JSON
[
|
|
{
|
|
"name": "myTeal",
|
|
"configureAs": "client",
|
|
"data": {
|
|
"identifier": "alice.bsky.social",
|
|
"appPassword": "twog-phu7-4dhe-y4j3"
|
|
}
|
|
},
|
|
{
|
|
"name": "myTealSource",
|
|
"configureAs": "source",
|
|
"data": {
|
|
"identifier": "alice.bsky.social",
|
|
"appPassword": "twog-phu7-4dhe-y4j3",
|
|
|
|
// everything below is optional
|
|
"serviceAllow": ["plyr"],
|
|
"serviceDeny": ["last.fm"]
|
|
}
|
|
}
|
|
] |