added map for minecraft
This commit is contained in:
parent
334931677b
commit
828989c8ba
1 changed files with 10 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue