Live data from Hacker News

Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support

github.com

1–10 of 38 posts

Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support

#5

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

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.

Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support

#6

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

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.

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

Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support

#8

Earlier quoted context omitted.

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.

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

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

Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support

#10
post #9

Any recommendations for s3/b2 - anyone can upload (or with password) and only the admin can download? Goal: allow customers to upload large files.

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

Post reply on HN