tiny, stateless, sketchy link "shortener" in rust, hosted on app.discord.qpon for peak sketchiness, yay!
links are stored as a JWT token inside the "shortened" url, with a secret to prevent open redirects. also fakes a discord embed so it looks even worse.
keep in mind i'm so new to rust and this code might turn your cat green and start shredding cheese or whatever
use it on any domain you'd like, just set the enviroment variables as shown in .env.example
cargo run --release # listens on port 3000also has a Dockerfile for easy deployment.
add it to sharex with shortener.sxcu, even! (remember to change ADMIN_KEY and example.com to your own values)
