2023-09-02 00:16:19 +08:00
2023-08-30 10:34:10 +08:00
2023-08-28 00:13:00 +08:00
2023-08-30 23:36:25 +08:00
2023-09-01 22:07:11 +08:00
2023-09-02 00:16:19 +08:00
2023-08-28 00:13:00 +08:00
2023-08-30 00:40:47 +08:00
2023-08-27 15:34:12 +08:00
2023-08-28 00:13:00 +08:00
2023-08-30 00:40:47 +08:00
2023-09-01 22:08:34 +08:00
2023-09-01 17:46:55 +08:00
2023-08-28 00:13:00 +08:00
2023-08-28 00:13:00 +08:00
2023-09-01 22:08:34 +08:00
2023-08-27 15:34:12 +08:00
2023-08-27 15:34:12 +08:00
2023-08-27 15:34:12 +08:00
2023-09-01 17:08:00 +08:00

metacubexd

CF pages: https://metacubexd.pages.dev

GH pages: https://metacubex.github.io/metacubexd

Clash-Meta Dashboard

preview

Usage

Build locally

Install npm dependencies

pnpm install

Build artifacts

pnpm build

Serve static files

pnpm preview

Run inside Docker

docker cli

docker run -d --restart always -p 80:80 --name metacubexd ghcr.io/metacubex/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/clash-meta:Alpha
    restart: always
    network_mode: host
    cap_add:
      - NET_ADMIN
    volumes:
      - ./config.yaml:/root/.config/clash
Languages
TypeScript 98.3%
JavaScript 0.8%
CSS 0.4%
HTML 0.3%
Dockerfile 0.2%