Skip to content

viossat/docker-keeweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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