Yet Another Clash Dashboard
Find a file
dependabot-preview[bot] 8944ea65c8 build: upgrade deps
2019-12-28 00:54:52 +08:00
.circleci ci: upgrade node image in circleci 2019-08-29 22:06:27 +08:00
.github/workflows ci: fix gh-pages action token variable name 2019-11-17 17:56:32 +08:00
assets refactor(chart): lazy load Chart.js with suspense 2018-11-03 23:06:16 +08:00
src refactor: add a loading state to Button 2019-12-27 16:29:46 +08:00
.eslintrc.yml chore: get rid of webpack resolve alias 2019-12-27 16:29:45 +08:00
.gitignore refactor: add a loading state to Button 2019-12-27 16:29:46 +08:00
babel.config.js build: use react-refresh 2019-12-20 23:02:10 +08:00
CHANGELOG.md Release v0.1.3 2019-12-27 16:32:24 +08:00
Dockerfile add docker support (#279) 2019-11-06 22:29:04 +08:00
package.json build: upgrade deps 2019-12-28 00:54:52 +08:00
README.md docs: update README docker image link 2019-11-14 00:35:27 +08:00
server.js build: remove webpack dll config 2019-12-28 00:54:46 +08:00
webpack.config.js build: remove webpack dll config 2019-12-28 00:54:46 +08:00
yarn.lock build: upgrade deps 2019-12-28 00:54:52 +08:00

yacd

Yet Another Clash Dashboard

The site http://yacd.haishan.me is served with HTTP not HTTPS is because many browsers blocking request to HTTP resources from a HTTPS website. If you think it's not safe or has security concern, you can actually download the zip of the gh-pages, unzip and open index.html directly.

Docker image is also available as haishanh/yacd.

Extra note for Firefox users:

yacd is using the Fetch (Web) API to stream chunked API response from Clash to draw the traffic chart. But currently the streaming feature in Firefox needs to be turned on manually. Here is how to:

Visit about:config, search for dom.streams.enabled and javascript.options.streams, double click those items to turn them on.

Development

# install dependencies
yarn

# start the dev server
yarn start

# go to http://127.0.0.1:3000