OttrBox is a self-hosted file sharing platform and an alternative for WeTransfer.
- Share files using a link
- Unlimited file size (restricted only by disk space)
- Set an expiration date for shares
- Secure shares with visitor limits and passwords
- Email recipients
- Reverse shares
- OIDC and LDAP authentication
- Integration with ClamAV for security scans
- Different file providers: local storage and S3
- Download the
docker-compose.yml
file - Run
docker compose up -d
The website is now listening on http://localhost:3000
, have fun with OttrBox 🐧!
For more installation options and advanced configurations, please refer to the documentation.
This is a fork of Pingvin Share with some modifications since the original project is no longer maintained. The original project is licensed under the BSD 2-Clause License.