MyGit

haishanh/yacd

Fork: 757 Star: 4242 (更新于 2024-12-22 22:05:05)

license: MIT

Language: TypeScript .

Yet Another Clash Dashboard

最后发布版本: v0.3.8 ( 2022-11-11 22:52:00)

官方网址 GitHub网址

yacd

Yet Another Clash Dashboard

Usage

The site http://yacd.haishan.me is served with HTTP not HTTPS is because many browsers block requests to HTTP resources from a HTTPS website. If you think it's not safe, you could just download the zip of the gh-pages, unzip and serve those static files with a web server(like Nginx).

Docker image

docker run -p 1234:80 -d --name yacd --rm ghcr.io/haishanh/yacd:master

# and then open http://localhost:1234 in your browser

Supported URL query params

Param Description
hostname Hostname of the clash backend API (usually the host part of external-controller)
port Port of the clash backend API (usually the port part of external-controller)
secret Clash API secret (secret in your config.yaml)
theme UI color scheme (dark, light, auto)

Development

# install dependencies
# you may install pnpm with `npm i -g pnpm`
pnpm i

# start the dev server
# then go to the url printed on the screen
pnpm start


# build optimized assets
# ready to deploy assets will be in the directory `public`
pnpm build

最近版本更新:(数据更新于 2024-12-22 14:56:44)

2022-11-11 22:52:00 v0.3.8

2022-11-07 18:09:28 v0.3.7

2022-07-23 20:23:17 v0.3.6

2022-05-14 12:42:44 v0.3.5

2021-11-14 23:21:51 v0.3.4

2021-07-19 22:21:43 v0.3.3

2021-06-07 21:21:53 v0.3.2

2021-06-06 13:12:56 v0.3.1

2021-06-05 22:20:36 v0.3.0

2021-02-28 18:26:27 v0.2.15

haishanh/yacd同语言 TypeScript最近更新仓库

2024-12-21 21:40:12 lobehub/lobe-chat

2024-12-21 12:01:51 siyuan-note/siyuan

2024-12-21 10:57:01 ai16z/eliza

2024-12-21 09:15:35 MetaCubeX/metacubexd

2024-12-21 04:50:26 mediar-ai/screenpipe

2024-12-20 19:36:48 vitejs/vite