Skip to content

Cloudflare

To configure Cloudflare for custom domains, we need to set up CNAME records for all the domains you want to point to your Miget app.

Set SSL/TLS

Login to your Cloudflare account, to go the SSL/TLS settings for your domain. Set SSL/TLS to Flexible.

Info

Miget is currently working on exposing Apps over TLS to Cloudflare - currently, the Full option will triger the SSL handshare failed error

cloudflare-tls

Add CNAME records

  1. Go to the DNS -> Records settigs for your domain.

  2. Add a CNAME record for example.com to point to your Miget's DNS target, which looks like: ingress-<random>.migetns.com. cloudflare-add-cname

    If you want to protect your traffic with Cloudflare, ensure the orange cloud (Proxy status) is enabled.

  3. Add another CNAME record for www domain.

That’s it! DNS changes can take a few minutes to propagate, but once they do you should be all set.