tinyupload/README.md
2025-03-01 21:49:09 -05:00

18 lines
No EOL
832 B
Markdown

# 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](https://github.com/outfoxxed), check out some of the stuff he does.