Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

19 líneas
710 B

  1. {
  2. "name": "Configure Element Subdomain",
  3. "description": "Configure Element clients subdomain location. (Eg: 'element' for element.example.org)",
  4. "spec": [
  5. {
  6. "question_name": "Set Element Subdomain",
  7. "question_description": "Sets the subdomain of the Element web-client, you should only specify the subdomain, not the base domain you've already set. (Eg: 'element' for element.example.org) Note that if you change this value you'll need to reconfigure your DNS.",
  8. "required": false,
  9. "min": 0,
  10. "max": 2048,
  11. "default": "{{ element_subdomain }}",
  12. "choices": "",
  13. "new_question": true,
  14. "variable": "element_subdomain",
  15. "type": "text"
  16. }
  17. ]
  18. }