Yet Another Clash Dashboard
Find a file
2023-04-30 16:34:36 +08:00
.gitea/workflows fix action 2023-04-30 16:34:36 +08:00
.husky update github 2023-04-30 10:26:08 +08:00
assets update github 2023-04-30 10:26:08 +08:00
docker first commit 2023-03-06 09:10:48 +08:00
src update github 2023-04-30 10:26:08 +08:00
.browserslistrc add drone 2023-03-06 09:22:01 +08:00
.drone.yml update github 2023-04-30 10:26:08 +08:00
.eslintrc.yml add drone 2023-03-06 09:22:01 +08:00
.gitignore update github 2023-04-30 10:26:08 +08:00
.lintstagedrc.json add drone 2023-03-06 09:22:01 +08:00
.prettierrc add drone 2023-03-06 09:22:01 +08:00
CHANGELOG.md first commit 2023-03-06 09:10:48 +08:00
docker-entrypoint.sh first commit 2023-03-06 09:10:48 +08:00
Dockerfile first commit 2023-03-06 09:10:48 +08:00
index.html update github 2023-04-30 10:26:08 +08:00
package.json update github 2023-04-30 10:26:08 +08:00
pnpm-lock.yaml update github 2023-04-30 10:26:08 +08:00
postcss.config.js first commit 2023-03-06 09:10:48 +08:00
README.md update github 2023-04-30 10:26:08 +08:00
README_CN.md update github 2023-04-30 10:26:08 +08:00
tsconfig.json first commit 2023-03-06 09:10:48 +08:00
vite.config.ts first commit 2023-03-06 09:10:48 +08:00

中文

yacd

Yet Another Clash Dashboard

Usage

Install twemoji to display emoji better on Windows system.

The site http://yacd.metacubex.one 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).

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 http://127.0.0.1:3000
pnpm start


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