Coder Social home page Coder Social logo

clmsnskr / passwordpusher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pglombardo/passwordpusher

0.0 1.0 0.0 999 KB

πŸ” 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.

Home Page: https://pwpush.com

License: GNU General Public License v3.0

Ruby 27.98% CoffeeScript 0.19% JavaScript 46.65% CSS 15.59% HTML 7.88% Shell 0.06% Dockerfile 1.65%

passwordpusher's Introduction

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 instance internally on Docker, Kubernetes, OpenShift or on Heroku with just a few steps.

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

CircleCI

πŸ’Ύ Running your own Instance of Password Pusher

On Heroku

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

Deploy

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

On Docker

Docker images of Password Pusher 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 Password Pusher 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 [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:5000/.

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

πŸ“Ό Credits

Thanks to:

πŸ“‘ See Also

passwordpusher's People

Contributors

brunobcestari avatar buren avatar davidsawyer avatar dependabot[bot] avatar havedill avatar jacobsyndeo avatar julienamoros avatar justin-rhoades avatar kaspergrubbe avatar lnfnunes avatar pglombardo avatar pyro2927 avatar sfarosu avatar tbroadley avatar todd-a-jacobs avatar wcauchois avatar zxjinn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.