Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to enable HTTPS
#9
(2019 May 08, 08:07 PM)astrogerard Wrote: The question was about https/ssl. I don't see any lines on that in your config.
Here are more code lines in my traefik.toml. Once you have traefik setup, you can forward any LAN ip to domain, I got all free DNS domain from duckdns.
https://www.smarthomebeginner.com/traefi...or-docker/


# WEB interface of Traefik - it will show web page with overview of frontend and backend configurations 
[api]
  entryPoint = "traefik"
  dashboard = true
  address = ":8080"

# Force HTTPS
[entryPoints]
  [entryPoints.http]
  address = ":80"
    [entryPoints.http.redirect]
    entryPoint = "https"
  [entryPoints.https]
  address = ":443"
    [entryPoints.https.tls]
Reply


Messages In This Thread
How to enable HTTPS - by r.baltasarm - 2019 Mar 09, 09:31 AM
RE: How to enable HTTPS - by dan - 2019 Mar 09, 03:28 PM
RE: How to enable HTTPS - by astrogerard - 2019 Mar 09, 05:14 PM
RE: How to enable HTTPS - by astrogerard - 2019 Mar 11, 11:03 AM
RE: How to enable HTTPS - by dan - 2019 Mar 11, 04:09 PM
RE: How to enable HTTPS - by r.baltasarm - 2019 Mar 12, 08:03 PM
RE: How to enable HTTPS - by cyberumb - 2019 May 02, 03:08 PM
RE: How to enable HTTPS - by astrogerard - 2019 May 08, 08:07 PM
RE: How to enable HTTPS - by cyberumb - 2019 May 08, 10:29 PM
RE: How to enable HTTPS - by astrogerard - 2019 May 11, 08:45 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)