折腾啥 头像

消息来源频道

折腾啥

@zhetengsha

频道40,410 位成员公开可见0 人在线

Power Users/Automators 折腾/讨论/分享各种开源工具/脚本/自动化工作流 👥 群组 @zhetengsha_group 📌 资源合集导航 https://t.me/zhetengsha/2 🎁 恰饭推荐 https://t.me/zhetengsha/957 📢 广告投放 @xream Buy ads: https://telega.io/c/zhetengsha feedId:55438372655431680+userId:62307599601855488

成员规模40,410 位成员
在线情况0 人在线
消息总数4,340 条消息
浏览量总数7,753,402 次浏览

在这个频道里搜索消息……

t.me/zhetengsha

Paseo: 统一管理 Claude Code、Codex 与 OpenCode 的自托管 Agent 工作台
我还提了 issue: https://github.com/getpaseo/paseo/issues/397 😄
虽然有些问题吧...但是总体还能用用...
😙 Relay
为了能在任意网络环境下连接, 默认使用的是官方的中继服务
自建的话可以参考
官方版
第三方
https://github.com/keepmind9/paseo-relay
https://github.com/zenghongtu/paseo-relay
https://github.com/clanet/py-paseo-relay
反代 TLS 自己配置好, 超时可能需要改大一些
然后编辑 ~/.paseo/config.json 后重启
a.com 为域名
6768 为端口
参考
{
"version": 1,
"daemon": {
"listen": "127.0.0.1:6767",
"mcp": {
"injectIntoAgents": true
},
"cors": {
"allowedOrigins": [
"https://a.com:6768"
]
},
"relay": {
"enabled": true,
"endpoint": "a.com:6768",
"publicEndpoint": "a.com:6768"
}
},
"app": {
"baseUrl": "https://a.com:6768"
}
}
https://github.com/getpaseo/paseo
🧐 合集 💬 群组 😄 恰饭 🥰联系推广
🥰 #AI #Agent #ClaudeCode #Codex #OpenCode #自托管 #开发工具 #CLI #跨设备协作 #隐私优先 #GitHub