Files
edgetunnel/doc/render.md
2023-03-20 01:18:16 +08:00

42 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Render
## 登录 render 账户
## Render Web APP 每月有 100GB 出站流量限制
如果使用 AWS ip 注册 Render 账户,会被要求绑定信用卡才能使用 Web APP。如果出现需要绑卡提示建议更换 ip 注册。
https://render.com/
## 访问 https://dashboard.render.com/
## New Project
![render1](./render1.jpg)
## 关联 github 账户
![render2](./render2.jpg)
## 部署新项目
需要填写如下信息,具体请参考下图.
> Render 入口为 Cloudflare cdn如果可以优选到亚洲地区 cloudflare ip新加坡区速度最好。否则 cloudflare 默认美国线路,选美区速度最好。
![render3](./render3-1.png)
> 如果你不喜欢docker可以直接写 npm 命令。
>
> | 选项 | 值 |
> | ------------- | --------------------------------------- |
> | Build Command | `npm install; npm run node-vless:build` |
> | Start Command | `npm run node-vless:start` |
**⚠️ 添加环境变量 UUID**
![render4](./render4-1.png)
## 访问主页面
输入UUID就可以访问服务。