This explains how to install and setup Vaultwarden via Docker on a Synology NAS.
Install Docker from Package Center.
#Insert this at the end of /etc.defaults/ddns_provider.conf | |
[Namecheap] | |
modulepath=/usr/syno/bin/ddns/namecheap.php | |
queryurl=https://dynamicdns.park-your-domain.com/update |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
function usage() | |
{ | |
echo "USAGE: adb-cp.sh <remote> <local dir>" | |
exit 1 | |
} | |
if [ $# -ne 2 ]; then | |
usage |