make website for freshrss and home assistant

This commit is contained in:
ZuluWhiskey 2023-12-19 11:45:09 +00:00
parent 36d1678813
commit f58e7ad35c
2 changed files with 20 additions and 17 deletions

View file

@ -21,6 +21,7 @@ The following placeholders will be used:
## authentik configuration
1. Create an **OAuth2/OpenID Provider** under **Applications** > **Providers** using the following settings:
- **Name**: FreshRSS
- **Authorization flow**: default-provider-authorization-explicit-consent
- **Protocol Settings**:

View file

@ -53,6 +53,7 @@ The following placeholders will be used:
## authentik configuration
1. Create a **Proxy Provider** under **Applications** > **Providers** using the following settings:
- **Name**: Home Assistant
- **Authentication flow**: default-authentication-flow
- **Authorization flow**: default-provider-authorization-explicit-consent
@ -60,6 +61,7 @@ The following placeholders will be used:
- **Internal Host**: `http://hass.company:8123`
2. Create an **Application** under **Applications** > **Applications** using the following settings:
- **Name**: Home Assistant
- **Slug**: homeassistant
- **Provider**: Home Assistant (the provider you created in step 1)