Compare commits
2 commits
1ccf68640a
...
53b070049e
Author | SHA1 | Date | |
---|---|---|---|
53b070049e | |||
0322418b3d |
4 changed files with 10 additions and 1 deletions
|
@ -23,10 +23,10 @@ The main goals of this project are:
|
||||||
- [Nextcloud Hub](https://nextcloud.com/)
|
- [Nextcloud Hub](https://nextcloud.com/)
|
||||||
- [Jitsi Meet](https://jitsi.org/jitsi-meet/)
|
- [Jitsi Meet](https://jitsi.org/jitsi-meet/)
|
||||||
- [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/)
|
||||||
|
|
||||||
### WIP
|
### WIP
|
||||||
|
|
||||||
- [Cryptpad](https://cryptpad.fr/)
|
|
||||||
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
|
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
|
||||||
- [BigBlueButton](https://bigbluebutton.org/)
|
- [BigBlueButton](https://bigbluebutton.org/)
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,10 @@ firewall_allowed_udp_ports:
|
||||||
users:
|
users:
|
||||||
- deploy
|
- deploy
|
||||||
sudoers: []
|
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
|
mariadb_root_password: password
|
||||||
nextcloud_mariadb_user: nextcloud
|
nextcloud_mariadb_user: nextcloud
|
||||||
nextcloud_mariadb_password: password
|
nextcloud_mariadb_password: password
|
||||||
|
@ -38,6 +42,7 @@ jitsi_exposed_https_port: 8443
|
||||||
jitsi_timezone: Europe/Amsterdam
|
jitsi_timezone: Europe/Amsterdam
|
||||||
jitsi_enable_letsencrypt: False
|
jitsi_enable_letsencrypt: False
|
||||||
jitsi_virtual_host: jitsi.satt.local
|
jitsi_virtual_host: jitsi.satt.local
|
||||||
|
jitsi_jvb_stun_servers: meet-jit-si-turnrelay.jitsi.net:443
|
||||||
docker_user: deploy
|
docker_user: deploy
|
||||||
traefik:
|
traefik:
|
||||||
expose_internally: True
|
expose_internally: True
|
||||||
|
|
|
@ -20,3 +20,6 @@
|
||||||
- name: jotbe.onlyoffice-document-server-docker
|
- name: jotbe.onlyoffice-document-server-docker
|
||||||
src: https://git.jotbe.io/jotbe/ansible-role-onlyoffice-document-server-docker.git
|
src: https://git.jotbe.io/jotbe/ansible-role-onlyoffice-document-server-docker.git
|
||||||
scm: git
|
scm: git
|
||||||
|
- name: jotbe.cryptpad-docker
|
||||||
|
src: https://git.jotbe.io/jotbe/ansible-role-cryptpad-docker.git
|
||||||
|
scm: git
|
||||||
|
|
1
site.yml
1
site.yml
|
@ -6,3 +6,4 @@
|
||||||
- import_playbook: nextcloud.yml
|
- import_playbook: nextcloud.yml
|
||||||
- import_playbook: collabora-online.yml
|
- import_playbook: collabora-online.yml
|
||||||
- import_playbook: jitsi.yml
|
- import_playbook: jitsi.yml
|
||||||
|
- import_playbook: cryptpad.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue