Pingvin Share, the open source self hosted file sharing platform and privacy friendly alternative to public transfer services, ready to share the moment it boots.
Pingvin Share is an open source, self hosted file sharing platform. Upload files, generate secure share links with optional passwords, expiration dates and view limits, and let recipients download without creating an account. Reverse shares let you invite others to upload files directly to you. It runs as a lightweight two service application, a web frontend and an API backend on Node.js with an embedded SQLite database, fronted by an nginx reverse proxy tuned for large uploads. It suits teams and individuals who want to stop routing sensitive files through third party services and instead run a private file transfer service they fully control, inside their own cloud account.
The platform is managed entirely from the browser: sign in as the administrator, configure email notifications and storage, add users, and start creating shares from the admin panel.
cloudimg delivers Pingvin Share fully installed and configured behind an nginx reverse proxy, so a working file sharing platform answers the moment the instance boots. The image is secure by default: no admin account and no data ship in it, and on the first boot of every instance a one shot service creates the database, generates a fresh application secret unique to that instance, and registers an administrator with a random password written to a file only the root user can read, so no shared or default login exists. The database and every uploaded file live on a dedicated data disk kept separate from the operating system disk that you can snapshot and resize independently, and every deployment is paired with a step by step deploy guide and backed by 24/7 support.
Real screenshots taken while testing this image against its deployment guide.