khuedoan / homelab

Fully automated homelab from empty disk to running services with a single command.
https://homelab.khuedoan.com
GNU General Public License v3.0
7.9k stars 705 forks source link

Route53 instead of cloudflared? #124

Closed KalebSchmidlkofer closed 7 months ago

KalebSchmidlkofer commented 7 months ago

Is it possible to use Route53 instead of cloudflared?

khuedoan commented 7 months ago

They have different purposes:

If you want to change DNS provider, you can change it in External DNS config:

https://github.com/khuedoan/homelab/blob/674e7e650553e665cd496760ea271a5bd20baf4a/system/external-dns/values.yaml#L1-L2

If you want to change tunnel provider, there are some alternatives like Tailscale Funnel, Ngrok, Inlets, etc.

(Also you can use Cloudflare Tunnel with Route53, you don't have to use Cloudflare DNS to use Cloudflare Tunnel)

khuedoan commented 7 months ago

See also:

KalebSchmidlkofer commented 7 months ago

Thank you.