Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support
1–10 of 38 posts
Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support
#2Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support
#3Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support
#4Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support
#5Can we have this but something server less? Like using cloudflare workers and R2 (I know R2 is S3 compatible)
Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support
#6Can 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
#7Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support
#8Earlier 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.
Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support
#9Goal: allow customers to upload large files.
Re: Gokapi: Lightweight selfhosted Firefox Send alternative with AWS S3 support
#10Any recommendations for s3/b2 - anyone can upload (or with password) and only the admin can download? Goal: allow customers to upload large files.
- 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