mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
84 lines
2.4 KiB
Text
84 lines
2.4 KiB
Text
version = "1.0"
|
|
|
|
[main]
|
|
name = "Etherpad configuration"
|
|
|
|
|
|
[main.export]
|
|
name = "Export"
|
|
|
|
[main.export.export]
|
|
ask = "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?"
|
|
choices = ["none", "abiword", "libreoffice"]
|
|
default = "none"
|
|
|
|
|
|
[main.pad_configuration]
|
|
name = "Default pad configuration"
|
|
|
|
[main.pad_configuration.pad_config_nocolors]
|
|
ask = "Hide authorship colors?"
|
|
type = "boolean"
|
|
default = false
|
|
|
|
[main.pad_configuration.pad_config_showlinenumbers]
|
|
ask = "Show line numbers?"
|
|
type = "boolean"
|
|
default = true
|
|
|
|
[main.pad_configuration.pad_config_chatandusers]
|
|
ask = "Show chat and users?"
|
|
type = "boolean"
|
|
default = false
|
|
|
|
[main.pad_configuration.pad_config_alwaysshowchat]
|
|
ask = "Always show chat?"
|
|
type = "boolean"
|
|
default = false
|
|
|
|
[main.pad_configuration.pad_config_show_markdown]
|
|
ask = "Show markdown syntax?"
|
|
type = "boolean"
|
|
default = false
|
|
|
|
|
|
[main.mypads_configuration]
|
|
name = "MyPads configuration"
|
|
|
|
[main.mypads_configuration.mypads]
|
|
ask = "Enable MyPads plugin?"
|
|
type = "boolean"
|
|
default = true
|
|
|
|
[main.mypads_configuration.useldap]
|
|
ask = "Use LDAP with MyPads?"
|
|
type = "boolean"
|
|
default = true
|
|
|
|
|
|
[main.overwrite_files]
|
|
name = "Overwriting config files during an upgrade"
|
|
|
|
[main.overwrite_files.overwrite_settings]
|
|
ask = "Overwrite the config file settings.json?"
|
|
type = "boolean"
|
|
default = true
|
|
help = "If the file is overwritten, a backup will be created."
|
|
|
|
[main.overwrite_files.overwrite_credentials]
|
|
ask = "Overwrite the config file credentials.json?"
|
|
type = "boolean"
|
|
default = true
|
|
help = "If the file is overwritten, a backup will be created."
|
|
|
|
[main.overwrite_files.overwrite_nginx]
|
|
ask = "Overwrite the NGINX config file?"
|
|
type = "boolean"
|
|
default = true
|
|
help = "If the file is overwritten, a backup will be created."
|
|
|
|
[main.overwrite_files.overwrite_systemd]
|
|
ask = "Overwrite the systemd config file?"
|
|
type = "boolean"
|
|
default = true
|
|
help = "If the file is overwritten, a backup will be created."
|