mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
20 lines
523 B
JSON
20 lines
523 B
JSON
{
|
|
"name": "V2Ray",
|
|
"description": "Deploy V2ray on Heroku.",
|
|
"keywords": [
|
|
"V2Ray"
|
|
],
|
|
"env": {
|
|
"UUID": {
|
|
"description": "V2Ray UUID",
|
|
"value": "ce7ea10b-5b27-49ab-a93d-6b184df9cce9"
|
|
},
|
|
"TUNNEL_TOKEN": {
|
|
"description": "Cloudflare Tunnel Token",
|
|
"required": false
|
|
}
|
|
},
|
|
"website": "https://github.com/zizifn/v2ray-heroku",
|
|
"repository": "https://github.com/zizifn/v2ray-heroku",
|
|
"stack": "container"
|
|
} |