Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • master_old
  • gh-pages
  • detached
  • test
  • v0.3.6
  • v0.3.5
  • v0.3.4
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
  • v0.2.15
  • v0.2.14
  • v0.2.13
  • v0.2.12
  • v0.2.11
  • v0.2.10
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • v0.2.5
  • v0.2.4
  • v0.2.3
25 results

Yacd-meta

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Haishan authored
    2ef281c7
    History

    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