Adds ONLYOFFICE Document Server
This commit is contained in:
parent
9a8537fbf8
commit
20ee4d9d16
3 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
7
onlyoffice-document-server.yml
Normal file
7
onlyoffice-document-server.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# Nextcloud Hub
|
||||
|
||||
- hosts: onlyoffice_document_server
|
||||
become: true
|
||||
roles:
|
||||
- jotbe.onlyoffice-document-server-docker
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue