To host a Kirby site, do i need to consider some specification on the hosting service?

Hy I wanted to know if any hosting plan can run kirby or I should look for some specific things to consider in order to properly run a kirby site? Thanks

Hey, welcome to our forum.

Most hosting platforms should be sufficient to run Kirby, but you must make sure that the requirements are met, which you can find in our Guide:

I’m struggeling a bit to find a good hosting. I have the site in a git repository which I can deploy to various hosting partners. But how does that work if the customer is making changes over the /panel on the website? Those changes should be committed to the repository. Is that not possible? Or am I missing something?

In that case, it might make sense to have the content in a separate repository and use as a git submodule to keep stuff separated.

There’s also a plugin that allows you to push git commits based on hooks, not sure if it’s still working.