28 comments

  • latexr 6 minutes ago ago

    The staying power of “Firefox Send” as a brand is baffling to me. It never did anything that wasn’t already available by multiple other services, didn’t do it better, and it was embarrassingly obvious from day one it was another one of those projects Mozilla would abandon in no time.

    Just goes to show how powerful (and mismanaged) “Firefox” is a brand.

  • promiseofbeans 8 hours ago 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.

    • jasonjayr 5 hours ago ago

      FF Send already had encryption -- IIRC, Mozilla shut it down because it was being abused.

      • mhuffman 4 hours ago ago

        Abused in what way? Content? How would they know, if it was encrypted. Or volume?

        • brandon272 4 hours ago ago

          Likely law enforcement found out about it being used to distribute illegal content and then applied pressure. Companies don’t have a strong history of successfully resisting that pressure.

    • darkwater 7 hours ago ago

      I just discovered this TH feature the other day when attaching a file to a mail but it looks like it works with plugins now, so you can use different providers.

      Actually I came here to ask if Gokapi works with that Thunderbird feature.

  • Stem0037 7 hours ago ago

    Consider implementing a 'guest upload' feature with stricter expiration policies and file size limits. This could maintain security while allowing for more flexible use cases, especially in client-facing scenarios where bidirectional file sharing is necessary.

  • ei8ths an hour ago ago

    I need something like this but allows users to upload and send files. I don't want to make everyone admin.

  • voiper1 9 hours ago 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 8 hours ago 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).

    • bobnamob 9 hours ago 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

    • INTPenis 9 hours ago 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.

  • toomuchtodo 13 hours ago ago

    Also supports Backblaze B2 per the docs.

  • ktosobcy 9 hours ago ago

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

  • your_challenger 11 hours ago ago

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

    • tfolbrecht 10 hours ago 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 9 hours ago ago

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

        • shrubble 9 hours ago ago

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

    • Larrikin 4 hours ago ago

      You could use Tailscale send

    • gfody 9 hours ago ago

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

      • ornornor an hour ago ago

        Whoops, http only

  • peterpost2 8 hours ago 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.

    • ksynwa 7 hours ago ago

      I have never had to use them directly but the use-now-pay-later model feels scary to me for the same reason. Maybe they allow setting the upper cap to the monthly bill (crossing which they don't serve you until you intervene) but I have never heard of it. On the other hand there are many stories extremely ballooned bills for some unforeseen reasons.

      • leetrout 6 hours ago ago

        They have "AWS Budgets" for alerting you if you go over an amount but no automatic stops.

    • fhke 7 hours ago ago

      Notwithstanding the fact that this was a user misconfiguration, S3 allows you to configure public access blocks to prevent this sort of thing.

      • endgame 4 hours ago ago

        These days, you have to remove the public access block AND explicitly write a bucket policy (or set up deprecated ACLs) to allow public access.

  • dddw 12 hours ago ago

    I dig this

    • peterpost2 8 hours ago ago

      That's a different site, this is hackernews.