Juan Pablo Garcia liked this activity

What if you could keep using the tools built for your needs while opening them to your community or the broader fediverse on your terms?
With Mosaic, we partner with you to build custom Bonfire extensions that connect your existing tools to the fediverse.
📣 Details: bonfire.cafe/post/01K06RMXVE...

@LiquidParasyte we plan to test with gts interaction policies... will report on a dedicated blogpost

ivan minutillo liked this activity

@metasyn Hi, you can find some info here: indieweb.social/@bonfire/114...

but here my biased TD;LR

A VPS with 8 gb RAM and if you can set-up a S3 storage at the very beginning would be great. It helps with scaling and keeping media/files organized(I’ve struggled a bit setting it up after deployment, so I definitely recommend doing it early.)

@ivan @LiquidParasyte #HelpANoob #Feedback

I tried configuring S3 storage following what I assumed was the logical setup path. I added to the .env file this:

UPLOADS_S3_BUCKET=bucketID

UPLOADS_S3_ACCESS_KEY_ID=my_keys

UPLOADS_S3_SECRET_ACCESS_KEY=my_secret

UPLOADS_S3_REGION=fr-par

UPLOADS_S3_HOST=s3.fr-par.scw.cloud

UPLOADS_S3_SCHEME=https

UPLOADS_S3_URL=https://bucketID.s3.fr-par.scw.cloud

Then I redeployed the app, but unfortunately, I couldn’t get it to work. I eventually reverted to the default settings (thankfully without breaking anything... i guess, jeje 😅).


is there something "obvious" that i'm doing wrong?


btw, reading the doc, I join @box464's suggestion from the Installation party, it would be great to have more detailed documentation or examples for S3-compatible setups (like Scaleway.), similar to the excellent SMTP setup guide you already provide.