diff --git a/README.md b/README.md index 1987bd6..0b95971 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,14 @@ The main goals of this project are: ### Working -- [Nextcloud Hub](https://nextcloud.com/) - [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) - [Cryptpad](https://cryptpad.fr/) ### WIP -- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud) - [BigBlueButton](https://bigbluebutton.org/) ### Backlog diff --git a/group_vars/vagrant.yml b/group_vars/vagrant.yml index 190be33..56cb64e 100644 --- a/group_vars/vagrant.yml +++ b/group_vars/vagrant.yml @@ -35,6 +35,11 @@ collabora_virtual_host: collabora.satt.local collabora_domain_regex_pattern: nextcloud\.satt\.local collabora_admin_user: admin 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_docker_host_address: "{{ ansible_host }}" jitsi_exposed_http_port: 8000 diff --git a/inventory.ini.sample b/inventory.ini.sample index 8537d8e..f4eea77 100644 --- a/inventory.ini.sample +++ b/inventory.ini.sample @@ -22,5 +22,8 @@ satt [collabora] satt +[onlyoffice] +satt + [cryptpad] satt \ No newline at end of file diff --git a/onlyoffice-document-server.yml b/onlyoffice.yml similarity index 71% rename from onlyoffice-document-server.yml rename to onlyoffice.yml index b2e59c5..4c5f06f 100644 --- a/onlyoffice-document-server.yml +++ b/onlyoffice.yml @@ -1,7 +1,7 @@ --- # Nextcloud Hub -- hosts: onlyoffice_document_server +- hosts: onlyoffice become: true roles: - jotbe.onlyoffice-document-server-docker \ No newline at end of file