32 lines
941 B
JSON
32 lines
941 B
JSON
{
|
|
"name": "Label Studio",
|
|
"description": "Multi-type data labeling, annotation and exploration tool",
|
|
"keywords": ["data annotation", "data labeling"],
|
|
"website": "https://labelstud.io",
|
|
"repository": "https://github.com/heartexlabs/label-studio",
|
|
"logo": "https://labelstud.io/images/opossum/heartex_icon_opossum_green.svg",
|
|
"stack": "container",
|
|
"env": {
|
|
"LABEL_STUDIO_ONE_CLICK_DEPLOY": {
|
|
"description": "Label Studio One Click Deploy Environmental Flag",
|
|
"value": "1",
|
|
"required": false
|
|
},
|
|
"DISABLE_SIGNUP_WITHOUT_LINK": {
|
|
"description": "Disable signup for users without invite link",
|
|
"value": "0",
|
|
"required": false
|
|
},
|
|
"USERNAME": {
|
|
"description": "Username(email) for default user",
|
|
"value": "",
|
|
"required": false
|
|
},
|
|
"PASSWORD": {
|
|
"description": "Password for default user",
|
|
"value": "",
|
|
"required": false
|
|
}
|
|
}
|
|
}
|