Show HN: I made a private self-destructing image hosting site in Golang (picburn.xyz)
So I'm a junior Go dev and I made a small site that allows me to share images with someone privately and securely, and give me control over how many times the private link can be shared and how long the image will be accessible for.
There are similar services to this one, but they are either convoluted with ads, or require sign-up, or expect you to fill out a survey or something.
picburn is small, safe, and has no interest (nor the code or the server space) for storing your uploads.
give it a try if it fits your usecase and let me know what you think.
Note: there was a typo in the url
13 comments
[ 3.5 ms ] story [ 24.4 ms ] threadi set to view just one time
opend url - image was shown
opened url in anonymous browser - image was shown
reloaded - image gone
So you just want to offer it free?
What about ongoing responsibilities if you get DMCA and take down for copyright/child porn/fake nudes and so on
I hope you will not get into too much trouble and it will be a learning experience for you.
But if I would have to make a call, I would take it down immediately.
Especially since you're storing it (temporarily) on your server.
That being said, I miss the good old times of omploader and all the other hosting services like abload.de (which was very popular in german forums).
> Will you store my images?
> We are running this service on a small server. We literally cannot afford to store any images. If that is what you need, there are more suitable services out there.
This does not answer the question - it doesn't say "No." or that images are permanently deleted from server on burn expiry, only that there are (currently) limits. So slightly worrying that there might be selective retention.
> <script async src="https://www.googletagmanager.com/gtag/js?id=G-89FXF83MYS"></script>
Hire a red team expert or service to scan your site and provide you with a report. Letting others upload content to your server is a minefield. Take the advice seriously.
It's a cool project. And I urge you to keep learning and making cool things.