Home assistant authentication proxy

Hi,

Over the weekend I made this small project that allows you to add authentication through home assistant to self hosted services (e.g. zigbee2mqtt, filestash, …).

It uses the OAuth implementation of home assistant and is deployed as a docker image.

When setting up my filestash (which does not have any authentication :frowning: ), I used basic http auth in a nginx container. But using a single login from home assistant makes this so much easier and accessible.

It would be great to hear some feedback on this project :slight_smile:

KR
Arno

Awesome project! I was just looking for a similar auth solution last week when I ran into your Reddit post. Only thing is I run HA core installation and I am not that familiar with Docker. Nevertheless, the usecase HA OAuth authentication applied on other hosted services is a nobrainer. Next couple days i’ll look into this project.