added map for minecraft

This commit is contained in:
k 2024-08-19 12:13:04 -04:00
parent 334931677b
commit 828989c8ba

View File

@ -40,7 +40,7 @@
services.home-assistant = {
enable = true;
extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming"];
extraComponents = ["wiz" "fail2ban" "whisper" "piper" "wyoming" "ollama"];
config = {
default_config={};
http = {
@ -158,6 +158,15 @@
};
};
"map.dhilton.xyz" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8100";
proxyWebsockets = true;
};
};
"hom.dhilton.xyz" = {
addSSL = true;
enableACME = true;