Wrap-up of the ONLYOFFICE service which is now fully functional within Nextcloud

This commit is contained in:
Jan Beilicke 2020-04-16 22:08:36 +02:00
parent 856024be04
commit 08d1ef5c72
4 changed files with 11 additions and 3 deletions

View file

@ -20,14 +20,14 @@ The main goals of this project are:
### Working ### Working
- [Nextcloud Hub](https://nextcloud.com/)
- [Jitsi Meet](https://jitsi.org/jitsi-meet/) - [Jitsi Meet](https://jitsi.org/jitsi-meet/)
- [Nextcloud Hub](https://nextcloud.com/)
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
- [Collabora Online Development Edition](https://www.collaboraoffice.com/code/) (integrates with Nextcloud) - [Collabora Online Development Edition](https://www.collaboraoffice.com/code/) (integrates with Nextcloud)
- [Cryptpad](https://cryptpad.fr/) - [Cryptpad](https://cryptpad.fr/)
### WIP ### WIP
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
- [BigBlueButton](https://bigbluebutton.org/) - [BigBlueButton](https://bigbluebutton.org/)
### Backlog ### Backlog

View file

@ -35,6 +35,11 @@ collabora_virtual_host: collabora.satt.local
collabora_domain_regex_pattern: nextcloud\.satt\.local collabora_domain_regex_pattern: nextcloud\.satt\.local
collabora_admin_user: admin collabora_admin_user: admin
collabora_admin_password: password collabora_admin_password: password
onlyoffice_virtual_host: documentserver.satt.local
onlyoffice_allow_origin_list: "{{ nextcloud_overwrite_cli_url }}"
onlyoffice_jwt_enabled: "true"
onlyoffice_jwt_secret: topsecrettoken
onlyoffice_jwt_header: Authorization
jitsi_public_url: https://jitsi.satt.local jitsi_public_url: https://jitsi.satt.local
jitsi_docker_host_address: "{{ ansible_host }}" jitsi_docker_host_address: "{{ ansible_host }}"
jitsi_exposed_http_port: 8000 jitsi_exposed_http_port: 8000

View file

@ -22,5 +22,8 @@ satt
[collabora] [collabora]
satt satt
[onlyoffice]
satt
[cryptpad] [cryptpad]
satt satt

View file

@ -1,7 +1,7 @@
--- ---
# Nextcloud Hub # Nextcloud Hub
- hosts: onlyoffice_document_server - hosts: onlyoffice
become: true become: true
roles: roles:
- jotbe.onlyoffice-document-server-docker - jotbe.onlyoffice-document-server-docker