Disabled caddy in komodo

This commit is contained in:
Chris Toph 2025-01-20 13:30:40 -05:00
parent 239bd8cb29
commit 9448d8d0e2

View file

@ -1,33 +1,22 @@
{ {
# FIXME: This works IN server but not connecting via ssh to caenus # FIXME: This works IN server but not connecting via ssh to caenus
services.caddy = { services.caddy = {
enable = true; enable = true;
virtualHosts = { virtualHosts = {
# "ryot.foo" = {
# useACMEHost = "ryot.foo";
# extraConfig = ''
# reverse_proxy 104.40.4.44:80
# '';
# };
"cloud.ryot.foo" = { # "ryot.foo" = {
useACMEHost = "ryot.foo"; # useACMEHost = "ryot.foo";
extraConfig = '' # extraConfig = ''
reverse_proxy https://104.40.4.24:443 { # reverse_proxy 104.40.4.44:80
transport http { # '';
tls_insecure_skip_verify # };
}
}
'';
};
"map.goldenlemon.cc" = { "map.goldenlemon.cc" = {
useACMEHost = "goldenlemon.cc"; useACMEHost = "goldenlemon.cc";
extraConfig = '' extraConfig = ''
reverse_proxy http://104.40.4.44:25566 reverse_proxy http://104.40.4.44:25566
''; '';
}; };
};
}; };
};
} }