Quick-Start
Password Pusher is available to use at pwpush.com or can be self-hosted with one of the sources listed below.
Note: There is also a large number of 3rd party tools from mobile apps to CLI utilities to interface with Password Pusher (wherever it is hosted) through the bundled JSON API.
Installation Sources
Password Pusher is available from the following sources:
Password Pusher is also offered by various hosting providers such as PikaPods & Heroku. It can also be run in Google Cloud, Microsoft Azure or Amazon AWS.
See the full Installation documentation for details
Run Your Own Instance Now
→ Setup a DNS record to point to your server (e.g. pwpush.example.com
) and run:
docker run -d -p "80:80" -p "443:433" --env TLS_DOMAIN=pwpush.example.com pglombardo/pwpush:latest
and browse to https://pwpush.example.com
.
or alternatively
→ Use one of our production ready Docker Compose files with persistent databases.
Continue on for the full installation instructions…