mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
65 lines
3.0 KiB
Markdown
65 lines
3.0 KiB
Markdown
<h1 align="center">
|
|
<img src="https://github.com/Dreamacro/clash/raw/master/docs/logo.png" alt="Clash" width="200">
|
|
<br>
|
|
Clash Dashboard
|
|
<br>
|
|
</h1>
|
|
|
|
<h4 align="center">Web Dashboard for Clash, now host on ClashX</h4>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/Dreamacro/clash-dashboard/actions">
|
|
<img src="https://img.shields.io/github/workflow/status/Dreamacro/clash-dashboard/Deploy?style=flat-square" alt="Github Actions">
|
|
</a>
|
|
</p>
|
|
|
|
## Features
|
|
|
|
- All ClashX configurations
|
|
- Manage Proxies
|
|
- Manage Proxy Groups
|
|
- Realtime Log
|
|
|
|
## Progress
|
|
|
|
See [Projects](https://github.com/Dreamacro/clash-dashboard/projects)
|
|
|
|
### Start develop with ClashX(Dev Mode)
|
|
|
|
```bash
|
|
# Enable ClashX with Dev Mode
|
|
defaults write com.west2online.ClashX kEnableDashboard -bool YES
|
|
|
|
# Set dashboard entry
|
|
defaults write com.west2online.ClashX webviewUrl "http://localhost:8080/"
|
|
|
|
# Reset dashboard entry
|
|
defaults delete com.west2online.ClashX webviewUrl
|
|
```
|
|
|
|
### Development Env
|
|
|
|
This command will start Clash Dashboard at `http://localhost:8080/`
|
|
|
|
```bash
|
|
yarn start
|
|
```
|
|
|
|
### Build for production
|
|
|
|
```bash
|
|
yarn build
|
|
```
|
|
|
|
## Contributors
|
|
|
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
<!-- prettier-ignore -->
|
|
| [<img src="https://avatars2.githubusercontent.com/u/3380894?v=4" width="100px;"/><br /><sub><b>Jason Chen</b></sub>](https://ijason.cc)<br />[🎨](#design-jas0ncn "Design") [💻](https://github.com/Dreamacro/clash-dashboard/commits?author=jas0ncn "Code") [🐛](https://github.com/Dreamacro/clash-dashboard/issues?q=author%3Ajas0ncn "Bug reports") [🤔](#ideas-jas0ncn "Ideas, Planning, & Feedback") [👀](#review-jas0ncn "Reviewed Pull Requests") [🌍](#translation-jas0ncn "Translation") | [<img src="https://avatars1.githubusercontent.com/u/8615343?v=4" width="100px;"/><br /><sub><b>Dreamacro</b></sub>](https://github.com/Dreamacro)<br />[💻](https://github.com/Dreamacro/clash-dashboard/commits?author=Dreamacro "Code") [🐛](https://github.com/Dreamacro/clash-dashboard/issues?q=author%3ADreamacro "Bug reports") [🤔](#ideas-Dreamacro "Ideas, Planning, & Feedback") [👀](#review-Dreamacro "Reviewed Pull Requests") [🌍](#translation-Dreamacro "Translation") [📦](#platform-Dreamacro "Packaging/porting to new platform") | [<img src="https://avatars1.githubusercontent.com/u/12679581?v=4" width="100px;"/><br /><sub><b>chs97</b></sub>](http://www.hs97.cn)<br />[💻](https://github.com/Dreamacro/clash-dashboard/commits?author=chs97 "Code") [🐛](https://github.com/Dreamacro/clash-dashboard/issues?q=author%3Achs97 "Bug reports") [👀](#review-chs97 "Reviewed Pull Requests") | [<img src="https://avatars3.githubusercontent.com/u/11733500?v=4" width="100px;"/><br /><sub><b>Yicheng</b></sub>](https://github.com/yichengchen)<br />[🤔](#ideas-yichengchen "Ideas, Planning, & Feedback") [📦](#platform-yichengchen "Packaging/porting to new platform") |
|
|
| :---: | :---: | :---: | :---: |
|
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
|
|
## LICENSE
|
|
|
|
MIT License
|