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
|
### Working
|
||||||
|
|
||||||
- [Jitsi Meet](https://jitsi.org/jitsi-meet/)
|
|
||||||
- [Nextcloud Hub](https://nextcloud.com/)
|
- [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)
|
- [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
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
pip_package: python3-pip
|
|
||||||
pip_install_packages:
|
pip_install_packages:
|
||||||
- name: docker
|
- name: docker
|
||||||
- name: docker-compose
|
- name: docker-compose
|
||||||
|
|
|
@ -26,20 +26,15 @@ 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: http://nextcloud.satt.local
|
nextcloud_overwrite_cli_url: https://nextcloud.satt.local
|
||||||
nextcloud_overwrite_host: nextcloud.satt.local
|
nextcloud_overwrite_host: nextcloud.satt.local
|
||||||
nextcloud_overwrite_protocol: http
|
nextcloud_overwrite_protocol: https
|
||||||
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
|
||||||
|
@ -48,7 +43,6 @@ 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
|
||||||
|
|
|
@ -22,8 +22,5 @@ satt
|
||||||
[collabora]
|
[collabora]
|
||||||
satt
|
satt
|
||||||
|
|
||||||
[onlyoffice]
|
|
||||||
satt
|
|
||||||
|
|
||||||
[cryptpad]
|
[cryptpad]
|
||||||
satt
|
satt
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
# Nextcloud Hub
|
# Nextcloud Hub
|
||||||
|
|
||||||
- hosts: onlyoffice
|
- hosts: onlyoffice_document_server
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- jotbe.onlyoffice-document-server-docker
|
- jotbe.onlyoffice-document-server-docker
|
Loading…
Add table
Reference in a new issue