This repository contains a Home Assistant add-on that mounts a MooseFS share
with mfsmount and exposes the MooseFS GUI through Home Assistant Ingress.
The add-on is designed so the GUI can stay up even if the FUSE mount is broken
or the master is unavailable during boot. By default it mounts MooseFS at
/mnt/mfs inside the add-on container and exports that same directory over
NFS on host TCP 2049 using host_network: true, but the export is restricted
to loopback (127.0.0.1/::1) for Home Assistant's own Supervisor mounts. It
can also auto-register Home Assistant share, media, and backup storage
from configurable subdirectories inside that MooseFS tree. The Home Assistant
sidebar goes through the internal lighttpd ingress proxy, while OPEN WEB UI
goes straight to the MooseFS GUI at http://<host>:9425/mfs.cgi.
See the add-on documentation for installation and configuration details.