Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Lion is a connector of JumpServer for connections using graphical protocols, supporting RDP, VNC

License

Notifications You must be signed in to change notification settings

ShinnaMashiro7/lion

 
 

Repository files navigation

Lion

English · 简体中文

Introduction

This project uses Golang and Vue, handling RDP and VNC connections. It is mainly based on Apache Guacamole

Configuration

Refer to the configuration file config_example

Build the image

docker build -t jumpserver/lion .

Docker start

docker run -d --name jms_lion -p 8081:8081 \
-v $(pwd)/data:/opt/lion/data \
-v $(pwd)/config.yml:/opt/lion/config.yml \
jumpserver/lion

About

Lion is a connector of JumpServer for connections using graphical protocols, supporting RDP, VNC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 68.6%
  • Vue 22.8%
  • JavaScript 6.6%
  • Makefile 0.7%
  • Dockerfile 0.6%
  • CSS 0.3%
  • Other 0.4%