sync hub items with community (#652)

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-10-01 02:41:19 +02:00
committed by GitHub
parent 7562253520
commit a52bc2e8a0
+24
View File
@@ -0,0 +1,24 @@
{
"workspace_id": "starter",
"name": "funkwhale",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"baseUrl": {
"type": "string",
"description": "",
"default": ""
},
"token": {
"type": "string",
"description": "An access token to act as a logged-in user. You can create an application by visiting /settings. Leave this empty, if you want to perform unauthenticated requests.",
"default": ""
}
},
"required": [
"baseUrl"
],
"type": "object"
},
"description": ""
}