MyGit
🚩收到GitHub仓库的更新通知

MetaCubeX/metacubexd

Fork: 190 Star: 959 (更新于 2024-04-24 17:03:26)

license: MIT

Language: TypeScript .

Mihomo Dashboard, The Official One, XD

最后发布版本: v1.138.1 ( 2024-04-23 13:58:47)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

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 Custom Domain: http://d.metacubex.one

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-05-06 09:57:46)

2024-04-23 13:58:47 v1.138.1

2024-04-08 17:36:35 v1.138.0

2024-04-08 11:08:33 v1.137.0

2024-04-08 08:54:07 v1.136.2

2024-03-26 23:38:07 v1.136.1

2024-03-20 16:26:10 v1.136.0

2024-03-11 20:07:55 v1.135.1

2024-02-01 18:23:18 v1.135.0

2023-12-03 22:10:43 v1.134.0

2023-12-01 19:34:55 v1.133.1

主题(topics):

daisyui, dashboard, docker, solidjs

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

2024-05-06 14:26:54 siyuan-note/siyuan

2024-05-06 09:57:20 x-extends/vxe-table

2024-05-05 03:54:43 reorproject/reor

2024-05-04 16:39:39 lobehub/lobe-chat

2024-05-04 16:31:42 TanStack/query

2024-05-04 14:16:31 vitejs/vite