Package Details: collabora-online-server-nodocker_eu 24.04.12.4-1

Git Clone URL: https://aur.archlinux.org/collabora-online-server-nodocker.git (read-only, click to copy)
Package Base: collabora-online-server-nodocker
Description: None
Upstream URL: https://www.collaboraonline.com/code/
Licenses: MPL-2.0
Submitter: theYinYeti
Maintainer: HLFH
Last Packager: HLFH
Votes: 15
Popularity: 0.63
First Submitted: 2017-10-13 20:12 (UTC)
Last Updated: 2025-02-24 15:07 (UTC)

Dependencies (11)

Required by (0)

Sources (94)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

zynex commented on 2021-12-28 17:32 (UTC) (edited on 2021-12-28 17:38 (UTC) by zynex)

@9-r Yes, but I don't want any extra packages on my server than necessary, so TSL1.2 will do for now, it works. I use Apache for my reverse proxy, so it's not Apache itself that's the issue. It's coolwsd that depends on openssl 1.0, witch is not working with TSL1.3 as far as I know. Running ldd /usr/bin/coolwsd returns libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0.

9-r commented on 2021-12-27 17:11 (UTC)

@zynex: As a workaround you could let a reverse proxy like haproxy or nginx handle TLS.

zynex commented on 2021-12-27 14:25 (UTC) (edited on 2021-12-27 14:26 (UTC) by zynex)

It seems that this build uses openssl-1.0, witch break sites using TLS1.3 only. Found this issue after hours of troubleshooting. I needed to allow TSL1.2 in my NextCloud apache VirtualHost config for it to work. Is it possible to use openssl 1.1.1 instead so we can use TSL1.3?

dodecahedron commented on 2021-12-11 01:47 (UTC)

@bjo Changing tmpfiles to

# Type Path                     Mode UID  GID  Age   Argument
Z      /etc/coolwsd             -    cool cool
z      /etc/coolwsd/coolwsd.xml 0640 cool cool

fixes the issue.

bjo commented on 2021-12-10 09:25 (UTC)

Due some tmpfiles misconfiguration, all files in /etc/coolwsd are gone after a reboot.

bjo commented on 2021-12-02 23:23 (UTC) (edited on 2021-12-02 23:23 (UTC) by bjo)

The tmpfile has an issue:

Detected unsafe path transition /etc/coolwsd (owned by cool) → /etc/coolwsd/coolwsd.xml (owned by root) during canonicalization of /etc/coolwsd/coolwsd.xml.

theYinYeti commented on 2021-11-29 19:31 (UTC)

@electricprism: Thank you for notifying me. Collabora made a major upgrade in their packaging, with:

  • a global change (user name, program name…) from lool to cool;
  • a change in versioning, with new versions being apparently based on the 2-digit year.

I hope it is fixed now.

electricprism commented on 2021-11-26 02:34 (UTC)

Unknown dependency: loolwsd
error: failed to download sources for 'collabora-online-server-nodocker-6.4.11-1 (collabora-online-server-nodocker_en)':
error: packages failed to build: collabora-online-server-nodocker-6.4.11-1 (collabora-online-server-nodocker_en)

theYinYeti commented on 2021-11-20 19:42 (UTC) (edited on 2021-11-20 19:43 (UTC) by theYinYeti)

@kesherAUR: Indeed, they do. You should:

  • either edit PKGBUILD (top of the file) to set your wanted language,
  • or build everything, but install only the packages that you want.

Here is an example modification: https://yalis.fr/git/yves/home-server/src/branch/master/roles/nextcloud_back/tasks/main.yml#L32

kescherAUR commented on 2021-11-18 14:57 (UTC)

en-gb and en seem to conflict with each other - en contains en_GB directories as well.