sora: init justlog
All checks were successful
flake check / check (push) Successful in 4m46s
fmt check / check (push) Successful in 44s
All checks were successful
flake check / check (push) Successful in 4m46s
fmt check / check (push) Successful in 44s
This commit is contained in:
parent
82edffd93f
commit
09975ab9c7
1 changed files with 14 additions and 0 deletions
|
@ -189,6 +189,19 @@
|
|||
tls.domains = [{main = "*.flake.sh";}];
|
||||
tls.certresolver = "production";
|
||||
};
|
||||
justlog-insecure = {
|
||||
rule = "Host(`logs.flake.sh`)";
|
||||
entrypoints = ["web"];
|
||||
service = "justlog";
|
||||
middlewares = "redirect-to-https";
|
||||
};
|
||||
justlog = {
|
||||
rule = "Host(`logs.flake.sh`)";
|
||||
entrypoints = ["websecure"];
|
||||
service = "justlog";
|
||||
tls.domains = [{main = "*.flake.sh";}];
|
||||
tls.certresolver = "production";
|
||||
};
|
||||
};
|
||||
services = {
|
||||
gitssh.loadBalancer.servers = [{url = "tcp://100.121.201.47:2222";}];
|
||||
|
@ -204,6 +217,7 @@
|
|||
vaultwarden.loadBalancer.servers = [{url = "http://100.121.201.47:8222";}];
|
||||
searxng.loadBalancer.servers = [{url = "http://100.121.201.47:8100";}];
|
||||
neko.loadBalancer.servers = [{url = "http://100.104.42.96:8085";}];
|
||||
justlog.loadBalancer.servers = [{url = "http://100.121.201.47:8025";}];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue