Sign inSign up

arikkert/pw

By arikkert

Updated almost 9 years ago

A simple Ruby on Rails program to store your passwords like keeppass.

Image
0

988

arikkert/pw repository overview

Just a demo. Its actually not safe, but it shows the power of docker. The container holds the whole Ruby on Rails environment as installed on Debian including SQLite backend.

usage : docker run -p 3001:3000 arikkert/pw # to startup the application in foreground usage : docker run -d -p 3001:3000 arikkert/pw # to startup the application in background usage : docker run -it arikkert/pw bash -l # to look around in the image

web browse to http://localhost:3001 or http://{host-where-docker-run-is-started}:3001

If another service is already running on port 3001 use another port during startup and in browser.

Fields :

  • username : loginname
  • password : the password
  • url : must be a clickable URL (e.g. https://login.live.com/)
  • toelichting : description bla

Tag summary

Content type

Image

Digest

Size

336.9 MB

Last updated

almost 9 years ago

docker pull arikkert/pw