Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

106 righe
2.6 KiB

  1. {
  2. "title": {{ matrix_etherpad_title|to_json }},
  3. "favicon": "favicon.ico",
  4. "skinName": "colibris",
  5. "skinVariants": "super-light-toolbar super-light-editor light-background",
  6. "ip": "::",
  7. "port": 9001,
  8. "showSettingsInAdminPage": true,
  9. "dbType": {{ matrix_etherpad_database_engine|to_json }},
  10. "dbSettings": {
  11. "database": {{ matrix_etherpad_database_name|to_json }},
  12. "host": {{ matrix_etherpad_database_hostname|to_json }},
  13. "password": {{ matrix_etherpad_database_password|to_json }},
  14. "port": {{ matrix_etherpad_database_port|to_json }},
  15. "user": {{ matrix_etherpad_database_username|to_json }}
  16. },
  17. "defaultPadText" : {{ matrix_etherpad_default_pad_text|to_json }},
  18. "suppressErrorsInPadText": false,
  19. "requireSession": false,
  20. "editOnly": false,
  21. "minify": true,
  22. "maxAge": 21600,
  23. "abiword": null,
  24. "soffice": null,
  25. "tidyHtml": null,
  26. "allowUnknownFileEnds": true,
  27. "requireAuthentication": false,
  28. "requireAuthorization": false,
  29. "trustProxy": true,
  30. "cookie": {
  31. "sameSite": "Lax"
  32. },
  33. "disableIPlogging": true,
  34. "automaticReconnectionTimeout": 0,
  35. "scrollWhenFocusLineIsOutOfViewport": {
  36. "percentage": {
  37. "editionAboveViewport": 0,
  38. "editionBelowViewport": 0
  39. },
  40. "duration": 0,
  41. "scrollWhenCaretIsInTheLastLineOfViewport": false,
  42. "percentageToScrollWhenUserPressesArrowUp": 0
  43. },
  44. "socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
  45. "socketIo": {
  46. "maxHttpBufferSize": 10000
  47. },
  48. "loadTest": false,
  49. "importExportRateLimiting": {
  50. "windowMs": 90000,
  51. "max": 10
  52. },
  53. "importMaxFileSize": 52428800,
  54. "commitRateLimiting": {
  55. "duration": 1,
  56. "points": 10
  57. },
  58. "exposeVersion": false,
  59. "padOptions": {
  60. "noColors": false,
  61. "showControls": true,
  62. "showChat": false,
  63. "showLineNumbers": true,
  64. "useMonospaceFont": false,
  65. "userName": false,
  66. "userColor": false,
  67. "rtl": false,
  68. "alwaysShowChat": false,
  69. "chatAndUsers": false,
  70. "lang": "en-gb"
  71. },
  72. "padShortcutEnabled" : {
  73. "altF9": true,
  74. "altC": true,
  75. "cmdShift2": true,
  76. "delete": true,
  77. "return": true,
  78. "esc": true,
  79. "cmdS": true,
  80. "tab": true,
  81. "cmdZ": true,
  82. "cmdY": true,
  83. "cmdI": true,
  84. "cmdB": true,
  85. "cmdU": true,
  86. "cmd5": true,
  87. "cmdShiftL": true,
  88. "cmdShiftN": true,
  89. "cmdShift1": true,
  90. "cmdShiftC": true,
  91. "cmdH": true,
  92. "ctrlHome": true,
  93. "pageUp": true,
  94. "pageDown": true
  95. },
  96. "loglevel": "INFO",
  97. "logconfig" :
  98. { "appenders": [
  99. { "type": "console",
  100. "layout": {"type": "messagePassThrough"}
  101. }
  102. ]
  103. },
  104. "customLocaleStrings": {}
  105. }