MyGit

MetaCubeX/metacubexd

Fork: 279 Star: 1833 (更新于 2024-12-22 04:01:11)

license: MIT

Language: TypeScript .

Mihomo Dashboard, The Official One, XD

最后发布版本: v1.174.2 ( 2024-12-21 09:15:35)

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

最近版本更新:(数据更新于 2024-12-22 04:00:17)

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

2024-11-24 18:20:00 v1.173.0

2024-11-23 21:18:28 v1.172.0

2024-11-13 20:30:01 v1.171.0

2024-11-13 20:25:23 v1.170.0

主题(topics):

daisyui, dashboard, docker, solidjs

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

2024-12-21 21:40:12 lobehub/lobe-chat

2024-12-21 12:01:51 siyuan-note/siyuan

2024-12-21 10:57:01 ai16z/eliza

2024-12-20 19:36:48 vitejs/vite

2024-12-20 15:46:43 x-extends/vxe-table

2024-12-20 01:36:04 bluesky-social/social-app