promiseofbeans 43 minutes ago

Apparently Thunderbird are working on reviving Firefox Send and adding encryption.

Overall Thunderbird seem to be doing white well from themselves since rejoining Mozilla: >$8m in donations last year I think.

ktosobcy 2 hours ago

Would it be better than seafile and it's share link functionality (it can be expired after x days as well)

voiper1 2 hours ago

Any recommendations for s3/b2 - anyone can upload (or with password) and only the admin can download?

Goal: allow customers to upload large files.

  • ricardbejarano 21 minutes ago

    I run https://www.wormhol.org

    Ping me if you want your own instance.

    It uploads to S3. I could make it such that only you/admin can download. Right now everyone with the link can.

    Supports up to 5GB (S3's limit without doing multipart uploads).

  • INTPenis an hour ago

    This is exactly what I use Firefox Send for in my org. It's not strictly "admin can download" but anyone with the password/link can download. The effect is the same.

  • bobnamob an hour ago

    To go full aws on this:

    - lambda vending s3 pre signed urls with put only permissions

    - a static page with 20 lines of js that requests one of those urls and does the put

    I’m not aware of any existing solutions, but your problem seems simple enough that you could roll a solution yourself

your_challenger 3 hours ago

Can we have this but something server less? Like using cloudflare workers and R2 (I know R2 is S3 compatible)

  • tfolbrecht 3 hours ago

    If this is something you’re interested in it can be reimplemented on CloudFlare workers super easily using the awssdk for s3 (R2) and with D1 as the DB.

    • your_challenger 2 hours ago

      Yes, but would be great if someone made it and is open source. Would be cool little side project, no doubt.

      • shrubble 2 hours ago

        The source code is there - you could try to add the functionality to it :-)

  • gfody an hour ago

    xkcd949.com is serverless (azure only tho, github.com/gfody/webrelay)

toomuchtodo 6 hours ago

Also supports Backblaze B2 per the docs.

peterpost2 an hour ago

AWS S3 scares the shit out of me.

The company I worked for misconfiguration one of the buckets and allowed uploads. A couple of months later there was a bill for $15k. Since apparently some spammers were using our service. Which is OK for a company but I would not want to use it as a private individual.

dddw 5 hours ago

I dig this

  • peterpost2 an hour ago

    That's a different site, this is hackernews.