Skip to content

rzh0504/zashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

633 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zashboard

Online

You can access the online zashboard at the following link:

Download

For Mihomo users: The Upgrade Dashboard function utilizes the API from Mihomo core. Ensure you set the configuration URL to the zashboard's URL.

You can download the zashboard files here:

Docker Setup

To run zashboard via Docker, use the following command:

docker run -d -p 80:80 ghcr.io/zephyruso/zashboard:latest

Tips

  1. The connection page has two layout styles: customizable cards and customizable tables. It is recommended to use tables on PC and cards on mobile devices.
  2. Click on connection row / card will display the details of connection.
  3. Right-clicking on a node / node group card will perform a speedtest for the node / node group.
  4. You can enable the automatic show/hide of the Global node in the settings.

提示

  1. 连接页面有两种布局样式:可自定义卡片和可自定义表格。建议在 PC 上使用表格,在移动设备上使用卡片。
  2. 点击整个连接行/卡片可显示连接详情。
  3. 右键点击节点/节点组卡片可对节点/节点组进行测速。
  4. 设置中可打开Global节点的自动显示/隐藏

URL params format

basic example

http://host:port/#/setup?hostname=ipordomain&port=9090&secret=123456

  1. http / https

    • Determines the protocol (http or https).
    • Default: current page protocol
  2. hostname

    • The Clash API's IP or domain.
  3. port

    • The Clash API port.
  4. secondaryPath

    • Optional path appended to the base URL.
    • Default: An empty string.
  5. secret

    • Password for authentication.
  6. disableUpgradeCore

    • Set '1' or 'true' to hide upgrade core button

I code just for fun, not for money. If you really want to donate, please consider donating to UNICEF to help hungry children.

About

A Dashboard Using Clash API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 53.5%
  • TypeScript 43.6%
  • CSS 2.2%
  • Other 0.7%