mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
imap stuff
This commit is contained in:
parent
9f0baa6337
commit
5f2005a8c3
3 changed files with 20 additions and 1 deletions
|
|
@ -160,6 +160,14 @@ in {
|
|||
# OwnTracks Frontend container
|
||||
locations."/".proxyPass = "http://127.0.0.1:8082";
|
||||
};
|
||||
"pack1828.org" = {
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
return = "307 https://cloud.pack1828.org";
|
||||
};
|
||||
};
|
||||
"recorder.${domain}" = {
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue