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.
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)"
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.