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.
 
 

55 lines
1.0 KiB

  1. "$schema": "http://json-schema.org/draft-04/schema#"
  2. type: "object"
  3. properties:
  4. provisioning:
  5. type: "object"
  6. properties:
  7. secret:
  8. type: "string"
  9. homeserver:
  10. type: "object"
  11. properties:
  12. domain:
  13. type: "string"
  14. url:
  15. type: "string"
  16. mediaUrl:
  17. type: "string"
  18. web:
  19. type: "object"
  20. properties:
  21. hookUrlBase:
  22. type: "string"
  23. webhookBot:
  24. type: "object"
  25. properties:
  26. localpart:
  27. type: "string"
  28. appearance:
  29. type: "object"
  30. properties:
  31. displayName:
  32. type: "string"
  33. avatarUrl:
  34. type: "string"
  35. logging:
  36. type: "object"
  37. properties:
  38. file:
  39. type: "string"
  40. console:
  41. type: "boolean"
  42. consoleLevel:
  43. type: "string"
  44. fileLevel:
  45. type: "string"
  46. writeFiles:
  47. type: "boolean"
  48. rotate:
  49. type: "object"
  50. properties:
  51. size:
  52. type: "number"
  53. count:
  54. type: "number"