2025-04-18 00:57:06 +01:00
|
|
|
{ config, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
services.cloudflared = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
tunnels."e1514105-327f-4984-974e-e2fbaca76466" = {
|
|
|
|
credentialsFile = config.age.secrets.cloudflared.path;
|
|
|
|
default = "http_status:404";
|
|
|
|
|
|
|
|
ingress = {
|
2025-04-18 02:04:30 +01:00
|
|
|
"bootstrap-with-tailwind.oliverdavies.uk" = "http://localhost:8000";
|
2025-04-18 00:57:06 +01:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|