diff options
author | breadcat | 2020-06-28 14:43:03 +0100 |
---|---|---|
committer | breadcat | 2020-06-28 14:43:03 +0100 |
commit | 3f61b815eaa1cb4af47aa6135dd3493817802dc2 (patch) | |
tree | 124aaa7a8095702ca659a34b36ccac7fa046f4b8 /content/posts/selfhosted-password-manager.md | |
parent | 013df0dbeea02646813636354fcf481c50aa4c82 (diff) | |
download | blog.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/posts/selfhosted-password-manager.md')
-rw-r--r-- | content/posts/selfhosted-password-manager.md | 2 |
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. |