Plugins Cloud versions

Hi,

I was wondering if it is possible to add self made plugins to the cloud variant.
Because I can’t find it and for me it’s kind of a must have.

What kind of plugins? There is also no real good plugin structure for the hosted version, to be honest. It is possible, but not as smooth as it could be be.

But short question is: No. Usually you do not need that many plugins in a headless CMS. Most use cases would be implemented by a micro-service architecture instead.

I was looking to extend the cms with a e commerce package. So with a self made plugin I could extend the endpoints and implement my own code.

I’m still very new to microservices but I will look into it.

You could have a look to https://github.com/Squidex/squidex-identity, it is an OIDC server that stores data and config in Squidex.

1 Like

Thanks! I will look into it.