github-actions[bot] 28c0b1dc42
chore(main): release 1.51.1 (#101)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-02 18:43:51 +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-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:46:55 +08:00
2023-08-28 00:13:00 +08:00
2023-08-28 00:13:00 +08:00
2023-08-27 15:34:12 +08:00
2023-09-02 01:23:42 +08:00
2023-08-27 15:34:12 +08:00
2023-09-01 17:08:00 +08:00

metacubexd

Clash-Meta Dashboard

GH Pages Custom Domain: http://d.metacubex.one

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

Cloudflare Pages: https://metacubexd.pages.dev

preview

Usage

Build locally

Install npm dependencies

pnpm install

Build artifacts

pnpm build

Serve static files

pnpm serve

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%