Project

General

Profile

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

Gareth Eaton, 09/13/2023 12:33 PM

1 1 Gareth Eaton
h1. Collabora Online - Built-in CODE Server on proxmox
2
3
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 
4
5
These resources are essential for generating random numbers and ensuring the security of various cryptographic operations within applications and services.
6
7
*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.
8
9
10
*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.