Project

General

Profile

Actions

Collabora Online - Built-in CODE Server on proxmox » History » Revision 1

Revision 1/3 | Next »
Gareth Eaton, 09/13/2023 12:33 PM


Collabora Online - Built-in CODE Server on proxmox

The problem I was encountering is related to the restricted access to cryptographic resources such as /dev/random and /dev/urandom inside a Docker container, and also was the proble in a Proxmox Container

These resources are essential for generating random numbers and ensuring the security of various cryptographic operations within applications and services.

Solution Attempt 1 (Docker Container): Initially, I attempted to address the problem by modifying the Docker container settings. I added permissions for device nodes like /dev/random and /dev/urandom within the Docker container, as these permissions are essential for certain Collabora Online features to work correctly. However, this approach did not resolve the issue, and I continued to face the same error.

Solution Attempt 3 (Native Install in a VM): To overcome the limitations and difficulties I faced with the Docker container setup, I decided to perform a native installation of Collabora Online within a virtual machine (VM). This involved creating a dedicated VM, installing Collabora Online directly within the VM, and configuring it to work with my Nextcloud server. This approach proved successful, and I was able to use Collabora Online without encountering the error.

Updated by Gareth Eaton about 1 year ago · 1 revisions