Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 913 Bytes

vaultwarden.md

File metadata and controls

43 lines (27 loc) · 913 Bytes

Install VaultWarden on Synology NAS

Install

# Escalate to root
sudo -i
password

# Go here
cd /volume1/docker

# Create volume
mkdir vaultwarden

# Get compose file
cd vaultwarden

curl -f https://raw.githubusercontent.com/wcDogg/synology/main/docker/vaultwarden/docker-compose.yml -o docker-compose.yml

# Review compose file
# No changes needed
nano docker-compose.yml

# Docker up
docker-compose up -d

View Site

You will not be able to create an account until an SSL certificate is added, but the Log In screen should be available:

References