MetaCubeX/metacubexd
Fork: 234 Star: 1435 (更新于 2024-09-09 04:21:06)
license: MIT
Language: TypeScript .
Mihomo Dashboard, The Official One, XD
最后发布版本: v1.148.0 ( 2024-09-08 12:14:05)
metacubexd
Mihomo Dashboard, The Official One, XD
Preview
Published Official Links
GH Pages: https://metacubex.github.io/metacubexd
Cloudflare Pages: https://metacubexd.pages.dev
Usage
Enable external-controller in your config file
external-controller: 0.0.0.0:9090
Use pre-built assets from gh-pages branch
First time setup
git clone https://github.com/metacubex/metacubexd.git -b gh-pages /etc/mihomo/ui
Make sure you have external-ui directory set correctly in your config file
external-ui: /etc/mihomo/ui
Update
git -C /etc/mihomo/ui pull -r
Run inside Docker
docker cli
Running
docker run -d --restart always -p 80:80 --name metacubexd ghcr.io/metacubex/metacubexd
Update and Restart
docker pull ghcr.io/metacubex/metacubexd && docker restart 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/mihomo:Alpha
restart: always
pid: host
ipc: host
network_mode: host
cap_add:
- ALL
volumes:
- ./config.yaml:/root/.config/mihomo
- /dev/net/tun:/dev/net/tun
Running
docker compose up -d
Update and Restart
docker compose pull && docker compose up -d
Build locally
Install npm dependencies
pnpm install
Build artifacts
pnpm build
Serve static files
pnpm serve
Credits
最近版本更新:(数据更新于 2024-09-09 04:20:51)
2024-09-08 12:14:05 v1.148.0
2024-08-29 20:33:58 v1.147.0
2024-08-26 16:27:08 v1.146.2
2024-08-22 18:02:36 v1.146.1
2024-08-22 16:46:45 v1.146.0
2024-08-20 11:58:57 v1.145.0
2024-08-11 13:17:35 v1.144.2
2024-08-10 12:17:52 v1.144.1
2024-08-09 11:59:20 v1.144.0
2024-07-31 03:28:11 v1.143.5
主题(topics):
daisyui, dashboard, docker, solidjs
MetaCubeX/metacubexd同语言 TypeScript最近更新仓库
2024-09-09 16:34:00 labring/FastGPT
2024-09-09 04:32:44 laurent22/joplin
2024-09-08 23:32:32 the1812/Bilibili-Evolved
2024-09-08 03:43:10 shadcn-ui/ui
2024-09-07 22:15:25 ChatGPTNextWeb/ChatGPT-Next-Web
2024-09-07 21:25:49 AIsouler/GKD_subscription