Yet Another Clash Dashboard
Find a file
dougpuob 763c41d848 Update README.md (#302)
Improve English sentence more readability 
Change from `not comfort with this` --to--> `has security concern`
2019-11-12 12:45:27 +08:00
.circleci ci: upgrade node image in circleci 2019-08-29 22:06:27 +08:00
.github/workflows build: gh actions workflows for push docker image 2019-11-09 14:53:59 +08:00
assets refactor(chart): lazy load Chart.js with suspense 2018-11-03 23:06:16 +08:00
src feat: connections inspection 2019-11-09 13:21:25 +08:00
.eslintrc.yml tooling: update eslint config 2019-03-31 00:21:10 +08:00
.gitignore build: gh actions workflows for push docker image 2019-11-09 14:53:59 +08:00
babel.config.js build: reduce core-js polyfills in bundle 2019-10-02 23:36:24 +08:00
CHANGELOG.md Release v0.0.5 2019-11-09 13:24:27 +08:00
Dockerfile add docker support (#279) 2019-11-06 22:29:04 +08:00
package.json Release v0.0.5 2019-11-09 13:24:27 +08:00
README.md Update README.md (#302) 2019-11-12 12:45:27 +08:00
server.js chore: upgrade deps 2019-04-19 00:16:39 +08:00
webpack.config.js build: upgrade deps 2019-10-01 00:23:44 +08:00
webpack.dll.config.js first commit 2018-10-20 20:32:02 +08:00
yarn.lock feat: connections inspection 2019-11-09 13:21:25 +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.

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