anon file uploader made with postgresql, nuxtjs and cloudflare r2 with max 200 mb size uploads
this was made as catbox.moe is blocked on some countries, and sometimes i just need to upload something quickly and get it's raw url without any metadata changes or compression.
- clone the project
git clone https://github.com/sbeltranc/upload
- set up the environment variables
cp example.env .env
- install the dependencies
bun install
- build the project
bun run build
- run the project
bun run preview
make an issue on the issues page for this repository! i'll try to get asap to you and solve any issue u have