JGoutin / ansible_home

A collection of Ansible roles for home free software self-hosting.
https://galaxy.ansible.com/jgoutin/home
GNU General Public License v3.0
31 stars 6 forks source link

nextcloud: Add OnlyOffice/Collabora online support #6

Open JGoutin opened 4 years ago

JGoutin commented 4 years ago

Provides full onlyoffice and richdocuments Nextcloud integration apps requirements. Both apps requires a server that is generally provided as Docker container, but we will prefer RPM package if available.

:arrow_right: In both case, install the RPM package and configure it if the integration app is present and the server app is not present.

This will require to update the Nginx configuration to server Collabora/OnlyOffice as a subdomain of the Nextcloud domain (Example Nginx configuration: https://auroraweb.ca/blog/configuring-multiple-subdomains-on-an-nginx-webserver)

If not work as intended, fall back to the container setup using podman: https://docs.ansible.com/ansible/latest/collections/containers/podman/podman_container_module.html