removed Open-Xchange mentions
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
This is a full-stack Nextcloud deployment combined with hardening, a Collabora CODE server for
|
This is a full-stack Nextcloud deployment combined with hardening, a Collabora CODE server for
|
||||||
in-browser document editing, and a Nextcloud Talk High-Performance Backend (HPB) for group calls.
|
in-browser document editing, and a Nextcloud Talk High-Performance Backend (HPB) for group calls.
|
||||||
An Open-Xchange mail connector is also planned (see "Playbooks" below for its current status).
|
|
||||||
|
|
||||||
The minimum setup of this deployment would be a single server (this context wasn't tested yet).
|
The minimum setup of this deployment would be a single server (this context wasn't tested yet).
|
||||||
The optimal setup uses one server per role:
|
The optimal setup uses one server per role:
|
||||||
@@ -90,11 +89,6 @@ this order, since each one depends on the previous:
|
|||||||
TURN server: <nc_talk_hpb_domain>:3478, protocols UDP and TCP
|
TURN server: <nc_talk_hpb_domain>:3478, protocols UDP and TCP
|
||||||
TURN secret: nc_talk_hpb_turn_secret (from shared_vars.yml)
|
TURN secret: nc_talk_hpb_turn_secret (from shared_vars.yml)
|
||||||
|
|
||||||
5. Open-Xchange mail connector - not yet implemented. connect_nextcloud_open-xchange.yml
|
|
||||||
currently only contains the sudo-rs workaround boilerplate shared by every playbook in this
|
|
||||||
repo; the openxchange_* variables in shared_vars.yml.example are reserved for it but are not
|
|
||||||
consumed by any task yet.
|
|
||||||
|
|
||||||
You can debug all the playbooks by using this command.
|
You can debug all the playbooks by using this command.
|
||||||
ansible-playbook <playbook_file.yml> -i inventory/hosts.ini --ask-become-pass -vv
|
ansible-playbook <playbook_file.yml> -i inventory/hosts.ini --ask-become-pass -vv
|
||||||
|
|
||||||
|
|||||||
@@ -76,18 +76,3 @@ collabora_admin_password: "ChangeMe1234_"
|
|||||||
# Nextcloud TLS certificate paths
|
# Nextcloud TLS certificate paths
|
||||||
cc_ssl_cert: "/etc/ssl/certs/collabora-selfsigned.crt"
|
cc_ssl_cert: "/etc/ssl/certs/collabora-selfsigned.crt"
|
||||||
cc_ssl_key: "/etc/ssl/private/collabora-selfsigned.key"
|
cc_ssl_key: "/etc/ssl/private/collabora-selfsigned.key"
|
||||||
|
|
||||||
########################################
|
|
||||||
# Open-Xchange
|
|
||||||
########################################
|
|
||||||
|
|
||||||
# The domain of your Open-Xchange server.
|
|
||||||
openxchange_domain: "mail.example.com"
|
|
||||||
|
|
||||||
# IMAP and SMTP ports for Open-Xchange. Adjust if you have a custom setup.
|
|
||||||
openxchange_imap_port: 993
|
|
||||||
openxchange_smtp_port: 587
|
|
||||||
|
|
||||||
# Whether to use STARTTLS or SSL for SMTP. Adjust according to your Open-Xchange configuration.
|
|
||||||
openxchange_smtp_starttls: true
|
|
||||||
openxchange_smtp_ssl: false
|
|
||||||
Reference in New Issue
Block a user