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.
This commit is contained in:
Oliver Davies 2025-04-18 02:04:30 +01:00
parent d306dc6e46
commit ac7796044f

View file

@ -9,9 +9,7 @@
default = "http_status:404"; default = "http_status:404";
ingress = { ingress = {
"test.oliverdavies.uk" = { "bootstrap-with-tailwind.oliverdavies.uk" = "http://localhost:8000";
service = "http://localhost:8000";
};
}; };
}; };
}; };