Technology

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

Mounting disk images read/write in KDE

Submitted by Falken on

All the advice on articles like https://unix.stackexchange.com/questions/47080/mounting-iso-in-linux-kde don't work in modern KDE, or are about mounting .iso files, which is now built in, or a disk image as read only.

I needed to mount disk images read/write, which appears to be more complicated because it needs to run as root, so prompt for the password, fingerprint or what have you.

Sections