Skip to content

jbjian/docker-keeweb-webdav

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.8%
  • Dockerfile 46.2%