I tried to set up Kirby using Cloudways, but it does not seem to be working, and after a look through the forum, it seems like there have been a fair amount of issues integrating Kirby and Cloudways. What platform is everyone here using to host their sites? I specifically am looking for a host which:
Allows unlimited sites on their starter tier.
Can deploy via a Git repo.
Basically, a Netlify which also supports PHP. If anyone knows of such a platform, please post. I would be forever indebted <3
I just switched from OVH to Infomaniak
SSL and git are included in the basic plan. Number of websites is limited to 20.
Now I deploy my work easily from Github (public or private) to remote at each push.
Hi,
I like Uberspace.
They have also a very interesting payment. It is not a root server but you can do a lot more than on a normal server but with less managment tasks.
Hello,
I really like Infomaniak but for deploying I use non-managed with a github actions and docker to deploy.
Are u using the managed server option from Infomaniak? could you explain more about how do you achieve this with Github? sound very insteresting!
Hi,
I think this article will give you a good starting point to deploy from github. sorry it’s in french, but google translate will do the job. There are also some details in Infomaniak website. I recently discovered that Kirby uses DeployHQ, I will explore this too
Hope this will give you some help.
@kuwts those two in conjunction do exactly what you’re after.
Sites are technically unlimited on a VPS but your limit is obviously server memory and bandwidth.
Runcloud provides git integration and you can do push to deploy.
shell_exec(), exec() etc. are sometimes/often disabled by hosting providers. Check if this function is disabled in your php.ini. The backtick operator is the same as calling shell_exec(), PHP: Execution Operators - Manual