ran make website and tweaked wording

This commit is contained in:
Tana M Berry
2024-12-16 18:56:18 -06:00
parent a9a81cf7e7
commit e465502e4b

View File

@ -15,10 +15,10 @@ sidebar_label: Hoarder
## Preparation ## Preparation
The following placeholders will be used: The following placeholders are used in thi guide:
- `hoarder.company` is the FQDN of the Hoarder install. - `hoarder.company` is the FQDN of the Hoarder install.
- `authentik.company` is the FQDN of the authentik install. - `authentik.company` is the FQDN of the authentik install.
## authentik configuration ## authentik configuration
@ -26,8 +26,8 @@ The following placeholders will be used:
In authentik, under **Applications** -> **Providers** of the **Admin interface**, create a new **OAuth2/OpenID Provider** with the desired settings. In authentik, under **Applications** -> **Providers** of the **Admin interface**, create a new **OAuth2/OpenID Provider** with the desired settings.
- Name: `hoarder` - Name: `hoarder`
- Redirect URI: `https://hoarder.company/api/auth/callback/custom` - Redirect URI: `https://hoarder.company/api/auth/callback/custom`
Everything else is up to you, just make sure to grab the client ID and the client secret! Everything else is up to you, just make sure to grab the client ID and the client secret!