feat: add octoprint and home-assistent to shan

This commit is contained in:
Nydragon 2025-01-07 01:23:39 +01:00
parent 849034ff41
commit 46f9d4328b
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
2 changed files with 39 additions and 0 deletions

View file

@ -45,6 +45,8 @@
"fritz"
"dav"
"ntfy"
"octoprint"
"assistant"
];
};
};

View file

@ -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 = [