adding immich to caddy

This commit is contained in:
Chris Cochrun 2023-07-09 06:45:37 -05:00
parent 760c4786df
commit 600b299320

View file

@ -262,6 +262,11 @@
reverse_proxy localhost:8123 reverse_proxy localhost:8123
''; '';
}; };
virtualHosts = {
"pics.cochrun.xyz".extraConfig = ''
reverse_proxy localhost:2283
'';
};
# virtualHosts = { # virtualHosts = {
# "mail.cochrun.xyz".extraConfig = '' # "mail.cochrun.xyz".extraConfig = ''
# ''; # '';