Compare commits

..

No commits in common. "53b070049e8883d0bcd758d2f89f19727d7d2cdc" and "1ccf68640a337ce80ae945c592a5caa8292e90e7" have entirely different histories.

4 changed files with 1 additions and 10 deletions

View file

@ -23,10 +23,10 @@ The main goals of this project are:
- [Nextcloud Hub](https://nextcloud.com/)
- [Jitsi Meet](https://jitsi.org/jitsi-meet/)
- [Collabora Online Development Edition](https://www.collaboraoffice.com/code/) (integrates with Nextcloud)
- [Cryptpad](https://cryptpad.fr/)
### WIP
- [Cryptpad](https://cryptpad.fr/)
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
- [BigBlueButton](https://bigbluebutton.org/)

View file

@ -16,10 +16,6 @@ firewall_allowed_udp_ports:
users:
- deploy
sudoers: []
cryptpad_virtual_host: pad.satt.local
cryptpad_safe_virtual_host: pad-sandbox.satt.local
cryptpad_admin_email: admin@example.tld
cryptpad_block_daily_check: yes
mariadb_root_password: password
nextcloud_mariadb_user: nextcloud
nextcloud_mariadb_password: password
@ -42,7 +38,6 @@ jitsi_exposed_https_port: 8443
jitsi_timezone: Europe/Amsterdam
jitsi_enable_letsencrypt: False
jitsi_virtual_host: jitsi.satt.local
jitsi_jvb_stun_servers: meet-jit-si-turnrelay.jitsi.net:443
docker_user: deploy
traefik:
expose_internally: True

View file

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

View file

@ -6,4 +6,3 @@
- import_playbook: nextcloud.yml
- import_playbook: collabora-online.yml
- import_playbook: jitsi.yml
- import_playbook: cryptpad.yml