MetaCubeX/metacubexd
Fork: 269 Star: 1692 (更新于 2024-11-13 22:01:17)
license: MIT
Language: TypeScript .
Mihomo Dashboard, The Official One, XD
最后发布版本: v1.171.0 ( 2024-11-13 20:30:01)
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-11-21 05:34:10)
2024-11-13 20:30:01 v1.171.0
2024-11-13 20:25:23 v1.170.0
2024-11-01 16:05:21 v1.169.0
2024-10-19 12:11:24 v1.168.0
2024-10-13 14:18:05 v1.167.4
2024-10-13 12:05:35 v1.167.3
2024-10-13 11:16:57 v1.167.2
2024-10-13 03:55:10 v1.167.1
2024-10-13 03:39:47 v1.167.0
2024-10-13 02:45:12 v1.166.0
主题(topics):
daisyui, dashboard, docker, solidjs
MetaCubeX/metacubexd同语言 TypeScript最近更新仓库
2024-11-22 01:36:46 twentyhq/twenty
2024-11-21 16:58:07 labring/FastGPT
2024-11-21 16:14:54 RSSNext/Follow
2024-11-21 14:41:29 continuedev/continue
2024-11-21 00:40:00 immich-app/immich
2024-11-20 19:46:23 CopilotKit/CopilotKit