collective / volto-hydra

A volto addon to let you edit content in realtime when you have many frontends written in any framework
1 stars 2 forks source link

Test options for on demand editor #141

Open djay opened 1 month ago

djay commented 1 month ago

fly.io has auto stop and start services and pay by hour. also has free tier. so site you don't edit often and doesn't have search, you can use SSG + on demand editor to pay almost nothing

djay commented 1 month ago

It's mostly working but the bug https://github.com/plone/volto/issues/6283 is preventing hydra.pretagov.com/++api++ requests from working.

It's actually not recommended to use this proxy anyway, so instead we can setup hydra-api.pretagov.com instead and change the frontends to use this url instead.

We will then likely face the issue that the urls will be wrong also due to this bug https://github.com/plone/volto/issues/6272