Skip to content

A flask-socketio based web service to embed a remote terminal/desktop in your web browser with help from guacd.

License

Notifications You must be signed in to change notification settings

steveblamey/flask-socketio-guacamole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-socketio-guacamole

A flask-socketio based web service to embed a remote terminal/desktop in your web browser with help from guacd.

Usage

$ git clone https://github.com/steveblamey/flask-socketio-guacamole.git

$ python -m venv env

$ source env/bin/activate

(env) pip install -r requirements.txt
  • Set the guacd host and port in config.py (defaults to 127.0.0.1:4822)

  • (env) python app.py and access http:https://localhost:5000 in your browser

Notes

flask-socketio-guacamole is licensed under the MIT License. Thanks to pyguacamole and guacamole-client/guacamole-common-js.

About

A flask-socketio based web service to embed a remote terminal/desktop in your web browser with help from guacd.

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 65.7%
  • CSS 16.4%
  • HTML 8.5%
  • SCSS 4.5%
  • Less 4.4%
  • Python 0.5%