Package Details: collabora-online-server-nodocker_sk 24.04.11.2-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: 1.19
First Submitted: 2017-10-13 20:12 (UTC)
Last Updated: 2025-01-09 13:32 (UTC)

Dependencies (11)

Required by (0)

Sources (94)

Latest Comments

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

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.

9-r commented on 2021-10-12 09:54 (UTC)

@andrej: the nginx and apache configs you mention are just tls-reverse-proxy examples and should work outside of docker as well. collabora-office can establish encrypted connection by itself if configured correctly and supplied with certs, so it depends on your setup if you need use these examples.

nexcloud-systemd-timers just runs the cron jobs required by nextcloud and has nothing to do with collabora-office.

The package does not require nextcloud because it just supplies the online document editing functionality independently from nextcloud and can be used with other cloud file storage systems as well.

For differences between collabora and libreoffice consulting the search engine of your choice should answer the question.