Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

zombiezen/sandpass

Repository files navigation

Sandpass

This project is no longer maintained.

Sandpass is a web-based password manager based on the KeePass database format that runs on Sandstorm.

Sandpass has not undergone a formal security review: use at your own risk.

Installing

Install Sandpass from the Sandstorm App Market, or grab the SPK from the releases page.

Developing

Prerequisite: Docker

git clone https://github.com/zombiezen/sandpass.git
cd sandpass

Running as a normal HTTP server:

docker build -t sandpass .
docker run --rm -p 8080:8080 sandpass

Packaging as a Sandstorm app (requires docker-spk):

docker-spk build

License

Apache 2.0. See the LICENSE file for details. Vendored libraries are released under their respective licenses.