https://github.com/jumpserver/lion
Lion is a connector of JumpServer for connections using graphical protocols, supporting RDP, VNC
https://github.com/jumpserver/lion
guacamole rdp vnc
Last synced: 11 months ago
JSON representation
Lion is a connector of JumpServer for connections using graphical protocols, supporting RDP, VNC
- Host: GitHub
- URL: https://github.com/jumpserver/lion
- Owner: jumpserver
- License: gpl-3.0
- Created: 2021-04-14T08:17:21.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-11-01T02:56:05.000Z (over 1 year ago)
- Last Synced: 2024-11-05T02:26:55.821Z (over 1 year ago)
- Topics: guacamole, rdp, vnc
- Language: Go
- Homepage:
- Size: 2.84 MB
- Stars: 5
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lion
**English** · [简体中文](./README_zh-CN.md)
## Introduction
This project uses Golang and Vue, handling RDP and VNC connections. It is mainly based on [Apache Guacamole](http://guacamole.apache.org/)
## Configuration
Refer to the configuration file [config_example](config_example.yml)
## Build the image
```shell
docker build -t jumpserver/lion .
```
## Docker start
```shell
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
```