This commit is contained in:
tulg 2026-04-25 19:46:46 +03:00
parent a52a5741d3
commit 60f15dca52

View file

@ -1,4 +1,5 @@
services.traefik = {
{
services.traefik = {
enable = true;
staticConfigOptions = {
@ -37,7 +38,7 @@ services.traefik = {
routers = {
xray = {
rule = "Host(`v2.kittykat.poggerer.xyz`)";
entryPoints = [ "websecure" ];
entryPoints = ["websecure"];
service = "xray";
tls = {
certResolver = "letsencrypt";
@ -49,11 +50,12 @@ services.traefik = {
xray = {
loadBalancer = {
servers = [
{ url = "http://127.0.0.1:2053"; }
{url = "http://127.0.0.1:2053";}
];
};
};
};
};
};
};
};
}