changed how caddy works
This commit is contained in:
@@ -43,5 +43,17 @@ in {
|
||||
"22000:22000/udp"
|
||||
];
|
||||
};
|
||||
|
||||
settings.containers.caddy.routes.tbmrs-local.routes = [{
|
||||
name = "syncthing";
|
||||
host = "syncthing";
|
||||
url = "syncthing:8384";
|
||||
}];
|
||||
|
||||
settings.containers.caddy.routes.tbmrs.routes = [{
|
||||
name = "dufs";
|
||||
host = "files";
|
||||
url = "dufs:5000";
|
||||
}];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user