Hi @isUnknown, welcome to the forums 🙂
I'm not familiar with Kirby, but it appears to make heavy use of Apache's .htaccess
file. Thus, it should simply be a matter of the following:
- create an Indigo stack and put an Apache service into it, and a PHP 8.3 service.
- create a site in the Apache service and point it at your Kirby CMS folder (nb that's the folder containing the
index.php
, not the kirby
subfolder containing router.php
). Also tell it to use your PHP service.
- party time 🥳
Let me know how you go! Maybe we can get Indigo added to their docs 🙂