{"id":19112652,"url":"https://github.com/arulrajnet/guacamole-compose","last_synced_at":"2026-05-03T21:31:26.037Z","repository":{"id":144807004,"uuid":"405645348","full_name":"arulrajnet/guacamole-compose","owner":"arulrajnet","description":"Guacamole with RDP and SSH connections","archived":false,"fork":false,"pushed_at":"2026-01-20T04:56:07.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T12:02:26.600Z","etag":null,"topics":["docker-compose","guacamole","nginx"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arulrajnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-12T13:11:09.000Z","updated_at":"2026-01-20T04:56:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f2781d8-0f88-422f-a7d6-0e0c5d8a4f0d","html_url":"https://github.com/arulrajnet/guacamole-compose","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/arulrajnet/guacamole-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arulrajnet%2Fguacamole-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arulrajnet%2Fguacamole-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arulrajnet%2Fguacamole-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arulrajnet%2Fguacamole-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arulrajnet","download_url":"https://codeload.github.com/arulrajnet/guacamole-compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arulrajnet%2Fguacamole-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-compose","guacamole","nginx"],"created_at":"2024-11-09T04:33:48.058Z","updated_at":"2026-05-03T21:31:26.032Z","avatar_url":"https://github.com/arulrajnet.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guacamole + Nginx + RDP \u0026 SSH Connections\n\n## Table of Contents\n\n- [Guacamole + Nginx + RDP \\\u0026 SSH Connections](#guacamole--nginx--rdp--ssh-connections)\n  - [Table of Contents](#table-of-contents)\n  - [Overview](#overview)\n  - [Prerequisites](#prerequisites)\n  - [How to Use](#how-to-use)\n  - [Architecture](#architecture)\n  - [Version Information](#version-information)\n  - [Previous Releases](#previous-releases)\n  - [Key Features](#key-features)\n  - [Author](#author)\n\n## Overview\n\nThis is a Docker Compose stack that includes:\n\n* Guacamole with MySQL as a datasource\n* Nginx as a reverse proxy\n* Automatically adds example SSH and RDP connections\n\n## Prerequisites\n\n* Docker 19.03.13 or latest\n* Docker compose 1.29.2 or latest\n\n## How to Use\n\n### Start Guacamole\n\nTo start Guacamole without the test devices (openssh, rdesktop):\n\n```bash\ndocker compose up -d\n```\n\n### Start Guacamole with Test Devices\n\nTo start Guacamole along with `openssh` and `rdesktop` containers for testing:\n\n```bash\ndocker compose --profile devices up -d\n```\n\n### Validation\n\n1.  **Access Guacamole**: Open your browser and navigate to `http://localhost:8080/`.\n2.  **Login**: Use default credentials:\n    -   Username: `guacadmin`\n    -   Password: `guacadmin`\n3.  **Verify Connections**:\n    -   You should see `openssh-ssh` and `rdesktop-rdp` connections if you started with the `devices` profile.\n    -   Click on them to verify connectivity.\n4.  **Verify SFTP**:\n    -   The connections remain configured with SFTP support enabled.\n\n## Architecture\n\n![Guacamole architecture](./assets/guacamole-nginx.png)\n\nRefer to the [Guacamole documentation](https://guacamole.apache.org/doc/gug/guacamole-architecture.html) for more details.\n\n## Version Information\n\nThe following versions are used in this setup:\n\n* Guacamole 1.6.0\n* MySQL 8.0.26\n* Nginx 1.21.1\n\n## Previous Releases\n\n- [v1.3.0](https://github.com/arulrajnet/guacamole-compose/releases/tag/v1.3.0)\n- [v1.4.0](https://github.com/arulrajnet/guacamole-compose/releases/tag/v1.4.0)\n- [v1.5.5](https://github.com/arulrajnet/guacamole-compose/releases/tag/v1.5.5)\n\n## Key Features\n\nThe key features of this setup include:\n\n* `db-init` exports the base schema into a Docker volume\n* MySQL uses that Docker volume for database initialization\n* The Guacamole container starts up once MySQL and guacd become healthy\n* The Guacamole init container adds SSH and RDP connections within the same Docker network\n\n## Author\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://x.com/arulrajnet\"\u003e\n    \u003cimg src=\"https://github.com/arulrajnet.png?size=100\" alt=\"Arulraj V\" width=\"100\" height=\"100\" style=\"border-radius: 50%;\" class=\"avatar-user\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003cstrong\u003eArul\u003c/strong\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://x.com/arulrajnet\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Follow-%40arulrajnet-1DA1F2?style=for-the-badge\u0026logo=x\u0026logoColor=white\" alt=\"Follow @arulrajnet on X\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/arulrajnet\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/GitHub-arulrajnet-181717?style=for-the-badge\u0026logo=github\u0026logoColor=white\" alt=\"GitHub @arulrajnet\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://linkedin.com/in/arulrajnet\"\u003e\n    \u003cimg src=\"https://custom-icon-badges.demolab.com/badge/LinkedIn-arulrajnet-0A66C2?style=for-the-badge\u0026logo=linkedin-white\u0026logoColor=white\" alt=\"LinkedIn @arulrajnet\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farulrajnet%2Fguacamole-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farulrajnet%2Fguacamole-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farulrajnet%2Fguacamole-compose/lists"}