add local proxy to immich
This commit is contained in:
parent
42cff0f304
commit
a4b2a87960
3 changed files with 19 additions and 28 deletions
|
|
@ -66,18 +66,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# NSFW WebDAV (dufs on thinkpad)
|
||||
nsfw = {
|
||||
rule = "Host(`nsfw.yanlincs.com`)";
|
||||
service = "nsfw";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
@ -127,15 +115,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
# NSFW backend (dufs on thinkpad via WireGuard)
|
||||
nsfw = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://10.2.2.30:5099";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue