Skip to content

Sectran provides web-based access control and access management, supporting H5 access for SSH, Telnet,RDP.along with proxy functionality for native tools. It also offers user operation recording and detailed event auditing.

Notifications You must be signed in to change notification settings

Sectran/sectran_admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

部署步骤

拉取 Redis 和 MySQL 镜像并启动容器

docker pull redis && docker pull mysql

启动redis容器

docker run -d --name redis-sectran -p 6379:6379 redis:latest

启动mysql容器

docker run -d \
  --name mysql-sectran \
  -e MYSQL_ROOT_PASSWORD=root \
  -e MYSQL_DATABASE=root \
  -p 3306:3306 \
  mysql:latest

拷贝sql到mysql容器中

docker cp sectran.sql mysql-sectran:/sectran.sql

导入sql

docker exec -it mysql-sectran /bin/bash
mysql -uroot -p < /sectran.sql

About

Sectran provides web-based access control and access management, supporting H5 access for SSH, Telnet,RDP.along with proxy functionality for native tools. It also offers user operation recording and detailed event auditing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •