forked from cisti/infra
100 lines
3 KiB
YAML
100 lines
3 KiB
YAML
|
---
|
||
|
etherpad:
|
||
|
title: "Etherpad"
|
||
|
favicon: "favicon.ico"
|
||
|
ip: 0.0.0.0
|
||
|
port: 9001
|
||
|
users: []
|
||
|
# -
|
||
|
# name: admin
|
||
|
# password: ""
|
||
|
# is_admin: "true"
|
||
|
default_text: '"Welcome to Etherpad!\\n\\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\\n\\nGet involved with Etherpad at http:\\/\\/etherpad.org\\n"'
|
||
|
pad_options_no_colors: "false"
|
||
|
pad_options_show_controls: "true"
|
||
|
pad_options_show_chat: "true"
|
||
|
pad_options_show_line_numbers: "true"
|
||
|
pad_options_use_monospace_font: "false"
|
||
|
pad_options_user_name: "false"
|
||
|
pad_options_user_color: "false"
|
||
|
pad_options_rtl: "false"
|
||
|
pad_options_always_show_chat: "false"
|
||
|
pad_options_chat_and_users: "false"
|
||
|
pad_options_lang: "en-gb"
|
||
|
pad_shortcut_alt_f9: "true"
|
||
|
pad_shortcut_alt_c: "true"
|
||
|
pad_shortcut_cmd_shft_2: "true"
|
||
|
pad_shortcut_delete: "true"
|
||
|
pad_shortcut_return: "true"
|
||
|
pad_shortcut_esc: "true"
|
||
|
pad_shortcut_cmd_s: "true"
|
||
|
pad_shortcut_tab: "true"
|
||
|
pad_shortcut_cmd_z: "true"
|
||
|
pad_shortcut_cmd_y: "true"
|
||
|
pad_shortcut_cmd_i: "true"
|
||
|
pad_shortcut_cmd_b: "true"
|
||
|
pad_shortcut_cmd_u: "true"
|
||
|
pad_shortcut_cmd_5: "true"
|
||
|
pad_shortcut_cmd_shift_l: "true"
|
||
|
pad_shortcut_cmd_shift_n: "true"
|
||
|
pad_shortcut_cmd_shift_1: "true"
|
||
|
pad_shortcut_cmd_shift_c: "true"
|
||
|
pad_shortcut_cmd_h: "true"
|
||
|
pad_shortcut_ctrl_home: "true"
|
||
|
pad_shortcut_page_up: "true"
|
||
|
pad_shortcut_page_down: "true"
|
||
|
suppress_errors_in_pad_text: "false"
|
||
|
require_session: "false"
|
||
|
edit_only: "false"
|
||
|
session_no_password: "false"
|
||
|
minify: "true"
|
||
|
max_age: 21600
|
||
|
abiword: "null"
|
||
|
soffice: "null"
|
||
|
tidyhtml: "null"
|
||
|
allow_unknown_file_ends: "true"
|
||
|
require_authentication: "false"
|
||
|
require_authorization: "false"
|
||
|
trust_proxy: "false"
|
||
|
socket_transport_protocols: ["xhr-polling", "jsonp-polling", "htmlfile"]
|
||
|
load_test: "false"
|
||
|
indentation_on_new_line: "false"
|
||
|
automatic_reconnection_timeout: 0
|
||
|
expose_version: "false"
|
||
|
toolbar:
|
||
|
left:
|
||
|
- ["bold", "italic", "underline", "strikethrough"]
|
||
|
- ["orderedlist", "unorderedlist", "indent", "outdent"]
|
||
|
- ["undo", "redo"]
|
||
|
- ["clearauthorship"]
|
||
|
right:
|
||
|
- ["importexport", "timeslider", "savedrevision"]
|
||
|
- ["settings", "embed"]
|
||
|
- ["showusers"]
|
||
|
timeslider:
|
||
|
- ["timeslider_export", "timeslider_returnToPad"]
|
||
|
log_level: "INFO"
|
||
|
abiword_enabled: False
|
||
|
console_enabled: False
|
||
|
monit_enabled: False
|
||
|
# list of etherpad plugins to be installed
|
||
|
plugins: []
|
||
|
plugins_state: present
|
||
|
|
||
|
mysql_database_host: /var/run/postgresql
|
||
|
mysql_database_name: etherpad
|
||
|
mysql_database_user: etherpad
|
||
|
mysql_database_password: etherpad
|
||
|
mysql_database_port: 3306
|
||
|
|
||
|
# Recommendation for large setups is MyISAM
|
||
|
mysql_database_engine: InnoDB
|
||
|
mysql_database_collation: utf8mb4_bin
|
||
|
mysql_database_charset: utf8mb4
|
||
|
|
||
|
# Settings for plugin 'ep_table_of_contents'
|
||
|
toc_disable: "true"
|
||
|
|
||
|
# Settings for plugin 'ep_auth_author'
|
||
|
# auth_author_prefix:
|