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

jumpserver/lion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40d6425 · Dec 27, 2024
Dec 9, 2024
Dec 27, 2024
Dec 12, 2024
Apr 12, 2021
Sep 20, 2024
Sep 19, 2024
Dec 9, 2024
Dec 9, 2024
Dec 9, 2024
Aug 8, 2024
Jul 3, 2024
Dec 9, 2024
Jul 3, 2024
Jul 3, 2024
May 8, 2021
Jul 4, 2022
May 29, 2024
Jul 17, 2024
Jul 17, 2024
Dec 11, 2024
May 29, 2024

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