forked from bclswl0827/v2ray-heroku
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yuki Kikuchi
authored
Oct 6, 2019
1 parent
1a0a073
commit f2d0717
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
{ | ||
"name": "V2Ray", | ||
"description": "Deploy V2ray to Heroku.", | ||
"keywords": ["V2Ray"], | ||
"env": { | ||
"CONFIG_JSON": { | ||
"description": "wsTLS configuration for V2Ray, listen port 80 or 8080.", | ||
"value": "{\"inbounds\":[{\"port\":80,\"protocol\":\"vmess\",\"settings\":{\"clients\":[{\"id\":\"ad806487-2d26-4636-98b6-ab85cc8521f7\",\"alterId\":64}]},\"streamSettings\":{\"network\":\"ws\",\"wsSettings\":{\"path\":\"/ws\"}}}],\"outbounds\":[{\"protocol\":\"freedom\",\"settings\":{}}]}" | ||
}, | ||
"website": "https://github.com/bclswl0827/v2ray-heroku", | ||
"repository": "https://github.com/bclswl0827/v2ray-heroku", | ||
"stack": "container" | ||
} | ||
"name": "V2Ray", | ||
"description": "Deploy V2ray to Heroku.", | ||
"keywords": ["V2Ray"], | ||
"env": { | ||
"CONFIG_JSON": { | ||
"description": "V2Ray wsTLS 配置,监听 80 或 8080。", | ||
"value": "{\"inbounds\":[{\"port\":80,\"protocol\":\"vmess\",\"settings\":{\"clients\":[{\"id\":\"ad806487-2d26-4636-98b6-ab85cc8521f7\",\"alterId\":64}]},\"streamSettings\":{\"network\":\"ws\",\"wsSettings\":{\"path\":\"/ws\"}}}],\"outbounds\":[{\"protocol\":\"freedom\",\"settings\":{}}]}" | ||
} | ||
}, | ||
"website": "https://github.com/bclswl0827/v2ray-heroku", | ||
"repository": "https://github.com/bclswl0827/v2ray-heroku", | ||
"stack": "container" | ||
} |