Add etebase A record and nginx vhost with ACME and proxy_pass

This commit is contained in:
Joshua Bell 2026-02-07 17:44:31 -06:00
parent fa33d88723
commit c82ca654d1
2 changed files with 12 additions and 0 deletions

View file

@ -47,6 +47,7 @@
(h001ARecord "gist") (h001ARecord "gist")
(h001ARecord "git") (h001ARecord "git")
(h001ARecord "blog") (h001ARecord "blog")
(h001ARecord "etebase")
]; ];
}; };
}; };

View file

@ -244,6 +244,17 @@ in
proxyPass = "http://100.64.0.13"; proxyPass = "http://100.64.0.13";
}; };
}; };
"etebase.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.64.0.13";
extraConfig = ''
client_max_body_size 75M;
'';
};
};
"llm.joshuabell.xyz" = { "llm.joshuabell.xyz" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;