No description
Find a file
davidliyutong 12e31b202a Add Chinese README and setup guide for V2Ray + Caddy2 integration
- Created README.zh-cn.md for Chinese users, detailing installation and usage of the V2Ray setup with Caddy2.
- Added SETUP.md with comprehensive instructions on server architecture, prerequisites, deployment steps, and client configuration.
- Introduced SETUP.zh-cn.md for Chinese users, mirroring the English setup guide with localized content.
2026-04-17 18:25:34 +08:00
Caddyfile feat: Add Caddyfile and docker-compose.full.yaml for V2Ray deployment 2026-04-17 16:27:54 +08:00
config.json init 2026-04-17 14:54:41 +08:00
docker-compose.full.yaml feat: Add Caddyfile and docker-compose.full.yaml for V2Ray deployment 2026-04-17 16:27:54 +08:00
docker-compose.yaml feat: Add Caddyfile and docker-compose.full.yaml for V2Ray deployment 2026-04-17 16:27:54 +08:00
index.html feat: Add Caddyfile and docker-compose.full.yaml for V2Ray deployment 2026-04-17 16:27:54 +08:00
README.md Add Chinese README and setup guide for V2Ray + Caddy2 integration 2026-04-17 18:25:34 +08:00
README.zh-cn.md Add Chinese README and setup guide for V2Ray + Caddy2 integration 2026-04-17 18:25:34 +08:00
SETUP.md Add Chinese README and setup guide for V2Ray + Caddy2 integration 2026-04-17 18:25:34 +08:00
SETUP.zh-cn.md Add Chinese README and setup guide for V2Ray + Caddy2 integration 2026-04-17 18:25:34 +08:00
SKILL.md feat: update README adn SKILL.md,add install guide and sub command usage 2026-04-17 18:02:41 +08:00

Caddy2 Reverse Proxy V2Ray (VMess + WebSocket + TLS)

English README | 中文 README

Installing the Skill

Copy this directory to the skills directory of Claude Code, then restart Claude Code to invoke it via /setup-v2ray.

# Method 1 — Clone directly to the skills directory
git clone <this-repo> ~/.claude/skills/setup-v2ray

# Method 2 — Manual copy
cp -r /path/to/setup-v2ray ~/.claude/skills/setup-v2ray

After copying, the directory structure should be:

~/.claude/skills/setup-v2ray/
├── SKILL.md                  # skill entry point (automatically recognized by Claude Code)
├── config.json               # V2Ray configuration template
├── Caddyfile                 # Caddy configuration template
├── index.html                # Decoy site template
├── docker-compose.yaml       # v2ray-only compose template
└── docker-compose.full.yaml  # v2ray + caddy compose template

After restarting Claude Code, enter /setup-v2ray in the conversation to start the interactive deployment wizard. Subcommands are supported:

Command Description
/setup-v2ray or /setup-v2ray:install New deployment
/setup-v2ray:reconfigure Modify existing deployment
/setup-v2ray:shutdown Stop container (keep certificates)
/setup-v2ray:uninstall Complete removal

Installation Guide

See SETUP.md