113 lines
3.3 KiB
JSON
113 lines
3.3 KiB
JSON
// Managed by Ansible
|
|
|
|
{
|
|
"title": "Bitlair Etherpad",
|
|
"favicon": null,
|
|
"skinName": "colibris",
|
|
"skinVariants": "super-light-toolbar super-light-editor light-background",
|
|
"ip": "127.0.0.1",
|
|
"port": "9001",
|
|
"showSettingsInAdminPage": true,
|
|
|
|
"dbType" : "postgres",
|
|
"dbSettings" : {
|
|
"host": "localhost",
|
|
"user": "{{ etherpad_db_user }}",
|
|
"password": "{{ etherpad_db_password }}",
|
|
"database": "{{ etherpad_db_name }}"
|
|
},
|
|
|
|
"defaultPadText" : "Welkom op Bitlair's Etherpad!\n\nPer 2022-10-30 is deze opnieuw geïnstalleerd. Je oude notities zijn tot 2022-12-01 terug te vinden op pad-oud.bitlair.nl",
|
|
|
|
"padOptions": {
|
|
"noColors": false,
|
|
"showControls": true,
|
|
"showChat": true,
|
|
"showLineNumbers": true,
|
|
"useMonospaceFont": false,
|
|
"userName": false,
|
|
"userColor": false,
|
|
"rtl": false,
|
|
"alwaysShowChat": false,
|
|
"chatAndUsers": false,
|
|
"lang": "en-gb"
|
|
},
|
|
|
|
"padShortcutEnabled" : {
|
|
"altF9": true, /* focus on the File Menu and/or editbar */
|
|
"altC": true, /* focus on the Chat window */
|
|
"cmdShift2": true, /* shows a gritter popup showing a line author */
|
|
"delete": true,
|
|
"return": true,
|
|
"esc": true, /* in mozilla versions 14-19 avoid reconnecting pad */
|
|
"cmdS": true, /* save a revision */
|
|
"tab": true, /* indent */
|
|
"cmdZ": true, /* undo/redo */
|
|
"cmdY": true, /* redo */
|
|
"cmdI": true, /* italic */
|
|
"cmdB": true, /* bold */
|
|
"cmdU": true, /* underline */
|
|
"cmd5": true, /* strike through */
|
|
"cmdShiftL": true, /* unordered list */
|
|
"cmdShiftN": true, /* ordered list */
|
|
"cmdShift1": true, /* ordered list */
|
|
"cmdShiftC": true, /* clear authorship */
|
|
"cmdH": true, /* backspace */
|
|
"ctrlHome": true, /* scroll to top of pad */
|
|
"pageUp": true,
|
|
"pageDown": true
|
|
},
|
|
|
|
"suppressErrorsInPadText": false,
|
|
"requireSession": false,
|
|
"editOnly": false,
|
|
"minify": true,
|
|
"maxAge": 21600, // 60 * 60 * 6 = 6 hours
|
|
"abiword": null,
|
|
"soffice": null,
|
|
"tidyHtml": null,
|
|
"allowUnknownFileEnds": true,
|
|
"requireAuthentication": false,
|
|
"requireAuthorization": false,
|
|
"trustProxy": false,
|
|
"cookie": {
|
|
"sameSite": "Lax"
|
|
},
|
|
"disableIPlogging": false,
|
|
"automaticReconnectionTimeout": 0,
|
|
"scrollWhenFocusLineIsOutOfViewport": {
|
|
"percentage": {
|
|
"editionAboveViewport": 0,
|
|
"editionBelowViewport": 0
|
|
},
|
|
"duration": 0,
|
|
"scrollWhenCaretIsInTheLastLineOfViewport": false,
|
|
"percentageToScrollWhenUserPressesArrowUp": 0
|
|
},
|
|
|
|
|
|
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
|
|
"socketIo": {
|
|
"maxHttpBufferSize": 10000
|
|
},
|
|
|
|
"loadTest": false,
|
|
"dumpOnUncleanExit": false,
|
|
"importExportRateLimiting": {
|
|
// duration of the rate limit window (milliseconds)
|
|
"windowMs": 90000,
|
|
// maximum number of requests per IP to allow during the rate limit window
|
|
"max": 10
|
|
},
|
|
"importMaxFileSize": 52428800, // 50 * 1024 * 1024
|
|
"commitRateLimiting": {
|
|
// duration of the rate limit window (seconds)
|
|
"duration": 1,
|
|
// maximum number of changes per IP to allow during the rate limit window
|
|
"points": 10
|
|
},
|
|
"exposeVersion": false,
|
|
"loglevel": "INFO",
|
|
"customLocaleStrings": {},
|
|
"enableAdminUITests": false
|
|
}
|