mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-12-26 07:24:10 +08:00
github-actions[bot]
275238f9b8
chore(main): release 1.36.0 (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
metacubexd
CF pages: https://metacubexd.pages.dev
GH pages: https://metacubex.github.io/metacubexd
Clash-Meta Dashboard
Usage
Build locally
Install npm dependencies
pnpm install
Build artifacts
pnpm build
Serve static files
pnpm preview
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
Languages
TypeScript
98.3%
JavaScript
0.8%
CSS
0.4%
HTML
0.3%
Dockerfile
0.2%