增加管理后台屏幕截图

This commit is contained in:
bjd 2020-12-16 16:52:47 +08:00
parent a9584000c6
commit c04715b457
7 changed files with 14 additions and 1 deletions

View File

@ -19,6 +19,10 @@ AnyLink 使用TLS/DTLS进行数据加密因此需要RSA或ECC证书可以
AnyLink 服务端仅在CentOS7测试通过如需要安装在其他系统需要服务端支持tun/tap功能、ip设置命令。
## Screenshot
![online](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/online.jpg)
## Installation
```
@ -34,8 +38,9 @@ npm run build
cd $rootPath/anylink
go build -o anylink -ldflags "-X main.COMMIT_ID=`git rev-parse HEAD`"
#整理部署文件
mkdir $linkPath/anylink-deploy
$linkPath/anylink-deploy
cd $linkPath/anylink-deploy
cp -r $rootPath/anylink-web/ui .
cp -r $rootPath/anylink/anylink .
cp -r $rootPath/anylink/conf .
@ -115,6 +120,14 @@ sudo ./anylink -conf="conf/server.toml"
sh bridge.sh
```
## Other Screenshot
![system.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/system.jpg)
![setting.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/setting.jpg)
![users.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/users.jpg)
![ip_map.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/ip_map.jpg)
![group.jpg](https://raw.githubusercontent.com/bjdgyc/anylink/master/screenshot/group.jpg)
## License
本项目采用 MIT 开源授权许可证,完整的授权说明已放置在 LICENSE 文件中。

BIN
screenshot/group.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
screenshot/ip_map.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

BIN
screenshot/online.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
screenshot/setting.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
screenshot/system.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
screenshot/users.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB