2023-10-13 18:49:27 +08:00
2023-09-22 18:21:38 +08:00
2021-01-04 22:29:42 +08:00
2023-07-30 13:40:21 +08:00
2023-10-13 18:49:27 +08:00
2020-11-09 21:04:42 +08:00
2023-10-06 21:43:59 +08:00
2022-05-08 23:33:44 +08:00
2022-11-11 22:47:39 +08:00
2023-07-30 13:40:21 +08:00
2022-06-11 22:49:32 +08:00
2023-10-06 21:43:59 +08:00
2023-10-06 21:43:59 +08:00
2023-10-06 21:43:59 +08:00
2022-08-04 23:15:58 +08:00
2023-10-06 21:43:59 +08:00
2023-01-30 21:06:03 +08:00
2023-09-22 18:21:38 +08:00

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
Description
Yet Another Clash Dashboard
Readme MIT 7.6 MiB
Languages
TypeScript 81.5%
SCSS 15%
CSS 2.4%
HTML 0.4%
Dockerfile 0.4%
Other 0.2%