mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
latest useful services options
This commit is contained in:
parent
fe5e902a0e
commit
1b48f0f334
1 changed files with 23 additions and 0 deletions
|
@ -60,3 +60,26 @@ services = ["__APP__"]
|
|||
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"
|
||||
|
||||
[main.config.enable_userdeletion ]
|
||||
ask.en = "Enable user deletion"
|
||||
ask.fr = "Activer la suppression de compte"
|
||||
type = "boolean"
|
||||
yes = "true"
|
||||
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"
|
||||
bind = "enableuserdeletion:/opt/__APP__/config.yml"
|
||||
|
||||
[main.config.maxavatarsize]
|
||||
ask.en = "Max avatar size"
|
||||
ask.fr = "Taille maximum de l'avatar"
|
||||
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"
|
||||
bind = "maxavatarsize:/opt/__APP__/config.yml"
|
||||
|
||||
[main.config.maxitemsperpage]
|
||||
ask.en = "Max items per page"
|
||||
ask.fr = "Nombre d'éléments maximum par page"
|
||||
type = "number"
|
||||
help = "The max number of items which can be returned per page"
|
||||
bind = "maxitemsperpage:/opt/__APP__/config.yml"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue