From 3f61b815eaa1cb4af47aa6135dd3493817802dc2 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 28 Jun 2020 14:43:03 +0100 Subject: Missing space --- content/posts/selfhosted-password-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/posts/selfhosted-password-manager.md b/content/posts/selfhosted-password-manager.md index b1a5dc5..b0de879 100644 --- a/content/posts/selfhosted-password-manager.md +++ b/content/posts/selfhosted-password-manager.md @@ -36,7 +36,7 @@ When accessing your server on port 80 (First 80 in definitions is your *local ac You can select your webdav share under the *More...* menu item, and WebDAV as a sub option. Your URL will be `server_address/webdav/database_name.xdbx`, and your username and password will be the values specified above. -One thing I had to change to get everything working perfectly was Settings > General > Storage > Save Method. This needed to be 'Overwrite kdbx file with PUT' otherwise you'll end up with a load of temporary filesthat make versioning interesting to say the least. +One thing I had to change to get everything working perfectly was Settings > General > Storage > Save Method. This needed to be 'Overwrite kdbx file with PUT' otherwise you'll end up with a load of temporary files that make versioning interesting to say the least. Lastly, if you're even considering accessing this application remotely you'll want to do this using HTTPS via a reverse proxy such as Caddy or Nginx. -- cgit v1.2.3