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:
parent
d306dc6e46
commit
ac7796044f
1 changed files with 1 additions and 3 deletions
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue