CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.1k stars 2.8k forks source link

Add --sslcert and --sslkey option to create container #1390

Open ManuZebi opened 4 days ago

ManuZebi commented 4 days ago

What type of request is this?

Self-hosting improvement

Clear and concise description of the feature you are proposing

Hello,

It would be awesome if you can add the --sslcert and --sslkey parameters to give users the option to directly add a SSL certificate via docker command. For example, Portainer uses those and I can easily give the path to my certificates, which makes the update process very easy.

I know it can be set-up by editing the nginx conf file, but it's not permanent since it will be overridden with each update. This way, it will be way easier to maintain and update automatically.

Best regards.

Is their example of this tool in the wild?

No response

Additional context

No response

Validations