fix traefik credential path
This commit is contained in:
parent
28322fab78
commit
4a0f986c62
2 changed files with 4 additions and 23 deletions
|
|
@ -16,32 +16,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
files = {
|
||||
rule = "Host(`files.${config.networking.hostName}.yanlincs.com`)";
|
||||
service = "files";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.${config.networking.hostName}.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services = {
|
||||
syncthing = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://localhost:8384";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
files = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://localhost:5099";
|
||||
url = "http://127.0.0.1:8384";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue