vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 7d5186e40aa7950df8f03e1df727e2390e25c77c
parent 99270612ba2ff418b784347b68603e4451442939
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Mon, 17 May 2021 17:21:34 +0200

Merge pull request #1706 from jjlin/trash-auto-delete-env

Add `TRASH_AUTO_DELETE_DAYS` to .env.template
Diffstat:
M.env.template | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/.env.template b/.env.template @@ -201,6 +201,10 @@ ## Limit in kilobytes for a users attachments, once the limit is exceeded it won't be possible to upload more # USER_ATTACHMENT_LIMIT= +## Number of days to wait before auto-deleting a trashed item. +## If unset (the default), trashed items are not auto-deleted. +## This setting applies globally, so make sure to inform all users of any changes to this setting. +# TRASH_AUTO_DELETE_DAYS= ## Controls the PBBKDF password iterations to apply on the server ## The change only applies when the password is changed