Hello,
I’m also looking for HTTP Proxy support because I’d like to use HA at work with my students.
Install is blocking when trying to download updates. So I’m wondering if there is a chance to find a workaround by simply configuring NetworkManager with nmcli
commands using Terminal HassOS.
I’m thinking to do something like
nmcli connection edit <con-name>
print
set proxy.method auto
set proxy.pac-url pacman.domain.fr
where pacman.domain.fr download a PAC file (proxy auto configuration file)
I’m also looking for a way to directly be able to put a configuration file on SD card of RasperryPi to set proxy. Is it currently possible ?