mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
mirror
5c705efedb
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
.husky | ||
.vscode | ||
docs | ||
src | ||
.commitlintrc.yml | ||
.dockerignore | ||
.gitignore | ||
.lintstagedrc.yml | ||
.prettierrc | ||
Caddyfile | ||
CHANGELOG.md | ||
Dockerfile | ||
index.html | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json | ||
vite.config.ts |
metacubexd
Clash-Meta Dashboard
Published Official Links
GH Pages Custom Domain: http://d.metacubex.one
GH Pages: https://metacubex.github.io/metacubexd
Cloudflare Pages: https://metacubexd.pages.dev
Usage
Build locally
Install npm dependencies
pnpm install
Build artifacts
pnpm build
Serve static files
pnpm serve
Run inside Docker
docker cli
docker run -d --restart always -p 80:80 --name metacubexd ghcr.io/metacubex/metacubexd
docker-compose.yml
version: '3'
services:
metacubexd:
container_name: metacubexd
image: ghcr.io/metacubex/metacubexd
restart: always
ports:
- 80:80
# optional
meta:
container_name: meta
image: docker.io/metacubex/clash-meta:Alpha
restart: always
network_mode: host
cap_add:
- NET_ADMIN
volumes:
- ./config.yaml:/root/.config/clash