Просмотр исходного кода

Merge pull request #1967 from aaronraimist/hydrogen

Allow new Hydrogen options from #1940 to be customized
pull/1971/head
Slavi Pantaleev 3 лет назад
committed by GitHub
Родитель
Сommit
1f9c7e746d
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
2 измененных файлов: 9 добавлений и 7 удалений
  1. +6
    -0
      roles/matrix-client-hydrogen/defaults/main.yml
  2. +3
    -7
      roles/matrix-client-hydrogen/templates/config.json.j2

+ 6
- 0
roles/matrix-client-hydrogen/defaults/main.yml Просмотреть файл

@@ -31,7 +31,13 @@ matrix_client_hydrogen_systemd_required_services_list: ['docker.service']
matrix_client_hydrogen_self_check_validate_certificates: true

# config.json
matrix_client_hydrogen_push:
appId: io.element.hydrogen.web
gatewayUrl: https://matrix.org
applicationServerKey: "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM"
matrix_client_hydrogen_default_hs_url: ""
matrix_client_hydrogen_bugReportEndpointUrl: "https://element.io/bugreports/submit" # noqa var-naming


# Default Hydrogen configuration template which covers the generic use case.
# You can customize it by controlling the various variables inside it.


+ 3
- 7
roles/matrix-client-hydrogen/templates/config.json.j2 Просмотреть файл

@@ -1,11 +1,7 @@
{
"push": {
"appId": "io.element.hydrogen.web",
"gatewayUrl": "https://matrix.org",
"applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM"
},
"defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string|to_json }},
"bugReportEndpointUrl": "https://element.io/bugreports/submit",
"push": {{ matrix_client_hydrogen_push | to_json }},
"defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string | to_json }},
"bugReportEndpointUrl": {{ matrix_client_hydrogen_bugReportEndpointUrl | to_json }},
"themeManifests": [
"assets/theme-Element.json"
],


Загрузка…
Отмена
Сохранить