{"id":18479908,"url":"https://github.com/kolman-freecss/guacamole-project","last_synced_at":"2026-01-24T02:35:54.699Z","repository":{"id":178613200,"uuid":"625909318","full_name":"Kolman-Freecss/guacamole-project","owner":"Kolman-Freecss","description":"Apache Guacamole ","archived":false,"fork":false,"pushed_at":"2023-10-05T14:17:52.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T20:48:14.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kolman-Freecss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-10T11:31:58.000Z","updated_at":"2023-04-10T11:44:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b45917c-47e5-4829-ac47-be0a9b2cdec8","html_url":"https://github.com/Kolman-Freecss/guacamole-project","commit_stats":null,"previous_names":["kolman-freecss/guacamole-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolman-Freecss%2Fguacamole-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolman-Freecss%2Fguacamole-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolman-Freecss%2Fguacamole-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kolman-Freecss%2Fguacamole-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kolman-Freecss","download_url":"https://codeload.github.com/Kolman-Freecss/guacamole-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254009206,"owners_count":21998936,"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","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":[],"created_at":"2024-11-06T12:16:34.818Z","updated_at":"2026-01-24T02:35:54.668Z","avatar_url":"https://github.com/Kolman-Freecss.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apache Guacamole Docker Compose\n\nThis is a small documentation how to run a fully working **Apache Guacamole (incubating)** instance with docker (docker-compose). The goal of this project is to make it easy to test Guacamole.\n\n## Getting started\n\nPull the docker image from docker hub:\n\n```bash\ndocker pull guacamole/guacamole\ndocker pull guacamole/guacd\ndocker pull mariadb/server\n```\n\nCreate database initialization script:\n\n```bash\ndocker run --rm guacamole/guacamole /opt/guacamole/bin/initdb.sh --mysql \u003e /opt/guacamole/mysql/01-initdb.sql\n```\n\nCreate the schema and users inside the database:\nOpen a shell in the container and execute the script.\n\n```bash\ndocker exec -it guacdb bash\n\n# Enter to the mysql console\n# The password is defined in the docker-compose.yml file\n\nmysql\nCREATE DATABASE guacamole_db;\n```\n\n\nCopy the db initialization script to the container. (guac_db.sql is a custom script)\n\n```bash\ndocker cp guac_db.sql guacdb:/guac_db.sql\n```\n\nOpen a shell in the container and execute the script.\n\n```bash\ndocker exec -it guacdb bash\ncat /guac_db.sql | mysql -u root -p guacamole_db\nexit\n```\n\nAt this point you should be able to browse to http://my.docker.ip.address:8080/guacamole and login with guacadmin/guacadmin.\n\n## Troubleshooting\n\n- This project is intended for Linux, so if you are using Windows or Mac, you might have some problems like the next:\n  - If you generate the db initialization script on Windows, you will have problems with the line endings. You can fix this by using the `dos2unix` command.\n  - Or use the script that is already in the repository.\n\n## References\n\nRef: https://www.systems.dance/2021/01/apache-guacamole-and-docker-compose/\n\nRef2: https://www.howtoforge.com/how-to-install-apache-guacamole-as-docker-container-on-ubuntu/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolman-freecss%2Fguacamole-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkolman-freecss%2Fguacamole-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkolman-freecss%2Fguacamole-project/lists"}