How can I enable https for container instance on Azure #2148
-
Further to https://docs.datalust.co/docs/using-azure-container-instances-aci Can someone clarify how to enable https? Rod |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Thanks Liam, I'll give this a go and report back. Is it a required step to enable SSH for SEQ to work? If so, should the page above (container instance setup) be updated to include this URL as last step - either via az commands or .... now you've got your container instance going you must enable SSH by following these instructions. Rod |
Beta Was this translation helpful? Give feedback.
-
You can use caddy as a sidecar container to enable https. Like they do here: https://learn.microsoft.com/en-us/azure/container-instances/container-instances-container-group-automatic-ssl I did this with pulumi and it was super easy to get it up and running. |
Beta Was this translation helpful? Give feedback.
-
I have successfully deployed Seq as a container group in Azure container instances with Caddy as an automated https sidecar (using Letsencrypt to issue cert). If there is interest I can post my instructions and sample YAML for how to do this. |
Beta Was this translation helpful? Give feedback.
-
Would a sample YAML file for the container group be useful? If so I will add here.
Rod
…--
Rodney Tamblyn
Co- Founder & CEO | OceanBrowser Ltd
+64 34742102 | @ocnb3
https://nz.linkedin.com/in/rodneytamblyn
Beautiful study for lifelong learning
http://www.ob3.io
On Mon, Apr 15, 2024, at 10:15 AM, Ashley Mannix wrote:
Glad you got everything working @rodneytamblyn <https://github.com/rodneytamblyn>! I'll add a note to our docs page there on terminating SSL on a reverse proxy as one deployment option for serving Seq over HTTPS.
—
Reply to this email directly, view it on GitHub <#2148 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAL5STDT4CFHH552SIIL4GDY5L5XVAVCNFSM6AAAAABFQCMF22VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCMJRGYZTK>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Here is a YAML template for anyone wanting to serve Seq with Caddy as HTTPS sidecar (auto cert issue with Letsencypt) For Caddy setup, see: https://learn.microsoft.com/en-us/azure/container-instances/container-instances-container-group-automatic-ssl Note the examples are a little old. For share create I used something like:
Notes:
To setup the containers
|
Beta Was this translation helpful? Give feedback.
Hi @rodneytamblyn
See https://docs.datalust.co/docs/https-tlsssl