feat(teedy): configure nginx & acme for teedy

This commit is contained in:
Khaïs COLIN 2024-08-25 12:47:31 +02:00
parent 9e65b21e24
commit 9adabbba63
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,7 @@
"meta.sourcehut.${base-domain}"
"git.sourcehut.${base-domain}"
"docspell.${base-domain}"
"teedy.${base-domain}"
];
acceptTerms = true;
defaults = {

View file

@ -26,6 +26,13 @@
proxyPass = "http://localhost:7879";
};
};
"teedy.${base-domain}" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:7778";
};
};
};
};
}