Adds service Cryptpad

This commit is contained in:
Jan Beilicke 2020-04-12 00:26:52 +02:00
parent 1ccf68640a
commit 0322418b3d
4 changed files with 10 additions and 1 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,6 +16,10 @@ 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
@ -38,6 +42,7 @@ jitsi_exposed_https_port: 8443
jitsi_timezone: Europe/Amsterdam
jitsi_enable_letsencrypt: False
jitsi_virtual_host: jitsi.satt.local
jitsi_jvb_stun_servers: stun:stun.schlund.de:3478,stun:stun.t-online.de:3478,stun:stun.1und1.de:3478
docker_user: deploy
traefik:
expose_internally: True

View file

@ -20,3 +20,6 @@
- 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,3 +6,4 @@
- import_playbook: nextcloud.yml
- import_playbook: collabora-online.yml
- import_playbook: jitsi.yml
- import_playbook: cryptpad.yml