| @@ -4,7 +4,7 @@ | |||||
| "spec": [ | "spec": [ | ||||
| { | { | ||||
| "question_name": "Enable Synapse Admin", | "question_name": "Enable Synapse Admin", | ||||
| "question_description": "Set if Synapse Admin is enabled or not. If enabled you can access it at https://matrix.{{ matrix_domain }}/synapse-admin.", | |||||
| "question_description": "Set if Synapse Admin is enabled or not. If enabled you can access it at https://{{ matrix_server_fqn_matrix }}/synapse-admin.", | |||||
| "required": false, | "required": false, | ||||
| "min": null, | "min": null, | ||||
| "max": null, | "max": null, | ||||
| @@ -32,7 +32,7 @@ matrix_appservice_slack_slack_port: 9003 | |||||
| # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9999"), or empty string to not expose. | # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9999"), or empty string to not expose. | ||||
| matrix_appservice_slack_container_http_host_bind_port: '' | matrix_appservice_slack_container_http_host_bind_port: '' | ||||
| matrix_appservice_slack_homeserver_media_url: "matrix.{{ matrix_domain }}" | |||||
| matrix_appservice_slack_homeserver_media_url: "{{ matrix_server_fqn_matrix }}" | |||||
| matrix_appservice_slack_homeserver_url: "http://matrix-synapse:8008" | matrix_appservice_slack_homeserver_url: "http://matrix-synapse:8008" | ||||
| matrix_appservice_slack_homeserver_domain: "{{ matrix_domain }}" | matrix_appservice_slack_homeserver_domain: "{{ matrix_domain }}" | ||||
| matrix_appservice_slack_appservice_url: 'http://matrix-appservice-slack' | matrix_appservice_slack_appservice_url: 'http://matrix-appservice-slack' | ||||
| @@ -28,7 +28,7 @@ matrix_appservice_webhooks_matrix_port: 6789 | |||||
| # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9999"), or empty string to not expose. | # Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:9999"), or empty string to not expose. | ||||
| matrix_appservice_webhooks_container_http_host_bind_port: '' | matrix_appservice_webhooks_container_http_host_bind_port: '' | ||||
| matrix_appservice_webhooks_homeserver_media_url: "matrix.{{ matrix_domain }}" | |||||
| matrix_appservice_webhooks_homeserver_media_url: "{{ matrix_server_fqn_matrix }}" | |||||
| matrix_appservice_webhooks_homeserver_url: "http://matrix-synapse:8008" | matrix_appservice_webhooks_homeserver_url: "http://matrix-synapse:8008" | ||||
| matrix_appservice_webhooks_homeserver_domain: "{{ matrix_domain }}" | matrix_appservice_webhooks_homeserver_domain: "{{ matrix_domain }}" | ||||
| matrix_appservice_webhooks_appservice_url: 'http://matrix-appservice-webhooks' | matrix_appservice_webhooks_appservice_url: 'http://matrix-appservice-webhooks' | ||||