Currently, Meilisearch servers in Ploi do not seem to have an option in the dashboard to configure an SSL certificate for a host. Meilisearch does support this through startup flags, such as ssl-cert-path and ssl-key-path.
Problem
To enable SSL for a Meilisearch instance, users currently need to configure Certbot manually and also set up automatic certificate renewal.
Preferred solution
Add the ability to configure a host for a Meilisearch instance and generate/manage an SSL certificate from the Ploi UI, similar to how this works for regular sites.
Another option could be to configure Meilisearch behind an Nginx reverse proxy, allowing SSL handling to reuse the existing certificate logic used for regular sites?