You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current repository does not include support for setting up Nginx for routing and serving as a reverse proxy, nor does it provide a streamlined method for automatically generating HTTPS certificates. This can make it challenging to deploy applications securely and efficiently.
Describe the solution you'd like
Integrate Nginx configuration within the repository to handle routing and serve as a reverse proxy for the application. This includes:
Example Nginx configuration files tailored for common use cases.
Guidelines for customizing Nginx settings to suit specific needs.
Add support for automatic HTTPS certificate generation using Let's Encrypt. This involves:
Setting up Certbot or a similar tool to automate the generation and renewal of SSL certificates.
Configuring Nginx to use these certificates for secure HTTPS connections.
Describe alternatives you've considered
Manually configuring Nginx and setting up HTTPS certificates, which can be error-prone and time-consuming.
Using other reverse proxy solutions like Traefik or Caddy, which offer automatic HTTPS but might require additional setup and learning.
Additional context
Including Nginx with automatic HTTPS generation will simplify the deployment process, making it easier to set up secure and scalable applications.
Providing detailed documentation and examples for setting up Nginx and Let's Encrypt can help developers quickly configure their environments and ensure best practices are followed.
This feature enhances the repository's functionality by offering a complete solution for secure and efficient web application deployment.
π Feature Request
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context