deatheibon/keeweb-webdav
Free cross-platform password manager compatible with KeePass. https://keeweb.info/
This image supports WebDAV, this makes possible to store/sync password files on the same container.
- Alpine-based
- TLS support
Usage
First, start KeeWeb (/my/password-files
must contain the password file):
docker run -d -p 443:443 -e WEBDAV_USERNAME=webdav -e WEBDAV_PASSWORD=secret -v /my/password-files:/var/www/html/webdav deatheibon/keeweb-ssldav
SSL
Using own ssl certificate:
docker run -d -p 443:443 -e WEBDAV_USERNAME=webdav -e WEBDAV_PASSWORD=secret -v /my/password-files:/var/www/html/webdav -v /my/certificate/file:/etc/lighttpd/certs/lighttpd.pem:ro deatheibon/keeweb-ssldav
Then, go to KeeWeb through your browser, click on More
, click on WebDAV
and enter your configuration:
URL: https://example.com/webdav/filenanme
Username: webdav
Password: secret