OpenProject all in one image with Docker compose

Submitted by Falken on

For reasons, the official docs at https://www.openproject.org/docs/installation-and-operations/installation/docker/#quick-start do not include a simple example of starting OpenProject via compose, as a single image.

That missing file is below. Replace the left hand side of volumes with your own paths, adjust OPENPROJECT_HOST__NAME and enter an actual SECRET_KEY_BASE value from openssl rand -hex 64.

Sections

Running WebEx under Wayland

Submitted by Falken on

You need to set it's launch options to have the environment variables

GDK_BACKEND=x11 QT_QPA_PLATFORM=xcb

and launch command line options 

-u WAYLAND_DISPLAY /opt/Webex/bin/CiscoCollabHost %U

The KDE Menu Editor showing how to apply the required settings
Sections

Add https://github.com/aws/aws-advanced-jdbc-wrapper/releases to DBeaver

Submitted by Falken on

Driver manager 

Add from https://github.com/aws/aws-advanced-jdbc-wrapper/tree/main?tab=readme-ov-file#maven-central

Add https://dev.mysql.com/doc/connector-j/en/connector-j-installing-maven.html (set version to LATEST)

download/update

class name software.amazon.jdbc.Driver

URL template jdbc:aws-wrapper:mysql://{host}:{port}/{database}

default port 3306