Skip to content

2002PrinceVan/shit

 
 

Repository files navigation

vmess

这是借用 actions 产生的虚拟机网络环境从而让我访问国际互联网。

描述

  1. 这个项目主要是为了弥补另一个 FreeVPS-ubuntu-latest 项目。

  2. 运行 actions workflow 用于运行脚本,需要添加 GITHUB_TOKEN 环境变量,这个是访问 GitHub API 的令牌,可以在 GitHub 主页,点击个人头像,Settings -> Developer settings -> Personal access tokens ,设置名字为 GITHUB_TOKEN 接着要勾选权限,勾选repo、admin:repo_hook和workflow即可,最后点击Generate token,如图所示
    image

  3. 添加 linux 用户名 USER_NAME 在 GitHub 仓库页 -> Settings -> Secrets -> actions -> New repository secret

  4. 添加 linux 密码 USER_PW 在 GitHub 仓库页 -> Settings -> Secrets -> actions -> New repository secret

  5. 添加 linux hostname HOST_NAME 在 GitHub 仓库页 -> Settings -> Secrets -> actions -> New repository secret

  6. 注册 Ngrok 账户登录,并复制 Ngrok AUTH TOKEN key 位置在此 https://dashboard.ngrok.com/auth/your-authtoken

  7. 添加 ngrok NGROK_AUTH_TOKEN 在 GitHub 仓库页 -> Settings -> Secrets -> actions -> New repository secret

  8. 添加 email smtp 服务器域名 MAILADDR 在 GitHub 仓库页 -> Settings -> Secrets -> actions -> New repository secret

  9. 添加 email smtp 服务器端口 MAILPORT 在 GitHub 仓库页 -> Settings -> Secrets -> actions -> New repository secret

  10. 添加 email smtp 服务器登录账号 MAILUSERNAME 在 GitHub 仓库页 -> Settings -> Secrets -> actions -> New repository secret

  11. 添加 email smtp 服务器第三方登陆授权码 MAILPASSWORD 在 GitHub 仓库页 -> Settings -> Secrets -> actions -> New repository secret

  12. 添加 email smtp 服务器应该发送邮件位置 MAILSENDTO 在 GitHub 仓库页 -> Settings -> Secrets -> actions -> New repository secret

  13. 转到 Actions -> -Actions-Workflow-V2ray-Ubuntu- 并且启动 workflow,实现自动化

  14. 新修改目录结构

    .
    ├── getorupdatefile.sh                          # 搭建脚本  
    └── README.md                                   # 这个是说明文件   
    
  15. 出于安全考虑还是使用邮箱把发送内容发给自己的邮箱

  16. 这次能维持6h挺好维持的时间还是不稳定

  17. 紧急修复了v2ray配置文件,发现配置文件写入方式有问题导致不能上google,现在我终于可以舒舒服服的使用google和duckduckgo了。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.2%
  • Dockerfile 4.8%