yacd

> Yet Another [Clash](https://github.com/Dreamacro/clash) [Dashboard](https://github.com/Dreamacro/clash-dashboard) ## Usage The site [http://yacd.haishan.me](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](https://github.com/haishanh/yacd/archive/gh-pages.zip), unzip and serve those static files with a web server(like Nginx). **Docker image** - Docker Hub [`haishanh/yacd`](https://hub.docker.com/r/haishanh/yacd) - GitHub Container Registry [`ghcr.io/haishanh/yacd`](https://github.com/haishanh/yacd/pkgs/container/yacd) **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 ```sh # install dependencies yarn # start the dev server # then go to http://127.0.0.1:3000 yarn start # build optimized assets # ready to deploy assets will be in the directory `public` yarn build ```