Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
490 B

  1. {
  2. "push": {
  3. "appId": "io.element.hydrogen.web",
  4. "gatewayUrl": "https://matrix.org",
  5. "applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM"
  6. },
  7. "defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string|to_json }},
  8. "bugReportEndpointUrl": "https://element.io/bugreports/submit",
  9. "themeManifests": [
  10. "assets/theme-Element.json"
  11. ],
  12. "defaultTheme": {
  13. "light": "element-light",
  14. "dark": "element-dark"
  15. }
  16. }