Skip to content

starsoul666/v2ray-heroku-v2

This branch is up to date with xiangrui120/v2ray-heroku-undone:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f97bfc5 · Jul 17, 2018

History

35 Commits
Jul 12, 2018
Jul 5, 2018
Jul 7, 2018
Jul 8, 2018
Jul 6, 2018
Jul 17, 2018
Jul 5, 2018

Repository files navigation

一键部署 v2ray 到 heroku

Deploy



1.部署时配置 v2ray core 的版本、Vmess协议的UUID、AlterId、Path和连接缓存。

2.如果输入AppName变量,则自动生成订阅地址和二维码,通过配置V2_QR_Path变量修改地址 二维码地址:https://test.herokuapp.com/1234/v2.png 订阅地址:https://test.herokuapp.com/1234 (test改成自己的app名称,如果更改了V2_QR_Path,同时也要将对应的1234改成修改后的)

3.服务端部署后,点 open app ,能正常显示网页,地址补上path后访问显示 Bad Request,表示部署成功。

4.更新 v2ray 版本,访问 https://dashboard.heroku.com/apps 选择部署好v2ray的app,如果VER变量为 latest。直接选择More --> Restart all dynos, 程序自动重启,可通过view Logs确认进度。(更新指定版本: Settings --> Reveal Config Varsapp -->VER,修改成需要的版本号,例如 3.21)

参考

https://github.com/v2ray/v2ray-core

https://github.com/wangyi2005/v2ray-heroku

https://github.com/1715173329/v2ray-heroku-undone

About

Heroku——V2ray搭建

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 94.2%
  • Dockerfile 5.8%