Skip to content

๐Ÿ” PasswordPusher is an application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed.

License

Notifications You must be signed in to change notification settings

pickkaa/PasswordPusher

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Password Pusher Front Page

PasswordPusher is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed.

Hosted at pwpush.com but you can also easily run your own instance internally on Docker, Kubernetes, OpenShift or on Heroku with just a few steps.

Follow PasswordPusher on Twitter for the latest news, updates and changes.

CircleCI

๐Ÿ’พ Running your own Instance of PasswordPusher

On Heroku

One click deploy to Heroku and get a fully configured running private instance of PasswordPusher immediately.

Deploy

On Docker

Docker images of PasswordPusher are available on Docker hub.

โžœ ephemeral

docker run -d -p "5000:5000" pglombardo/pwpush-ephemeral:latest

Learn more

โžœ using an External Postgres Database

docker run -d -p "5000:5000" pglombardo/pwpush-postgres:latest

Learn more

With Docker Compose

Included in this repository is containerization/pwpush-postgres/docker-compose.yaml which can be used by simply running:

docker-compose up -d
docker-compose down

Learn more

On Kubernetes

We currently don't supply a prebuilt Kubernetes YAML file yet but you can deploy the above Docker images using this documentation.

On Microsoft Azure

See this blog post on how to deploy PasswordPusher to Azure by Craig McLaren.

On OpenShift

See our OpenShift documentation.

From Source

Make sure you have git and Ruby installed and then:

git clone git@github.com:pglombardo/PasswordPusher.git
cd PasswordPusher
gem install bundler
bundle install --without development production test --deployment
bundle exec rake assets:precompile
RAILS_ENV=private bundle exec rake db:setup
foreman start internalweb

Then view the site @ http://localhost:5000/.

Note: You can change the listening port by modifying the Procfile

๐Ÿ“ผ Credits

Thanks to:

๐Ÿ“ก See Also

About

๐Ÿ” PasswordPusher is an application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.7%
  • Ruby 28.9%
  • CSS 13.1%
  • Haml 7.7%
  • SCSS 2.2%
  • HTML 1.6%
  • Other 1.8%