Home Assistant
Home Assistant is an open source home automation server. It has integrations for a wide variety of devices, and allows you to create custom dashboards for viewing sensor information and controlling your devices. If you want to access your Home Assistant instance from anywhere, but cannot port forward due to CGNAT, making your instance publicly accessible via 44Net is one solution. Even if your home internet isn't behind CGNAT, it likely has a dynamic IP, which would require you to set up dynamic DNS for your instance to maintain consistent external access. A 44Net IP lets your instance be publicly accessible at a fixed IPv4 address for free.
Home Assistant OS is designed to operate less like a general purpose computing device and more like an appliance. It's not designed to be directly facing the internet, as it has poor device firewall configuration options. Using the shell to edit the iptables or nftables config is technically possible, but it's not officially supported and risks breaking the Docker iptables configuration that apps running inside Home Assistant use. There is no package manager with which to install higher level firewall tools. If you're setting up a fresh Home Assistant installation for the express purpose of exposing it to 44Net, or already have it running as a VM or Docker container, the easiest option is running it as a docker container on a device with a single device tunnel. If you have a dedicated physical Home Assistant appliance, the recommended configuration is to put it on a routed subnet.