Post

Onetime Secret

Onetime Secret is a self-hosted secret sharing app that creates self-destructing links for passwords, API keys, and other sensitive text.

Onetime Secret
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/onetimesecret.sh)"
CPU: 2 cores RAM: 4096 MB Disk: 10 GB OS: Debian 13

Notes

Update HOST and set SSL=true in /opt/onetimesecret/.env when using a domain or TLS-terminating reverse proxy.
Configure SMTP settings in /opt/onetimesecret/.env if you want email notifications or account verification features.
Back up /opt/onetimesecret/.env because it contains the root SECRET used to derive the app's other cryptographic keys.

Web Interface

Port: 80

Source code
Loading...