Currently I’m working on the feature that let user create a new site, for example: user provide the DNS, site password, site name then the system will create a new site for them
As I see, Frappe framework has the Command module and there are site commands too.
I also know that to use the multi-tenant with multi-DNS I also need to reload the NGINX service too.
I’m thinking of using the frappe_docker,
So what is the best practice I can use in this case ?
I’m thinking about using the Frappe Command module for creating site, then bind-mount the Docker daemon to my container so that I can use the Docker command to force reload the Nginx service in Nginx container. Is this possible to achieve what I want ?
Hi @Thanh_Dao May i know in what way you have achieved it as I have the same requirement now. Could you please let me know what is the best way to create site and install apps for the users? It would be really helpful.