From ac7796044f5b9b19838a2b211b2c27fe0b4c8912 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 18 Apr 2025 02:04:30 +0100 Subject: [PATCH] Migrate bootstrap-with-tailwind to nixedo Serve it publicly from nixedo via the Cloudflare Tunnel. This is currently served locally on port 8000 using Docker until I migrate the Caddy configuration, but this shows a real production website being self hosted on my homelab and served via Cloudflare. --- hosts/nixedo/modules/cloudflared.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/nixedo/modules/cloudflared.nix b/hosts/nixedo/modules/cloudflared.nix index 8038c8d8..06b36352 100644 --- a/hosts/nixedo/modules/cloudflared.nix +++ b/hosts/nixedo/modules/cloudflared.nix @@ -9,9 +9,7 @@ default = "http_status:404"; ingress = { - "test.oliverdavies.uk" = { - service = "http://localhost:8000"; - }; + "bootstrap-with-tailwind.oliverdavies.uk" = "http://localhost:8000"; }; }; };