2023-09-01 18:14:48 +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-08-30 00:26:57 +08:00
2023-09-01 18:14:48 +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 17:08:46 +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 17:08:46 +08:00
2023-09-01 17:08:00 +08:00
2023-08-27 15:34:12 +08:00
2023-09-01 17:45:40 +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
Languages
TypeScript 98.3%
JavaScript 0.8%
CSS 0.4%
HTML 0.3%
Dockerfile 0.2%