feat: add octoprint and home-assistent to shan
This commit is contained in:
parent
849034ff41
commit
46f9d4328b
2 changed files with 39 additions and 0 deletions
|
@ -45,6 +45,8 @@
|
|||
"fritz"
|
||||
"dav"
|
||||
"ntfy"
|
||||
"octoprint"
|
||||
"assistant"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
};
|
||||
|
||||
modules = {
|
||||
system.networking.bluetooth.enable = true;
|
||||
container = {
|
||||
kitchenowl = {
|
||||
enable = true;
|
||||
|
@ -176,6 +177,42 @@
|
|||
enable-login = true;
|
||||
};
|
||||
};
|
||||
|
||||
octoprint = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
port = 5000;
|
||||
};
|
||||
|
||||
home-assistant = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
configWritable = true;
|
||||
extraComponents = [
|
||||
"tplink_tapo"
|
||||
"tplink"
|
||||
"default_config"
|
||||
"met"
|
||||
"esphome"
|
||||
"mobile_app"
|
||||
"octoprint"
|
||||
"jellyfin"
|
||||
"iron_os"
|
||||
"wake_on_lan"
|
||||
];
|
||||
config = {
|
||||
default_config = { };
|
||||
http = {
|
||||
server_port = 8123;
|
||||
use_x_forwarded_for = true;
|
||||
trusted_proxies = [
|
||||
"127.0.0.1"
|
||||
"::1"
|
||||
"10.89.0.3"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
|
|
Loading…
Add table
Reference in a new issue