Add Basic Auth Support (https://machinebox.io/docs/machine-box-apis#basic-authentication)
Noted and probably required for cloud deployment
@lordfiSh I created a branch with auth, can you give feedback?
https://github.com/robmarkcole/HASS-Machinebox-Facebox/tree/adds_auth
Hmm, not sure if this is working. I’m new to Home Assistant, maybe i’m doing something wrong.
Can I use a Domain in the ip_adress Field, a IP Adress would’t work for me (external server, https cert)
I don’t see anything in the Reverse Proxy Logs
camera:
- platform: local_file
file_path: /home/homeassistant/.homeassistant/custom_components/image_processing/thebeatles.jpgimage_processing:
- platform: facebox
ip_address: mydockerreverseproxy.myhost.de
port: 443
username: hass
password: xxxx
source:
- entity_id: camera.local_file
1 Like