added map for minecraft
This commit is contained in:
parent
334931677b
commit
828989c8ba
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user