V2okteto
在Okteto云部署自己的v2ray节点
Install / Use
/learn @coyoteer/V2oktetoREADME
在Okteto云部署v2ray
注意本项目有封号的风险,不要用常用的github账号
概述
注册地址:https://okteto.com/
本项目用于在Okteto上部署V2Ray WebSocket,部署完成后,每次启动应用时,运行的 V2Ray 将始终为最新版本
部署
步骤
- 登录Okteto云,点击Deploy

- 复制本项目的git地址
https://github.com/vhqyeo50893/v2okteto.git - 点击Git URL,粘贴git地址,点击
Deploy

变量
对部署时需设定的变量名称做如下说明。
uuid:ad806487-2d26-4636-98b6-ab85cc8521f7
端口:443
额外id:64
传输协议:ws
伪装域名:okteto app的域名或cf workers域名
路径:/
底层传输安全:tls
接入 CloudFlare
cf workers反代代码:
const SingleDay = 'appname.cloud.okteto.net'
const DoubleDay = 'appname.cloud.okteto.net'
addEventListener(
"fetch",event => {
let nd = new Date();
if (nd.getDate()%2) {
host = SingleDay
} else {
host = DoubleDay
}
let url=new URL(event.request.url);
url.hostname=host;
let request=new Request(url,event.request);
event. respondWith(
fetch(request)
)
}
)
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Aug 26, 2025
