dependabot[bot] ce4720c13c
build(deps): bump @types/node from 20.5.7 to 20.5.8 (#86)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.5.7 to 20.5.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-02 11:14:59 +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-02 10:47:21 +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%