traefik: remove searxng
This commit is contained in:
parent
9e6e462b79
commit
b4d462fcbb
1 changed files with 0 additions and 13 deletions
|
@ -176,19 +176,6 @@
|
|||
tls.domains = [{main = "*.flake.sh";}];
|
||||
tls.certresolver = "production";
|
||||
};
|
||||
searxng-insecure = {
|
||||
rule = "Host(`search.flake.sh`)";
|
||||
entrypoints = ["web"];
|
||||
service = "searxng";
|
||||
middlewares = "redirect-to-https";
|
||||
};
|
||||
searxng = {
|
||||
rule = "Host(`search.flake.sh`)";
|
||||
entrypoints = ["websecure"];
|
||||
service = "searxng";
|
||||
tls.domains = [{main = "*.flake.sh";}];
|
||||
tls.certresolver = "production";
|
||||
};
|
||||
neko-insecure = {
|
||||
rule = "Host(`neko.flake.sh`)";
|
||||
entrypoints = ["web"];
|
||||
|
|
Loading…
Reference in a new issue