Coder Social home page Coder Social logo

ur5us / passwordpusher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pglombardo/passwordpusher

1.0 0.0 0.0 2.93 MB

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

Home Page: https://pwpush.com

License: GNU General Public License v3.0

Ruby 34.55% JavaScript 5.21% CSS 0.01% HTML 58.76% Shell 0.08% Dockerfile 1.40%

passwordpusher's Introduction

Password Pusher Front Page

Github CI Dependencies Status Semantic Versions License

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 or on Facebook for the latest news, updates and changes.

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:1.10.0

Learn more

โžœ using an External Postgres Database

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

Learn more

Note: The latest Docker container tag builds nightly off of the latest code changes and can occasionally be unstable. Use the version'd tags if you prefer more stability in releases.

With Docker Compose

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

docker-compose up -d
docker-compose down

Learn more

On Kubernetes

Instructions and explanation of a Kubernetes setup can be found here.

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/.

๐Ÿ“ผ Credits

Translators

Thanks to our great translators. We'll fill this area out more as we add more languages.

Also thanks to translation.io for their great service in managing translations. It's also generously free for opensource projects.

Containers

Thanks to:

Other

Thanks to:

...and many more. See the Contributors page for more details.

passwordpusher's People

Contributors

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

Stargazers

 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.