Sign inSign up

kuntho/guacamole

By kuntho

Updated 2 months ago

Guacamole current version (multiple monitors implemented ), with freerdp2 and postgresql 16

Image
0

3.3K

kuntho/guacamole repository overview

image is based on maxwaldorf/guacamole image, but works with postgesql16.

Latest 1.6.0 version supports RDP connection with multiple monitors Support for branding (geek2gethr plugin) is implemented

docker-compose sample:

services:

guacamole:

container_name: GUACAMOLE
image: kuntho/guacamole:latest
environment:
  - TZ="Europe/Berlin"
  - PUID=1002
  - PGID=1002
  - EXTENSIONS=auth-jdbc-postgresql,history-recording-storage,auth-totp
  - BRANDING=kuntho
volumes:
  - ./data/config:/config
  - ./data/backup:/backup
  - /home/guacamole/share:/share
  - /home/guacamole/recordings:/recordings
  - /etc/localtime:/etc/localtime:ro
ports:
  - 8080:8080
  - 5432:5432
restart: always

Tag summary

Content type

Image

Digest

sha256:207f555ba

Size

246.3 MB

Last updated

2 months ago

docker pull kuntho/guacamole