Post

PasswordPusher

PasswordPusher is an open-source app for securely sharing passwords, notes, files, and URLs via self-deleting links. Links expire after a set number of views or time, with full audit logs.

PasswordPusher
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/ct/passwordpusher.sh)"
CPU: 2 cores RAM: 1024 MB Disk: 4 GB OS: Debian 13

Configuration

Config file:

1
/opt/passwordpusher/.env.production

Notes

Installation compiles Ruby 4.0.5 from source — this takes several minutes.
SECRET_KEY_BASE and PWPUSH_MASTER_KEY are auto-generated and stored in /opt/passwordpusher/.env.production. Keep a backup of these keys.
SQLite database and file uploads are stored in /opt/passwordpusher/storage.

Web Interface

Port: 5100

Source code
Loading...