No description
Find a file
2025-03-01 21:49:09 -05:00
migrations Initial Commit 2025-03-01 21:49:09 -05:00
nix Initial Commit 2025-03-01 21:49:09 -05:00
src Initial Commit 2025-03-01 21:49:09 -05:00
.gitignore Initial Commit 2025-03-01 21:49:09 -05:00
Cargo.lock Initial Commit 2025-03-01 21:49:09 -05:00
Cargo.toml Initial Commit 2025-03-01 21:49:09 -05:00
flake.lock Initial Commit 2025-03-01 21:49:09 -05:00
flake.nix Initial Commit 2025-03-01 21:49:09 -05:00
LICENSE Initial commit 2024-10-23 04:41:38 -04:00
README.md Initial Commit 2025-03-01 21:49:09 -05:00

What is tinyupload?

Essentially tinyupload is a personal cdn, that you can host yourself. Why? mostly for quicksharing content to friends/others without being limited by whatever social chat platform you are on, in this case the main target is Discord.

Motivation

I made this to solve a problem I have with discord, by using a vencord plugin eventually I'll be able to just upload directly to my instance of tinyupload and get past Discord's low 10mb upload limit, without having to pay $10/month to do so.

RoadMap

  • Server Side Encryption
  • Vencord Plugin
  • Config File

and probably many others

Acknowledgements

This was really my first fully fledged project in rust, which was made a lot easier from the help of outfoxxed, check out some of the stuff he does.