Clash Dashboard
Web Dashboard for Clash, now host on ClashX(Dev Mode)
## Features
- All ClashX configurations
- Add, modify or remove Proxies
- Add, modify or remove Proxy Groups
- Add, modify or remove Rules
- Real time Log
## Progress
See [Projects](https://github.com/Dreamacro/clash-dashboard/projects)
## Developing
**NOTE: Dashboard now only support ClashX environment**
### 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
npm start
```
### Build for production
```bash
npm run build
```
## Contributors
| [
Jason Chen](https://ijason.cc)
[🎨](#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") | [
Dreamacro](https://github.com/Dreamacro)
[💻](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") | [
chs97](http://www.hs97.cn)
[💻](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") | [
Yicheng](https://github.com/yichengchen)
[🤔](#ideas-yichengchen "Ideas, Planning, & Feedback") [📦](#platform-yichengchen "Packaging/porting to new platform") |
| :---: | :---: | :---: | :---: |
## LICENSE
MIT License