Matrix Docker Ansible eploy
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

61 行
1.1 KiB

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