mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
21 lines
448 B
JSON
21 lines
448 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": "",
|
|
"repository": "",
|
|
"stack": "container"
|
|
}
|