https://github.com/initdc/cloudflared-on-onespace
Your cloudflared tunnel client on onespace (arm64)
https://github.com/initdc/cloudflared-on-onespace
argo cloudflare onespace tunnel
Last synced: 4 months ago
JSON representation
Your cloudflared tunnel client on onespace (arm64)
- Host: GitHub
- URL: https://github.com/initdc/cloudflared-on-onespace
- Owner: initdc
- Created: 2022-01-14T09:27:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T10:00:55.000Z (over 3 years ago)
- Last Synced: 2025-03-14T05:09:58.295Z (7 months ago)
- Topics: argo, cloudflare, onespace, tunnel
- Language: HTML
- Homepage: https://cfon.moz.one/
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [cloudflared-on-onespace](https://github.com/initdc/cloudflared-on-onespace)
> Your cloudflared tunnel client on onespace (arm64)
## 安装
系统管理 -> 上传 APP 包
## 配置
> 因技术力不足, 无法理解 onespace 应用系统运行机制, 尚未开发出 web 管理界面
以下为 终端运行命令
```sh
# 导入 cloudflared 路径
export PATH=/sata/app/cloudflared/bin:$PATH
```配置 argo
```sh
# 打开 argo.moz.one 查看官方教程# 登录, 并授权 域名
cloudflared tunnel login# 创建通道, 会生成 UUID
cloudflared tunnel createcp /sata/app/cloudflared/bin/config.yml ~/.cloudflared/config.yml
# 修改为刚才的 UUID 和 域名
# 打开 ingress.moz.one 查看 ingress 配置
vi ~/.cloudflared/config.yml```
## 运行
```sh
# 开始
/sata/app/cloudflared/bin/start.sh# 停止
# /sata/app/cloudflared/bin/stop.sh
现已原生支持
```## 自启
```sh
# cp /sata/app/cloudflared/S99cfd /etc/init.d/S99cfd
现已原生支持
```## 卸载
```sh
# rm -rf /sata/app/cloudflared/
现已原生支持
```## 感谢
[loeyun/OneSpaceApp](https://github.com/loeyun/OneSpaceApp)