Papermark
Papermark is an open-source document sharing alternative to DocSend with built-in analytics, custom domains, and secure shareable links.
Papermark
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/papermark.sh)"
Notes
Papermark uses magic link (email) login only — no password auth. A Resend API key (RESEND_API_KEY in .env) is required to receive login emails. Without it, retrieve the login token manually: psql -U papermark -h 127.0.0.1 papermark -c "SELECT identifier, token FROM verification_tokens ORDER BY expires DESC LIMIT 1;" and open http://IP:3000/api/auth/callback/email?token=TOKEN&email=EMAIL&callbackUrl=http%3A%2F%2FIP%3A3000%2Fdashboard
Requires external blob storage (S3 or compatible) and email service (Resend) configured in .env for full functionality.
