Add immich
This commit is contained in:
parent
ac0543e68c
commit
355bd0593d
2 changed files with 89 additions and 0 deletions
|
|
@ -71,6 +71,16 @@
|
|||
}];
|
||||
};
|
||||
};
|
||||
immich = {
|
||||
rule = "Host(`photo.hs.yanlincs.com`)";
|
||||
service = "immich";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.hs.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
services = {
|
||||
homeassistant = {
|
||||
|
|
@ -80,6 +90,13 @@
|
|||
}];
|
||||
};
|
||||
};
|
||||
immich = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://localhost:5000";
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue