{"id":25675727,"url":"https://github.com/kenryus/docker-guacamole-re","last_synced_at":"2025-10-13T21:34:04.810Z","repository":{"id":184545199,"uuid":"671729280","full_name":"kenryuS/docker-guacamole-re","owner":"kenryuS","description":"A self-contained guacamole docker container for x64 and ARM. Remotely connect over SSH, RDP or VNC using HTML5. Revived from original @oznu's docker-guacamole with latest softwares.","archived":false,"fork":false,"pushed_at":"2025-06-04T07:36:19.000Z","size":77,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T21:34:03.628Z","etag":null,"topics":["apache-guacamole","client","container","docker","docker-file","forked-repo","guacamole","rdp","rdp-client","remote-access-tool","remote-control","remote-desktop","server","ssh","ssh-client","telnet","vnc","vnc-client"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/kenryus/docker-guacamole","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"oznu/docker-guacamole","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kenryuS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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},"funding":{"custom":"https://paypal.me/oznu"}},"created_at":"2023-07-28T02:20:08.000Z","updated_at":"2025-06-04T07:36:21.000Z","dependencies_parsed_at":"2023-11-15T17:35:43.128Z","dependency_job_id":"1900a989-658a-4013-9300-c973ce04775e","html_url":"https://github.com/kenryuS/docker-guacamole-re","commit_stats":null,"previous_names":["kenryus/docker-guacamole"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kenryuS/docker-guacamole-re","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenryuS%2Fdocker-guacamole-re","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenryuS%2Fdocker-guacamole-re/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenryuS%2Fdocker-guacamole-re/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenryuS%2Fdocker-guacamole-re/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenryuS","download_url":"https://codeload.github.com/kenryuS/docker-guacamole-re/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenryuS%2Fdocker-guacamole-re/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017033,"owners_count":26085951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["apache-guacamole","client","container","docker","docker-file","forked-repo","guacamole","rdp","rdp-client","remote-access-tool","remote-control","remote-desktop","server","ssh","ssh-client","telnet","vnc","vnc-client"],"created_at":"2025-02-24T13:18:25.821Z","updated_at":"2025-10-13T21:34:04.791Z","avatar_url":"https://github.com/kenryuS.png","language":"Dockerfile","funding_links":["https://paypal.me/oznu"],"categories":[],"sub_categories":[],"readme":"**This project is the fork of [oznu/docker-guacamole](https://github.com/oznu/docker-guacamole) with latest softwares.**\n\n\n# Docker Guacamole\n\nA Docker Container for [Apache Guacamole](https://guacamole.apache.org/), a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5.\n\nThis image will run on most platforms that support Docker including Docker for Mac, Docker for Windows, Synology DSM and Raspberry Pi 3 boards.\n\n[![IMAGE ALT TEXT](http://img.youtube.com/vi/esgaHNRxdhY/0.jpg)](http://www.youtube.com/watch?v=esgaHNRxdhY \"Video Title\")\n\nThis container runs the guacamole web client, the guacd server and a postgres database.\n\n## Usage\n\n```shell\ndocker run \\\n  -p 8080:8080 \\\n  -v \u003c/path/to/config\u003e:/config \\\n  kenryus/docker-guacamole\n```\n\n## Raspberry Pi(32-bit) / armhf\n\nThis image will also allow you to run [Apache Guacamole](https://guacamole.apache.org/) on a Raspberry Pi or other Docker-enabled ARMv5/6/7/8 devices by using the `armhf` tag.\n\n```shell\ndocker run \\\n  -p 8080:8080 \\\n  -v \u003c/path/to/config\u003e:/config \\\n  kenryus/docker-guacamole:armhf\n```\n\n### Raspberry Pi(64-bit) / arm64(aarch64)\n\nThis image varient is for 64 bit arm. You can use this with `arm64` tag.\n\n```\ndocker run \\\n  -p 8080:8080 \\\n  -v \u003c/path/to/config\u003e:/config \\\n  kenryus/docker-guacamole:arm64\n```\n\n## Parameters\n\nThe parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side.\n\n* `-p 8080:8080` - Binds the service to port 8080 on the Docker host, **required**\n* `-v /config` - The config and database location, **required**\n* `-e EXTENSIONS` - See below for details.\n\n## Enabling Extensions\n\nExtensions can be enabled using the `-e EXTENSIONS` variable. Multiple extensions can be enabled using a comma separated list without spaces.\n\nFor example:\n\n```shell\ndocker run \\\n  -p 8080:8080 \\\n  -v \u003c/path/to/config\u003e:/config \\\n  -e \"EXTENSIONS=auth-ldap,auth-duo\"\n  kenryus/docker-guacamole\n```\n\nCurrently the available extensions are:\n\n* auth-ldap - [LDAP Authentication](https://guacamole.apache.org/doc/gug/ldap-auth.html)\n* auth-duo - [Duo two-factor authentication](https://guacamole.apache.org/doc/gug/duo-auth.html)\n* auth-header - [HTTP header authentication](https://guacamole.apache.org/doc/gug/header-auth.html)\n* auth-cas - [CAS Authentication](https://guacamole.apache.org/doc/gug/cas-auth.html)\n* auth-openid - [OpenID Connect authentication](https://guacamole.apache.org/doc/gug/openid-auth.html)\n* auth-totp - [TOTP two-factor authentication](https://guacamole.apache.org/doc/gug/totp-auth.html)\n* auth-quickconnect - [Ad-hoc connections extension](https://guacamole.apache.org/doc/gug/adhoc-connections.html)\n\nYou should only enable the extensions you require, if an extensions is not configured correctly in the `guacamole.properties` file it may prevent the system from loading. See the [official documentation](https://guacamole.apache.org/doc/gug/) for more details.\n\n## Default User\n\nThe default username is `guacadmin` with password `guacadmin`.\n\n## Windows-based Docker Hosts\n\nMapped volumes behave differently when running Docker for Windows and you may encounter some issues with PostgreSQL file system permissions. To avoid these issues, and still retain your config between container upgrades and recreation, you can use the local volume driver, as shown in the `docker-compose.yml` example below. When using this setup be careful to gracefully stop the container or data may be lost.\n\n```yml\nversion: \"3\"\nservices:\n  guacamole:\n    image: kenryus/docker-guacamole\n    container_name: guacamole\n    volumes:\n      - postgres:/config\n    ports:\n      - 8080:8080\nvolumes:\n  postgres:\n    driver: local\n```\n\n## License\n\nCopyright (C) 2017-2020 oznu\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the [GNU General Public License](./LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenryus%2Fdocker-guacamole-re","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenryus%2Fdocker-guacamole-re","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenryus%2Fdocker-guacamole-re/lists"}