{ "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/HumanSignal/label-studio", "logo": "https://raw.githubusercontent.com/HumanSignal/label-studio/refs/heads/develop/images/heartex_icon_opossum_green.svg", "stack": "container", "env": { "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 } }, "build": { "skip": true }, "hooks": { "prebuild": { "commands": [ "docker build -f Dockerfile.cloudrun -t $IMAGE_URL ." ] } } }