Added Collabora Online Developer Edition (CODE)
This commit is contained in:
parent
cfc3f3955e
commit
ef234dae67
4 changed files with 14 additions and 1 deletions
|
@ -16,10 +16,10 @@ The main goals of this project are:
|
||||||
|
|
||||||
- Nextcloud Hub
|
- Nextcloud Hub
|
||||||
- Jitsi Meet
|
- Jitsi Meet
|
||||||
|
- Collabora Online (integrates with Nextcloud)
|
||||||
|
|
||||||
### WIP
|
### WIP
|
||||||
|
|
||||||
- Collabora Online with integration for Nextcloud
|
|
||||||
- BigBlueButton
|
- BigBlueButton
|
||||||
|
|
||||||
### Backlog
|
### Backlog
|
||||||
|
|
7
collabora-online.yml
Normal file
7
collabora-online.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
# Nextcloud Hub
|
||||||
|
|
||||||
|
- hosts: collabora
|
||||||
|
become: true
|
||||||
|
roles:
|
||||||
|
- jotbe.collabora-online-docker
|
|
@ -15,3 +15,6 @@ vagrant
|
||||||
|
|
||||||
[jitsi_docker]
|
[jitsi_docker]
|
||||||
vagrant
|
vagrant
|
||||||
|
|
||||||
|
[collabora]
|
||||||
|
vagrant
|
||||||
|
|
|
@ -13,3 +13,6 @@
|
||||||
- name: jotbe.jitsi-docker
|
- name: jotbe.jitsi-docker
|
||||||
src: https://git.jotbe.io/jotbe/ansible-role-jitsi-docker.git
|
src: https://git.jotbe.io/jotbe/ansible-role-jitsi-docker.git
|
||||||
scm: git
|
scm: git
|
||||||
|
- name: jotbe.collabora-online-docker
|
||||||
|
src: https://git.jotbe.io/jotbe/ansible-role-collabora-online-docker.git
|
||||||
|
scm: git
|
||||||
|
|
Loading…
Add table
Reference in a new issue