This repository contains a Home Assistant add-on that runs a Salt master and SaltGUI.
The add-on:
- serves SaltGUI through an admin-only Home Assistant ingress panel
- signs in authenticated Home Assistant admin users automatically
- uses the fixed manual SaltGUI username
saltadmin - runs
salt-apiinternally on port3333 - exposes the Salt master transport on ports
4505and4506 - persists Salt PKI, cache, job data, and tokens in
/data - uses standard Salt paths
/srv/saltand/srv/pillar - backs those paths with Home Assistant's host-editable
sharestorage as/share/saltand/share/pillar
Those ports are fixed so the add-on matches standard Salt defaults.
See the add-on documentation for setup and configuration.