mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore(tei): remove unused tunnel
This commit is contained in:
parent
cbe2718ebf
commit
dd46c6e96d
1 changed files with 0 additions and 11 deletions
|
|
@ -28,9 +28,6 @@
|
||||||
service = "https://${accessHostFor args}:${toString port}";
|
service = "https://${accessHostFor args}:${toString port}";
|
||||||
originRequest.noTLSVerify = true;
|
originRequest.noTLSVerify = true;
|
||||||
};
|
};
|
||||||
ingressForDeluge = { host, port ? system.services.deluge.web.port, hostName, system ? systemFor hostName, ... }@args: nameValuePair host {
|
|
||||||
service = "http://${accessHostFor args}:${toString port}";
|
|
||||||
};
|
|
||||||
in {
|
in {
|
||||||
sops.secrets.cloudflared-tunnel-apartment.owner = cfg.user;
|
sops.secrets.cloudflared-tunnel-apartment.owner = cfg.user;
|
||||||
sops.secrets.cloudflared-tunnel-apartment-deluge.owner = cfg.user;
|
sops.secrets.cloudflared-tunnel-apartment-deluge.owner = cfg.user;
|
||||||
|
|
@ -46,14 +43,6 @@ in {
|
||||||
(ingressForVouch { inherit hostName; })
|
(ingressForVouch { inherit hostName; })
|
||||||
(ingressForKanidm { inherit hostName; })
|
(ingressForKanidm { inherit hostName; })
|
||||||
];
|
];
|
||||||
extraTunnel.ingress = mkMerge [
|
|
||||||
(listToAttrs [
|
|
||||||
(ingressForDeluge { host = "deluge"; hostName = "tewi"; access = "tail"; })
|
|
||||||
])
|
|
||||||
{
|
|
||||||
deluge.hostname._secret = config.sops.secrets.cloudflared-tunnel-apartment-deluge.path;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue