Compare commits

..

No commits in common. "e64a056966d66cb142e108e50e4066d7a28f1d38" and "6cc72adeab9d24b9b4b32de695f3a57320f9c533" have entirely different histories.

4 changed files with 0 additions and 12 deletions

View file

@ -25,7 +25,6 @@ The main goals of this project are:
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud) - [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/)
- [Coturn TURN/STUN server](https://github.com/coturn/coturn)
### WIP ### WIP

View file

@ -1,7 +0,0 @@
---
# coturn TURN server
- hosts: coturn
become: true
roles:
- jotbe.coturn-docker

View file

@ -11,9 +11,6 @@
- name: jotbe.nextcloud-docker - name: jotbe.nextcloud-docker
src: https://git.jotbe.io/jotbe/ansible-role-nextcloud-docker.git src: https://git.jotbe.io/jotbe/ansible-role-nextcloud-docker.git
scm: git scm: git
- name: jotbe.coturn-docker
src: https://git.jotbe.io/jotbe/ansible-role-coturn-docker.git
scm: git
- 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

View file

@ -5,6 +5,5 @@
- import_playbook: docker.yml - import_playbook: docker.yml
- import_playbook: nextcloud.yml - import_playbook: nextcloud.yml
- import_playbook: collabora-online.yml - import_playbook: collabora-online.yml
- import_playbook: coturn.yml
- import_playbook: jitsi.yml - import_playbook: jitsi.yml
- import_playbook: cryptpad.yml - import_playbook: cryptpad.yml