Yet Another Clash Dashboard
Find a file
2020-11-01 17:46:44 +08:00
.github/workflows build: use setup-buildx-action in docker workflow 2020-10-12 23:09:12 +08:00
assets build: add _headers to customize assets res headers in netlify 2020-02-11 21:00:01 +08:00
src chore: run ts-migrate 2020-11-01 17:42:52 +08:00
.eslintignore build: compile ts files with babel 2020-06-03 21:44:00 +08:00
.eslintrc.yml feat: multi backends management 2020-09-13 17:16:14 +08:00
.gitignore build: adjust chunk splitting 2020-08-11 20:28:44 +08:00
babel.config.js build: upgrade to webpack 5 2020-10-12 20:42:41 +08:00
CHANGELOG.md v0.2.9 2020-11-01 17:46:44 +08:00
Dockerfile refactor: use api base url instead of hostname and port 2020-09-08 23:15:04 +08:00
package.json v0.2.9 2020-11-01 17:46:44 +08:00
prettier.config.js refactor(Proxies): UI revamp 2020-02-10 23:04:57 +08:00
README.md build: upgrade deps 2020-10-12 20:42:41 +08:00
server.js build: upgrade to webpack 5 2020-10-12 20:42:41 +08:00
tsconfig.json feat: support rule provider 2020-07-04 17:58:56 +08:00
webpack.config.js chore: run ts-migrate 2020-11-01 17:42:52 +08:00
yarn.lock chore: run ts-migrate 2020-11-01 17:42:52 +08:00

yacd

Yet Another Clash Dashboard

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 open or serve index.html directly.

Docker image is also available as haishanh/yacd.

Development

# 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