Sign inSign up

viossat/keeweb

By viossat

Updated almost 2 years ago

KeeWeb with WebDAV support on Alpine

Image
6

100K+

viossat/keeweb repository overview

viossat/keeweb

Free cross-platform password manager compatible with KeePass. https://keeweb.info/

  • Alpine-based
  • WebDAV support
  • no TLS support, reverse proxy with TLS recommended

Usage

docker run -d -p 80:80 viossat/keeweb
WebDAV

First, start KeeWeb (/my/vault-files must contain the vault file):

docker run -d -p 80:80 -e WEBDAV_USERNAME=webdav -e WEBDAV_PASSWORD=secret -v /my/vault-files:/usr/share/nginx/html/webdav viossat/keeweb

Then, go to KeeWeb through your browser, click on More, click on WebDAV and enter your configuration:

URL: https://example.com/webdav/filenanme.kdbx
Username: webdav
Password: secret

Tag summary

Content type

Image

Digest

sha256:3fa0cf213

Size

29.2 MB

Last updated

almost 2 years ago

docker pull viossat/keeweb