description:"The URL of the frontend, used to send password reset emails. eg. https://vikunjka.example.com (be sure to include the servicePort when needed)"
description:"The duration of the remember me time in seconds. When the login request is made with the long param set, the token returned will be valid for this period. The default is 2592000 seconds (30 Days)."
description:"The max number of items which can be returned per page."
schema:
type:int
required:true
default:50
- variable:VIKUNJA_FILES_MAXSIZE
label:"VIKUNJA_FILES_MAXSIZE"
description:"The maximum size of a file, as a human-readable string. Warning: The max size is limited 2^64-1 bytes due to the underlying datatype"
schema:
type:string
required:true
default:"20MB"
- variable:VIKUNJA_SERVICE_ENABLECALDAV
label:"VIKUNJA_SERVICE_ENABLECALDAV"
description:"Enable the caldav endpoint, see the docs for more details"
schema:
type:boolean
default:true
- variable:VIKUNJA_SERVICE_ENABLELINKSHARING
label:"VIKUNJA_SERVICE_ENABLELINKSHARING"
description:"Enable sharing of lists via a link"
schema:
type:boolean
default:true
- variable:VIKUNJA_SERVICE_ENABLEREGISTRATION
label:"VIKUNJA_SERVICE_ENABLEREGISTRATION"
description:"Whether to let new users registering themselves or not"
schema:
type:boolean
default:true
- variable:VIKUNJA_SERVICE_ENABLETASKATTACHMENTS
label:"VIKUNJA_SERVICE_ENABLETASKATTACHMENTS"
description:"Whether to enable task attachments or not"
schema:
type:boolean
default:true
- variable:VIKUNJA_SERVICE_ENABLETASKCOMMENTS
label:"VIKUNJA_SERVICE_ENABLETASKCOMMENTS"
description:"Whether task comments should be enabled or not"
schema:
type:boolean
default:true
- variable:VIKUNJA_SERVICE_ENABLETOTP
label:"VIKUNJA_SERVICE_ENABLETOTP"
description:"Whether totp is enabled. In most cases you want to leave that enabled."
schema:
type:boolean
default:true
- variable:VIKUNJA_SERVICE_ENABLEEMAILREMINDERS
label:"VIKUNJA_SERVICE_ENABLEEMAILREMINDERS"
description:"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."
schema:
type:boolean
default:true
- variable:VIKUNJA_SERVICE_ENABLEUSERDELETION
label:"VIKUNJA_SERVICE_ENABLEUSERDELETION"
description:"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."
schema:
type:boolean
default:true
- variable:VIKUNJA_BACKGROUNDS_ENABLED
label:"VIKUNJA_BACKGROUNDS_ENABLED"
description:"Whether to enable backgrounds for lists at all."
schema:
type:boolean
default:true
- variable:VIKUNJA_RATELIMIT_ENABLED
label:"VIKUNJA_RATELIMIT_ENABLED"
description:"Whether or not to enable the rate limit"