Compare commits

...

3 commits

5 changed files with 15 additions and 5 deletions

View file

@ -20,14 +20,14 @@ The main goals of this project are:
### Working ### Working
- [Nextcloud Hub](https://nextcloud.com/)
- [Jitsi Meet](https://jitsi.org/jitsi-meet/) - [Jitsi Meet](https://jitsi.org/jitsi-meet/)
- [Nextcloud Hub](https://nextcloud.com/)
- [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/)
### WIP ### WIP
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
- [BigBlueButton](https://bigbluebutton.org/) - [BigBlueButton](https://bigbluebutton.org/)
### Backlog ### Backlog

View file

@ -1,3 +1,4 @@
pip_package: python3-pip
pip_install_packages: pip_install_packages:
- name: docker - name: docker
- name: docker-compose - name: docker-compose

View file

@ -26,15 +26,20 @@ nextcloud_mariadb_password: password
nextcloud_admin_user: admin nextcloud_admin_user: admin
nextcloud_admin_password: password nextcloud_admin_password: password
nextcloud_trusted_domains: satt.local nextcloud_trusted_domains: satt.local
nextcloud_overwrite_cli_url: https://nextcloud.satt.local nextcloud_overwrite_cli_url: http://nextcloud.satt.local
nextcloud_overwrite_host: nextcloud.satt.local nextcloud_overwrite_host: nextcloud.satt.local
nextcloud_overwrite_protocol: https nextcloud_overwrite_protocol: http
nextcloud_enable_restic_compose_backup: False nextcloud_enable_restic_compose_backup: False
nextcloud_virtual_host: nextcloud.satt.local nextcloud_virtual_host: nextcloud.satt.local
collabora_virtual_host: collabora.satt.local collabora_virtual_host: collabora.satt.local
collabora_domain_regex_pattern: nextcloud\.satt\.local collabora_domain_regex_pattern: nextcloud\.satt\.local
collabora_admin_user: admin collabora_admin_user: admin
collabora_admin_password: password collabora_admin_password: password
onlyoffice_virtual_host: documentserver.satt.local
onlyoffice_allow_origin_list: "{{ nextcloud_overwrite_cli_url }}"
onlyoffice_jwt_enabled: "true"
onlyoffice_jwt_secret: topsecrettoken
onlyoffice_jwt_header: Authorization
jitsi_public_url: https://jitsi.satt.local jitsi_public_url: https://jitsi.satt.local
jitsi_docker_host_address: "{{ ansible_host }}" jitsi_docker_host_address: "{{ ansible_host }}"
jitsi_exposed_http_port: 8000 jitsi_exposed_http_port: 8000
@ -43,6 +48,7 @@ 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 jitsi_jvb_stun_servers: meet-jit-si-turnrelay.jitsi.net:443
jitsi_web_channel_last_n: 2
docker_user: deploy docker_user: deploy
traefik: traefik:
expose_internally: True expose_internally: True

View file

@ -22,5 +22,8 @@ satt
[collabora] [collabora]
satt satt
[onlyoffice]
satt
[cryptpad] [cryptpad]
satt satt

View file

@ -1,7 +1,7 @@
--- ---
# Nextcloud Hub # Nextcloud Hub
- hosts: onlyoffice_document_server - hosts: onlyoffice
become: true become: true
roles: roles:
- jotbe.onlyoffice-document-server-docker - jotbe.onlyoffice-document-server-docker