Coder Social home page Coder Social logo

guacamole's Introduction

Guacamole with mysql authentication

Apache Guacamole is an HTML5 application useful for accessing a remote desktop through RDP, VNC, and other protocols. You can create a virtual cloud desktop where applications can be accessed through a web browser. This guide will cover the installation of Apache Guacamole through Docker,

Installation

Make sure you have docker installed on your system.

clone git repo

git clone https://github.com/awsompankaj/guacamole.git

Usage

docker-compose up

This Docker-compose file consist of 4 images

guacamole/guacamole

guacamole/guacd

mysql/mysql-server

nginx/nginx

Access

https://localhost

Username: guacadmin

Password: guacadmin

To use your own mysql password

remove files from data directory before running docker compose

#rm -rf ./data/*
#docker-compose up -d
#docker cp initdb.sql mysql:/
#docker exec -it mysql bash
bash$ mysql -u root -p
password:
mysql> use guacamole_db;
mysql>source /initdb.sql

Now mysql container will run with updated mysql password:

guacamole's People

Contributors

awsompankaj avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.