Skip to content

Commit 7fba839

Browse files
committed
Remove etherpad-proxy-connect role
1 parent 4018aa3 commit 7fba839

File tree

8 files changed

+2
-115
lines changed

8 files changed

+2
-115
lines changed

docs/configuring-playbook-etherpad.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,6 @@ etherpad_hostname: "{{ matrix_server_fqn_matrix }}"
2020
etherpad_path_prefix: /etherpad
2121
```
2222
23-
**NOTE**: When using the old `matrix-nginx-proxy` reverse-proxy instead of Traefik, you have only 2 choices:
24-
25-
- serving Etherpad at its own dedicated domain:
26-
- you need to set the domain using the `matrix_server_fqn_etherpad` variable (not `etherpad_hostname`)
27-
- you must use `etherpad_path_prefix: /`
28-
- serving Etherpad at the [Dimension](configuring-playbook-dimension.md) integration manager's domain (`matrix_server_fqn_dimension`)
29-
- you need to have Dimension enabled
30-
- you need to add `etherpad_path_prefix: /etherpad` or another prefix (different than `/`)
31-
- you need to add `etherpad_nginx_proxy_dimension_integration_enabled: true` to enable this integration
32-
3323
3424
## Adjusting DNS records
3525

group_vars/matrix_servers

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3323,7 +3323,6 @@ matrix_nginx_proxy_proxy_schildichat_enabled: "{{ matrix_client_schildichat_enab
33233323
matrix_nginx_proxy_proxy_buscarron_enabled: "{{ matrix_bot_buscarron_enabled and matrix_playbook_reverse_proxy_type in ['playbook-managed-nginx', 'other-nginx-non-container'] }}"
33243324
matrix_nginx_proxy_proxy_dimension_enabled: "{{ matrix_dimension_enabled and matrix_playbook_reverse_proxy_type in ['playbook-managed-nginx', 'other-nginx-non-container'] }}"
33253325
matrix_nginx_proxy_proxy_rageshake_enabled: "{{ matrix_rageshake_enabled and matrix_playbook_reverse_proxy_type in ['playbook-managed-nginx', 'other-nginx-non-container'] }}"
3326-
matrix_nginx_proxy_proxy_etherpad_enabled: "{{ etherpad_enabled and not etherpad_nginx_proxy_dimension_integration_enabled and matrix_playbook_reverse_proxy_type in ['playbook-managed-nginx', 'other-nginx-non-container'] }}"
33273326
matrix_nginx_proxy_proxy_bot_go_neb_enabled: "{{ matrix_bot_go_neb_enabled and matrix_playbook_reverse_proxy_type in ['playbook-managed-nginx', 'other-nginx-non-container'] }}"
33283327
matrix_nginx_proxy_proxy_mautrix_wsproxy_enabled: "{{ matrix_mautrix_wsproxy_enabled and matrix_playbook_reverse_proxy_type in ['playbook-managed-nginx', 'other-nginx-non-container'] }}"
33293328

@@ -3423,8 +3422,6 @@ matrix_ssl_domains_to_obtain_certificates_for: |
34233422
+
34243423
([matrix_server_fqn_dimension] if matrix_dimension_enabled else [])
34253424
+
3426-
([matrix_server_fqn_etherpad] if (etherpad_enabled and not etherpad_nginx_proxy_dimension_integration_enabled) else [])
3427-
+
34283425
([matrix_server_fqn_bot_go_neb] if matrix_bot_go_neb_enabled else [])
34293426
+
34303427
([matrix_server_fqn_jitsi] if jitsi_enabled else [])

roles/custom/etherpad-proxy-connect/defaults/main.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

roles/custom/etherpad-proxy-connect/tasks/inject_into_nginx_proxy.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

roles/custom/etherpad-proxy-connect/tasks/main.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

roles/custom/etherpad-proxy-connect/tasks/validate_config.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

roles/custom/matrix_playbook_migration/tasks/validate_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@
128128
- {'old': 'matrix_nginx_proxy_proxy_synapse_federation_api_addr_with_container', 'new': '<removed>'}
129129
- {'old': 'matrix_nginx_proxy_proxy_synapse_federation_api_addr_sans_container', 'new': '<removed>'}
130130
- {'old': 'matrix_nginx_proxy_proxy_synapse_additional_server_configuration_blocks', 'new': '<removed>'}
131+
- {'old': 'etherpad_nginx_proxy_dimension_integration_enabled', 'new': '<removed>'}
132+
- {'old': 'etherpad_nginx_proxy_dimension_integration_path_prefix', 'new': '<removed>'}
131133

132134
- name: (Deprecation) Catch and report matrix_postgres variables
133135
ansible.builtin.fail:

setup.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
- custom/matrix-ma1sd
112112
- custom/matrix-dimension
113113
- galaxy/etherpad
114-
- custom/etherpad-proxy-connect
115114
- custom/matrix-sliding-sync
116115
- custom/matrix-email2matrix
117116
- custom/matrix-sygnal

0 commit comments

Comments
 (0)