Sign inSign up

svenc56/keeweb

By svenc56

Updated almost 5 years ago

Image
1

10K+

svenc56/keeweb repository overview

KeeWeb

Issues License Twitter

Original Image: Github This web app is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in a browser or as a desktop app.

Sidenotes

This image uses the latest Alpine Nginx container. It gets automatically updated with every new release from KeeWeb.

Using a custom config file

If you want to use a custom config you can mount the following path /usr/share/nginx/html/config.json. For more information about the config.json file please refer to this Wiki page. After specifying the config.json file. Please open the http://localhost:80/?config=config.json route to let KeeWeb know about the configuration file.

Usage

Install

Pull svenc56/keeweb from the Docker repository:

docker pull svenc56/keeweb

Or build svenc56/keeweb from source:

git clone https://github.com/SvenC56/docker-keeweb.git
cd dockerfile
docker build -t svenc56/keeweb .
Run

Run the image, binding associated ports, and mounting the present working directory:

docker run -d -p 80:80 svenc56/keeweb

Services

ServicePortUsage
KeeWeb80When using docker run, visit http://localhost:80 in your browser

Volumes

VolumeDescription
/usr/share/nginx/html/config.jsonThe location of the optional config of KeeWeb.

Tag summary

Content type

Image

Digest

Size

15.1 MB

Last updated

over 6 years ago

docker pull svenc56/keeweb