Compare commits
No commits in common. "cc75f431094e925c636dd823a3f07dc1a4fb1bde" and "856024be04cf8c573c236b1e5a2f1a990c96f320" have entirely different histories.
cc75f43109
...
856024be04
5 changed files with 5 additions and 15 deletions
|
@ -20,14 +20,14 @@ The main goals of this project are:
|
|||
|
||||
### Working
|
||||
|
||||
- [Jitsi Meet](https://jitsi.org/jitsi-meet/)
|
||||
- [Nextcloud Hub](https://nextcloud.com/)
|
||||
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
|
||||
- [Jitsi Meet](https://jitsi.org/jitsi-meet/)
|
||||
- [Collabora Online Development Edition](https://www.collaboraoffice.com/code/) (integrates with Nextcloud)
|
||||
- [Cryptpad](https://cryptpad.fr/)
|
||||
|
||||
### WIP
|
||||
|
||||
- [ONLYOFFICE Document Server](https://www.onlyoffice.com/) (integrates with Nextcloud)
|
||||
- [BigBlueButton](https://bigbluebutton.org/)
|
||||
|
||||
### Backlog
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
pip_package: python3-pip
|
||||
pip_install_packages:
|
||||
- name: docker
|
||||
- name: docker-compose
|
||||
|
|
|
@ -26,20 +26,15 @@ nextcloud_mariadb_password: password
|
|||
nextcloud_admin_user: admin
|
||||
nextcloud_admin_password: password
|
||||
nextcloud_trusted_domains: satt.local
|
||||
nextcloud_overwrite_cli_url: http://nextcloud.satt.local
|
||||
nextcloud_overwrite_cli_url: https://nextcloud.satt.local
|
||||
nextcloud_overwrite_host: nextcloud.satt.local
|
||||
nextcloud_overwrite_protocol: http
|
||||
nextcloud_overwrite_protocol: https
|
||||
nextcloud_enable_restic_compose_backup: False
|
||||
nextcloud_virtual_host: nextcloud.satt.local
|
||||
collabora_virtual_host: collabora.satt.local
|
||||
collabora_domain_regex_pattern: nextcloud\.satt\.local
|
||||
collabora_admin_user: admin
|
||||
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_docker_host_address: "{{ ansible_host }}"
|
||||
jitsi_exposed_http_port: 8000
|
||||
|
@ -48,7 +43,6 @@ 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
|
||||
jitsi_web_channel_last_n: 2
|
||||
docker_user: deploy
|
||||
traefik:
|
||||
expose_internally: True
|
||||
|
|
|
@ -22,8 +22,5 @@ satt
|
|||
[collabora]
|
||||
satt
|
||||
|
||||
[onlyoffice]
|
||||
satt
|
||||
|
||||
[cryptpad]
|
||||
satt
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
# Nextcloud Hub
|
||||
|
||||
- hosts: onlyoffice
|
||||
- hosts: onlyoffice_document_server
|
||||
become: true
|
||||
roles:
|
||||
- jotbe.onlyoffice-document-server-docker
|
Loading…
Add table
Reference in a new issue