feat(teedy): configure nginx & acme for teedy
This commit is contained in:
parent
9e65b21e24
commit
9adabbba63
2 changed files with 8 additions and 0 deletions
1
acme.nix
1
acme.nix
|
|
@ -7,6 +7,7 @@
|
||||||
"meta.sourcehut.${base-domain}"
|
"meta.sourcehut.${base-domain}"
|
||||||
"git.sourcehut.${base-domain}"
|
"git.sourcehut.${base-domain}"
|
||||||
"docspell.${base-domain}"
|
"docspell.${base-domain}"
|
||||||
|
"teedy.${base-domain}"
|
||||||
];
|
];
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults = {
|
defaults = {
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,13 @@
|
||||||
proxyPass = "http://localhost:7879";
|
proxyPass = "http://localhost:7879";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"teedy.${base-domain}" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://localhost:7778";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue