InvoiceNinja on CyberPanel/OLS

Hi folks,
Has anyone managed to install (successfully) InvoiceNinja on a CyberPanel server?
I’ve been trying to (for days), but can’t get it to work. The only thing left that I can think of is that there’s something different required for the configuration on OLS.

For example, the .htaccess settings (for Apache server) are:

Options -MultiViews -Indexes
RewriteEngine On
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$
RewriteRule ^ %1 [L,R=301]

# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

Would these need to be changed for OLS?