Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

19 строки
648 B

  1. {
  2. "name": "Configure Synapse Admin",
  3. "description": "Configure 'Synapse Admin', a moderation tool to help you manage your server.",
  4. "spec": [
  5. {
  6. "question_name": "Enable Synapse Admin",
  7. "question_description": "Set if Synapse Admin is enabled or not. If enabled you can access it at https://{{ matrix_server_fqn_matrix }}/synapse-admin.",
  8. "required": false,
  9. "min": null,
  10. "max": null,
  11. "default": "{{ matrix_synapse_admin_enabled | string | lower }}",
  12. "choices": "true\nfalse",
  13. "new_question": true,
  14. "variable": "matrix_synapse_admin_enabled",
  15. "type": "multiplechoice"
  16. }
  17. ]
  18. }