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 0d3daa9fc67b5de14eb3ee873f889e74fbdb95a3
parent 0c1f0bad179518b5f96d591028d726b027c551b5
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Mon, 23 May 2022 20:19:29 +0200

Remove recommendation to set ROCKET_CLI_COLORS to off
The value is now a boolean so setting it to off will cause an error

Diffstat:
M.env.template | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.env.template b/.env.template @@ -116,12 +116,10 @@ # LOG_TIMESTAMP_FORMAT="%Y-%m-%d %H:%M:%S.%3f" ## Logging to file -## It's recommended to also set 'ROCKET_CLI_COLORS=off' # LOG_FILE=/path/to/log ## Logging to Syslog ## This requires extended logging -## It's recommended to also set 'ROCKET_CLI_COLORS=off' # USE_SYSLOG=false ## Log level