Serve a desktop or single application over VNC in Browser using Docker
Go to file
Manuel 6beb123909
Add OBS application
Add LICENSE
Add .gitignore
Remove deprecated experimental_http3 Caddy option
2022-10-02 20:32:03 +02:00
apps/obs Add OBS application 2022-10-02 20:32:03 +02:00
caddy Add OBS application 2022-10-02 20:32:03 +02:00
.env Add OBS application 2022-10-02 20:32:03 +02:00
.gitignore Add OBS application 2022-10-02 20:32:03 +02:00
LICENSE.txt Add OBS application 2022-10-02 20:32:03 +02:00
README.md Initial commit 2022-08-28 16:51:11 +02:00
compose.yml Add OBS application 2022-10-02 20:32:03 +02:00
prepare.sh Add OBS application 2022-10-02 20:32:03 +02:00

README.md

Desktop in Docker

This serves as a reference for how to run an arbitrary desktop environment, window manager or single application in docker and served securely in Browser using Guacamole.

Run

First we need to prepare the database because Guacamole is a bit special in this regard.

It should also ask you what domain Caddy should use to serve Guacamole on, it should automatically try to get a valid certificate for your domain.

$ ./prepare.sh
Domain Guacamole should be served on [localhost]: desktop.mydomain.com
Preparing folder guacamole/init and creating guacamole/init/initdb.sql
done

After that you can already start the containers using docker-compose up -d

Config

There are a few environment variables you can set in .env that are used by docker-compose for the compose.yml.

If you want to serve it locally for tesing you can uncomment CADDY_HTTP and CADDY_HTTPS in the reference .env file. By default docker makes it listen on port 80 and 443 on all interfaces.