在 Zeabur 上自建 Web 控制台 #1639
zkitefly
started this conversation in
Show and tell
Replies: 5 comments 5 replies
-
|
给力,就是不知道能托管多久? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
用gui连接好像有问题,一直提示Err(Timeout(Elapsed(()))) |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
可以用,挺好的 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
谁知道为什么官方控制台被ban了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
奇怪 日志没看到什么报错 但是web访问502 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
这是我这两天尝试的一个方案
建议仅自用,不要大规模传播
1.注册与登录
访问
注册登录
2.创建项目
前往控制台页面,在 项目 页面点击创建项目
此时会有一个弹窗让你验证信息,根据提示操作即可
3.部署控制台
进入该项目,点击 新建服务,你会看到此页面
然后选择 Docker 容器镜像
镜像 输入
端口 输入
11211- HTTP22020- TCP卷 输入
data-/data最后点击 部署
4.配置域名
切换到该服务,进入 网络 页面,
在 公网访问 区域,点击 生成域名 或 自定域名,指定到 11211 HTTP 端口
然后复制配置好的域名备用
然后在 端口转发 区域将开关打开,并点击 Save 保存
5.配置启动命令
在 设置 页面 - 启动命令 区域,输入这一指令
此处的
域名替换为备用的地址点击 Save 保存
6.完成
前往 服务状态 页面,点击 重启当前版本,等待一会就完成
前往 网络 页面,容器端口为 HTTP 的是 Web 控制台页面,TCP 为用于 easytier-core 配置的地址
easytier-core 启动配置使用以下参数启动即可
Beta Was this translation helpful? Give feedback.
All reactions