zjy7723 / yacd

Yet Another Clash Dashboard

Home Page:http://yacd.clash-plus.cf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yacd

Yet Another Clash Dashboard

Usage

The site http://yacd.clash-plus.cf 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

About

Yet Another Clash Dashboard

http://yacd.clash-plus.cf

License:MIT License


Languages

Language:TypeScript 81.8%Language:SCSS 14.8%Language:CSS 2.5%Language:HTML 0.4%Language:Dockerfile 0.2%Language:JavaScript 0.2%Language:Shell 0.1%