The public instance is now available at https://rustypaste.shuttleapp.rs 🚀
Read the blog post about rustypaste
and Shuttle deployments: https://blog.orhun.dev/blazingly-fast-file-sharing
Added
- Deploy on Shuttle.rs
- Support setting a default expiry time
You can now specify a expiry time for uploaded files. For example, if you want all the files to expire after one hour:
[paste]
default_expiry = "1h"
- Support overriding the server URL
If you are using rustypaste
with a redirect or reverse proxy, it is now possible to set a different URL for the returned results:
[server]
url = "https://rustypaste.shuttleapp.rs"
- Add instructions for installing on Alpine Linux
rustypaste
is now available in testing repositories.
-
Add new crate features
shuttle
: enable an entry point for deploying on Shuttleopenssl
: use distro OpenSSL (binary size is reduced ~20% in release mode)rustls
: use rustls (enabled as default)
Changed
- Make the default landing page fancier
- Generate SBOM attestation for the Docker image
Updated
- Bump dependencies
- Update the funding options
- Consider donating if you liked
rustypaste
: https://donate.orhun.dev 💖
- Consider donating if you liked