mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Update config_panel.toml
Fix config panel
This commit is contained in:
parent
92cc221c12
commit
0479896eef
1 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@ services = ["__APP__"]
|
||||||
ask.fr = "Définir le MOTD"
|
ask.fr = "Définir le MOTD"
|
||||||
type = "string"
|
type = "string"
|
||||||
help = "Set the MOTD message shown in Vikunja login page"
|
help = "Set the MOTD message shown in Vikunja login page"
|
||||||
bind = "motd:/opt/__APP__/config.yml"
|
bind = "motd:/var/www/__APP__/config.yml"
|
||||||
|
|
||||||
[main.config.enable_registration]
|
[main.config.enable_registration]
|
||||||
ask.en = "Enable registration"
|
ask.en = "Enable registration"
|
||||||
|
@ -22,7 +22,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Whether to let new users registering themselves or not"
|
help = "Whether to let new users registering themselves or not"
|
||||||
bind = "enableregistration:/opt/__APP__/config.yml"
|
bind = "enableregistration:/var/www/__APP__/config.yml"
|
||||||
|
|
||||||
[main.config.enable_linksharing]
|
[main.config.enable_linksharing]
|
||||||
ask.en = "Enable links sharing"
|
ask.en = "Enable links sharing"
|
||||||
|
@ -31,7 +31,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Enable sharing of lists via a link"
|
help = "Enable sharing of lists via a link"
|
||||||
bind = "enablelinksharing:/opt/__APP__/config.yml"
|
bind = "enablelinksharing:/var/www/__APP__/config.yml"
|
||||||
|
|
||||||
[main.config.enable_taskattachments]
|
[main.config.enable_taskattachments]
|
||||||
ask.en = "Enable tasks attachments"
|
ask.en = "Enable tasks attachments"
|
||||||
|
@ -40,7 +40,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Whether to enable task attachments or not"
|
help = "Whether to enable task attachments or not"
|
||||||
bind = "enabletaskattachments:/opt/__APP__/config.yml"
|
bind = "enabletaskattachments:/var/www/__APP__/config.yml"
|
||||||
|
|
||||||
[main.config.enable_taskcomments]
|
[main.config.enable_taskcomments]
|
||||||
ask.en = "Enable task comments"
|
ask.en = "Enable task comments"
|
||||||
|
@ -49,7 +49,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "Whether task comments should be enabled or not"
|
help = "Whether task comments should be enabled or not"
|
||||||
bind = "enabletaskcomments:/opt/__APP__/config.yml"
|
bind = "enabletaskcomments:/var/www/__APP__/config.yml"
|
||||||
|
|
||||||
[main.config.enable_emailreminders]
|
[main.config.enable_emailreminders]
|
||||||
ask.en = "Enable email reminders"
|
ask.en = "Enable email reminders"
|
||||||
|
@ -58,7 +58,7 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "If enabled, vikunja will send an email to everyone who is either assigned to a task or created it when a task reminder is due."
|
help = "If enabled, vikunja will send an email to everyone who is either assigned to a task or created it when a task reminder is due."
|
||||||
bind = "enableemailreminders:/opt/__APP__/config.yml"
|
bind = "enableemailreminders:/var/www/__APP__/config.yml"
|
||||||
|
|
||||||
[main.config.enable_userdeletion]
|
[main.config.enable_userdeletion]
|
||||||
ask.en = "Enable user deletion"
|
ask.en = "Enable user deletion"
|
||||||
|
@ -67,19 +67,19 @@ services = ["__APP__"]
|
||||||
yes = "true"
|
yes = "true"
|
||||||
no = "false"
|
no = "false"
|
||||||
help = "If true, will allow users to request the complete deletion of their account. When using external authentication methods it may be required to coordinate with them in order to delete the account. This setting will not affect the cli commands for user deletion"
|
help = "If true, will allow users to request the complete deletion of their account. When using external authentication methods it may be required to coordinate with them in order to delete the account. This setting will not affect the cli commands for user deletion"
|
||||||
bind = "enableuserdeletion:/opt/__APP__/config.yml"
|
bind = "enableuserdeletion:/var/www/__APP__/config.yml"
|
||||||
|
|
||||||
[main.config.maxavatarsize]
|
[main.config.maxavatarsize]
|
||||||
ask.en = "Max avatar size"
|
ask.en = "Max avatar size"
|
||||||
ask.fr = "Taille maximum de l'avatar"
|
ask.fr = "Taille maximum de l'avatar"
|
||||||
type = "number"
|
type = "number"
|
||||||
help = "The maximum size clients will be able to request for user avatars. If clients request a size bigger than this, it will be changed on the fly"
|
help = "The maximum size clients will be able to request for user avatars. If clients request a size bigger than this, it will be changed on the fly"
|
||||||
bind = "maxavatarsize:/opt/__APP__/config.yml"
|
bind = "maxavatarsize:/var/www/__APP__/config.yml"
|
||||||
|
|
||||||
[main.config.maxitemsperpage]
|
[main.config.maxitemsperpage]
|
||||||
ask.en = "Max items per page"
|
ask.en = "Max items per page"
|
||||||
ask.fr = "Nombre d'éléments maximum par page"
|
ask.fr = "Nombre d'éléments maximum par page"
|
||||||
type = "number"
|
type = "number"
|
||||||
help = "The max number of items which can be returned per page"
|
help = "The max number of items which can be returned per page"
|
||||||
bind = "maxitemsperpage:/opt/__APP__/config.yml"
|
bind = "maxitemsperpage:/var/www/__APP__/config.yml"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue