github orhun/rustypaste v0.9.0

latest releases: v0.15.1, v0.15.0, v0.14.4...
16 months ago

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 Shuttle
    • openssl: 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

Don't miss a new rustypaste release

NewReleases is sending notifications on new releases.