0807
@0807@lemmy.world
- Comment on [Project] 0807 - a self-hosted ephemeral file host with no accounts and a Tor onion service 2 days ago:
Hi, first of all, thanks for the kind comment, @irmadlad
Yes, you probably saw my old post (which was incomplete) and which I ended up deleting. I’ve been able to add quite a few useful things to the project, and I’ll continue to maintain it and upload updates to the subdomain (src.0807.st)
And of course, I’ll always advise people to run this locally to minimize risk :)
- Comment on [Project] 0807 - a self-hosted ephemeral file host with no accounts and a Tor onion service 2 days ago:
I’d say that’s the most accurate comment. In life (and even more so on the Internet), people tend to destroy more than they create.
The Internet is a good thing, given all it offers us, but unfortunately there are downsides (a lot of weirdos, for example)
- Comment on [Project] 0807 - a self-hosted ephemeral file host with no accounts and a Tor onion service 2 days ago:
Hi, first of all thanks for the nice comment.
And yes, I’m in touch with some people who run file-hosting services, and they’ve helped me a lot.
Catbox is a good file-hosting service, but unfortunately it doesn’t support files larger than 200MB
- Comment on [Project] 0807 - a self-hosted ephemeral file host with no accounts and a Tor onion service 3 days ago:
You read it right, BLOCKED_EXT is just an extension list and renaming walks straight past it. But that list was never the malware check, it only stops someone uploading payload.exe
Mime sniffing wouldn’t have caught it either, since that value rides along in the request and a renamed upload just lies about it.
The actual defense is ClamAV, same file if you grep clamScan and CLAMAV_SCAN, and it reads what’s inside the file instead of the name. I tried the calc.jpg trick for real, an EICAR test renamed to calc.jpg sent as image/jpeg, and the upload came back refused.
- Comment on [Project] 0807 - a self-hosted ephemeral file host with no accounts and a Tor onion service 3 days ago:
Hi yes, the name is a reference to the webtoon (08/07). It’s a horror anthology. www.webtoons.com/en/canvas/0807/list?title_no=848…
And as for storage files set to never expire do stick around so the honest answer is that I keep an eye on it rather than letting it run wild.
There’s a configurable storage cap, and once it’s reached the server refuses new uploads instead of silently dropping or overwriting anything that’s already stored. There’s also an optional cleanup for files that haven’t been touched in a long time, which I can switch on if space ever gets tight.
With 16 TB there’s a lot of runway, and since I run the server myself I can add disk or prune manually if it ever comes to that. Nothing auto-deletes a “never expire” file out from under you.
- [Project] 0807 - a self-hosted ephemeral file host with no accounts and a Tor onion servicelemmy.world ↗Submitted 3 days ago to selfhosted@lemmy.world | 18 comments