-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev'
# Conflicts: # web/src/components/Login.js # web/src/components/user/LayoutHeader.js
- Loading branch information
Showing
116 changed files
with
3,366 additions
and
2,965 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: golangci-lint | ||
on: | ||
push: | ||
tags: | ||
- v* | ||
branches: | ||
- master | ||
- be-* | ||
- dev | ||
pull_request: | ||
jobs: | ||
golangci: | ||
name: lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v2 | ||
with: | ||
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version | ||
version: latest | ||
args: --timeout=5m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
linters-settings: | ||
goimports: | ||
local-prefixes: next-terminal | ||
|
||
linters: | ||
disable-all: true | ||
enable: | ||
- deadcode | ||
- errcheck | ||
- gofmt | ||
- goimports | ||
- gosimple | ||
- govet | ||
- ineffassign | ||
- staticcheck | ||
- structcheck | ||
- typecheck | ||
- unused | ||
- varcheck | ||
|
||
run: | ||
skip-files: | ||
- test_ssh.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,69 @@ | ||
资源占用截图 | ||
### 资源占用 | ||
|
||
未使用时资源占用非常小 | ||
|
||
![资源占用截图](../screenshot/docker_stats.png) | ||
|
||
资产管理 | ||
### 控制面板 | ||
|
||
更方便的概览系统信息 | ||
|
||
![dashboard](../screenshot/dashboard.png) | ||
|
||
### 资产管理 | ||
|
||
支持多种RDP、SSH、Telnet、VNC,Kubernetes等多种协议的资产 | ||
|
||
![资产](../screenshot/assets.png) | ||
|
||
rdp | ||
#### rdp | ||
|
||
![rdp](../screenshot/rdp.png) | ||
|
||
vnc | ||
#### vnc | ||
|
||
![vnc](../screenshot/vnc.png) | ||
|
||
ssh | ||
#### ssh | ||
|
||
![ssh](../screenshot/ssh.png) | ||
|
||
### 授权凭证 | ||
|
||
极为方便的复用资产认证信息 | ||
|
||
![凭证](../screenshot/credential.png) | ||
|
||
批量执行命令 | ||
|
||
![批量执行命令](../screenshot/command.png) | ||
![批量执行命令](../screenshot/command.png) | ||
|
||
### 在线监控 | ||
|
||
实时监控用户的操作,并可以随时断开该会话 | ||
|
||
![在线监控](../screenshot/online_session.png) | ||
|
||
### 离线回放 | ||
|
||
详细的数据回放,定位任何一个可疑操作 | ||
|
||
![离线回放](../screenshot/offline_session.png) | ||
|
||
### 计划任务 | ||
|
||
自定义计划任务 | ||
|
||
![计划任务](../screenshot/cron.png) | ||
|
||
### 访问安全 | ||
|
||
黑白名单访问控制,支持ip、cidr及连续IP | ||
|
||
![访问安全](../screenshot/access.png) | ||
|
||
### 用户组授权 | ||
|
||
灵活的授权策略 | ||
|
||
![用户组授权](../screenshot/user_group.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.