Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBoot committed Aug 22, 2023
1 parent fee0eb1 commit aa2e03b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ Create JWT Cookies every time you log in to your HomeAssistant instance.
I wanted to reverse proxy a few of my internally reachable services and make them available through my publicly accessible HomeAssistant installation.
After looking at the available solutions I was not satisfied with any of them, here's some of the solutions I evaluated and why I disliked them.

- BasicAuth using user:password in the url
❌ Doesn't work in the Android/iOS App
- BasicAuth using user:password in the url
❌ Doesn't work in the Android/iOS App
❌ Makes the login details available in cleartext in the url

- Authelia
❌ User Management Separate from HomeAssistant
❌ No SSO
- Authelia
❌ User Management Separate from HomeAssistant
❌ No SSO
❌ Doesn't work in the Android/iOS App?

- LDAP+Authelia+HomeAssistant LDAP+Some LDAP GUI
❌ Very Complex
❌ No True SSO (You'll have to log in to Home Assistant **AND** Authelia separately)
- LDAP+Authelia+HomeAssistant LDAP+Some LDAP GUI
❌ Very Complex
❌ No True SSO (You'll have to log in to Home Assistant **AND** Authelia separately)
❌ Doesn't work in the Android/iOS App?

- Various other similar combination of solutions like Authentik/Keycloak/... all suffer from the same fundamental problems as Authelia
Expand All @@ -38,7 +38,7 @@ So I decided to create this intergration and combine it with a reverse proxy sup
- ✅ Is easily extensible to new services
- ✅ Reasonably safe

**NOTE:** By itself this integration only provides the creation of a json cookie, the actual authentication will still need to be configured in the reverse proxy, see [intergrations](#intergrations) for more details.
**NOTE:** By itself this integration only provides the creation of a json cookie, the actual authentication will still need to be configured in the reverse proxy, see [integrations](#integrations) for more details.

## Installation

Expand Down Expand Up @@ -92,7 +92,7 @@ jwt_cookie:
# will be generated every time ha restarts
```

## Intergrations
## Integrations

- [Caddy](/integrations/caddy.md)
- Traefik (Open for contributions, probably requires commercial edition)
Expand Down

0 comments on commit aa2e03b

Please sign in to comment.