MyGit

MetaCubeX/metacubexd

Fork: 289 Star: 1891 (更新于 2025-01-13 13:26:35)

license: MIT

Language: TypeScript .

Mihomo Dashboard, The Official One, XD

最后发布版本: v1.176.1 ( 2024-12-28 19:22:30)

GitHub网址

metacubexd

Mihomo Dashboard, The Official One, XD

preview-overview

pr-closed last-commit build downloads license

Preview

preview-overview preview-connections

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

最近版本更新:(数据更新于 2025-01-17 22:35:50)

2024-12-28 19:22:30 v1.176.1

2024-12-24 18:12:11 v1.176.0

2024-12-24 16:36:32 v1.175.0

2024-12-24 16:26:58 v1.174.3

2024-12-21 09:15:35 v1.174.2

2024-12-19 21:35:56 v1.174.1

2024-12-15 01:48:47 v1.174.0

2024-12-04 18:00:27 v1.173.3

2024-11-30 00:31:50 v1.173.2

2024-11-27 10:57:58 v1.173.1

主题(topics):

daisyui, dashboard, docker, solidjs

MetaCubeX/metacubexd同语言 TypeScript最近更新仓库

2025-01-18 21:38:50 chenfan0/fideo-live-record

2025-01-18 15:06:58 RSSNext/Follow

2025-01-18 13:15:01 labring/FastGPT

2025-01-18 04:09:49 bluesky-social/social-app

2025-01-17 20:54:16 lobehub/lobe-chat

2025-01-17 11:06:01 TBXark/ChatGPT-Telegram-Workers