Skip to content

Commit

Permalink
Add update reboot hint and name changes (#588)
Browse files Browse the repository at this point in the history
In the new version the service name changed from loolwsd to coolwsd and the config tool from loolconf to coolconf.
When using a remote Nextcloud instance, it may need a reboot after Collabora update.
The admin panel URL changed.

NethServer/dev#6607
  • Loading branch information
mrmarkuz authored Dec 13, 2021
1 parent 3a65f66 commit a9b5311
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions administrator-manual/en/collabora.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ HTTPS with a valid certificate.

To configure Collobora Online, execute: ::

config setprop loolwsd VirtualHost collabora.yourdomain.com
config setprop coolwsd VirtualHost collabora.yourdomain.com
signal-event nethserver-collabora-update

After virtual host configuration, obtain a valid HTTPS certificate via Let's Encrypt
Expand All @@ -52,17 +52,17 @@ is present when the virtual host is configured, otherwise you can enable with: :
If your instance of Nextcloud is not installed in the same server of Collabora Online,
you must set the host name of Nextcloud in the prop ``AllowWopiHost``: ::

config setprop loolwsd AllowWopiHost nextcloud-office.yourdomain.com
config setprop coolwsd AllowWopiHost nextcloud-office.yourdomain.com
signal-event nethserver-collabora-update

And manually configure the Nextcloud `richdocuments app <https://github.com/nextcloud/richdocuments#nextcloud-app>`_.

Admin user
==========

After installation, admin dashboard can be enabled with ``loolconfig set-admin-password`` and accessible at: ::
After installation, admin dashboard can be enabled with ``coolconfig set-admin-password`` and accessible at: ::

https://collabora.yourdomain.com/loleaflet/dist/admin/admin.html
https://collabora.yourdomain.com/browser/dist/admin/admin.html


CODE repository
Expand All @@ -78,3 +78,5 @@ you can update or install directly from the CODE repository: ::
yum install collaboraofficebasis6.4-fr collaboraoffice6.4-dict-fr --enablerepo=collaboraoffice

The repository is disabled by default to avoid breaking updates.

In some cases a remote Nextcloud instance needs to be rebooted after an update of Collabora Online.

0 comments on commit a9b5311

Please sign in to comment.