Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

๐Ÿ” Password Pusher 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

Updater/PasswordPusherFork

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

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

Repository files navigation

Password Pusher Front Page

Password Pusher 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 private instance with just a few steps.

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

CircleCI

How to Use

You can access Password Pusher at pwpush.com or alternatively use one of the tools below.

To run your own instance, see Run Your Own Instance in the next section.

Command Line Utilities

Android Apps

Application Integrations

API

๐Ÿ’พ Run Your Own Instance

Note: Password Pusher can be largely configured by environment variables so after you pick your deployment method below, make sure to read the configuration page.

On Docker

Docker images of Password Pusher are available on Docker hub.

โžœ ephemeral

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

Learn more

โžœ using an External Postgres Database

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

Learn more

With Docker Compose

Included in this repository is docker/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 Password Pusher to Azure by Craig McLaren.

On OpenShift

See our OpenShift documentation.

On Heroku

One click deploy to Heroku Cloud without having to set up servers.

Deploy

This option will deploy a production Password Pusher instance backed by a postgres database to Heroku. As is monthly cost: $0.

From Source

Make sure you have git and Ruby installed and then:

git clone [email protected]: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:5100/.

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

๐Ÿ“ผ Credits

Thanks to:

About

๐Ÿ” Password Pusher 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

Packages

 
 
 

Languages

  • HTML 45.7%
  • Ruby 26.1%
  • JavaScript 13.4%
  • CSS 13.4%
  • Dockerfile 0.6%
  • SCSS 0.5%
  • CoffeeScript 0.3%