Joplin Webdav
Setting up a webdav server as a synchronisation back-end for Joplin notes.
# Create dav.stuts.uk definition in nginx
mkdir /var/www/dav.stuts.uk
chmod 777 /var/www/dav.stuts.uk # not really a good way of doing this, oh well, the files are encrypted
htpasswd -c /var/www/dav.stuts.uk/.htpasswd stu
That’s it! This did require manually compiling nginx source to get dav support.