Adds ONLYOFFICE Document Server

This commit is contained in:
Jan Beilicke 2020-03-30 23:44:46 +02:00
parent 9a8537fbf8
commit 20ee4d9d16
3 changed files with 11 additions and 0 deletions

View file

@ -26,6 +26,7 @@ The main goals of this project are:
### WIP
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
- [BigBlueButton](https://bigbluebutton.org/)
### Backlog

View file

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

View file

@ -16,3 +16,6 @@
- name: jotbe.collabora-online-docker
src: https://git.jotbe.io/jotbe/ansible-role-collabora-online-docker.git
scm: git
- name: jotbe.onlyoffice-document-server-docker
src: https://git.jotbe.io/jotbe/ansible-role-onlyoffice-document-server-docker.git
scm: git