* constrain to node 16 in engines * disable strict-engine check for node 17 builds in CI * override settings with env vars Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "Shields",
|
|
"description": "Concise, consistent, and legible badges in SVG and raster format.",
|
|
"keywords": ["badge", "github", "svg", "status"],
|
|
"website": "https://shields.io/",
|
|
"repository": "https://github.com/badges/shields",
|
|
"logo": "https://shields.io/favicon.png",
|
|
"env": {
|
|
"CYPRESS_INSTALL_BINARY": {
|
|
"description": "Disable the cypress binary installation",
|
|
"value": "0",
|
|
"required": false
|
|
},
|
|
"HUSKY_SKIP_INSTALL": {
|
|
"description": "Skip the husky git hook setup",
|
|
"value": "1",
|
|
"required": false
|
|
},
|
|
"WHEELMAP_TOKEN": {
|
|
"description": "Configure the token to be used for the Wheelmap service.",
|
|
"required": false
|
|
},
|
|
"GH_TOKEN": {
|
|
"description": "Configure the token to be used for the GitHub services.",
|
|
"required": false
|
|
},
|
|
"TWITCH_CLIENT_ID": {
|
|
"description": "Configure the client id to be used for the Twitch service.",
|
|
"required": false
|
|
},
|
|
"TWITCH_CLIENT_SECRET": {
|
|
"description": "Configure the client secret to be used for the Twitch service.",
|
|
"required": false
|
|
},
|
|
"WEBLATE_API_KEY": {
|
|
"description": "Configure the API key to be used for the Weblate service.",
|
|
"required": false
|
|
},
|
|
"METRICS_INFLUX_ENABLED": {
|
|
"description": "Disable influx metrics",
|
|
"value": "false",
|
|
"required": false
|
|
},
|
|
"REQUIRE_CLOUDFLARE": {
|
|
"description": "Allow direct traffic",
|
|
"value": "false",
|
|
"required": false
|
|
}
|
|
},
|
|
"formation": {
|
|
"web": {
|
|
"quantity": 1,
|
|
"size": "free"
|
|
}
|
|
}
|
|
}
|