mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	alpine-vaultwarden-argon2 (#1314)
Use Argon2 to securely hash passwords and protect them against various types of attacks.
This commit is contained in:
		@@ -20,6 +20,7 @@ $STD apk add openssl
 | 
			
		||||
$STD apk add openssh
 | 
			
		||||
$STD apk add nano
 | 
			
		||||
$STD apk add mc
 | 
			
		||||
$STD apk add argon2
 | 
			
		||||
msg_ok "Installed Dependencies"
 | 
			
		||||
 | 
			
		||||
msg_info "Installing Alpine-Vaultwarden"
 | 
			
		||||
@@ -28,7 +29,7 @@ cat <<EOF >/etc/conf.d/vaultwarden
 | 
			
		||||
export DATA_FOLDER=/var/lib/vaultwarden
 | 
			
		||||
export WEB_VAULT_FOLDER=/var/lib/vaultwarden/web-vault
 | 
			
		||||
export WEB_VAULT_ENABLED=true
 | 
			
		||||
export ADMIN_TOKEN=$(openssl rand -base64 48)
 | 
			
		||||
export ADMIN_TOKEN=''
 | 
			
		||||
export ROCKET_ADDRESS=0.0.0.0
 | 
			
		||||
EOF
 | 
			
		||||
$STD rc-service vaultwarden start
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user