summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorbreadcat2020-06-28 14:43:03 +0100
committerbreadcat2020-06-28 14:43:03 +0100
commit3f61b815eaa1cb4af47aa6135dd3493817802dc2 (patch)
tree124aaa7a8095702ca659a34b36ccac7fa046f4b8 /content
parent013df0dbeea02646813636354fcf481c50aa4c82 (diff)
downloadblog.minskio.co.uk-3f61b815eaa1cb4af47aa6135dd3493817802dc2.tar.gz
blog.minskio.co.uk-3f61b815eaa1cb4af47aa6135dd3493817802dc2.tar.bz2
blog.minskio.co.uk-3f61b815eaa1cb4af47aa6135dd3493817802dc2.zip
Missing space
Diffstat (limited to 'content')
-rw-r--r--content/posts/selfhosted-password-manager.md2
1 files changed, 1 insertions, 1 deletions
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.