removed horizontal bars
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# **Overview**
|
||||
---
|
||||
# **Authentik Overview**
|
||||
|
||||
Authentik is an open-source Identity Provider (IdP) that allows users to self-host authentication and single sign-on (SSO)
|
||||
|
||||
[GitHub Repository](https://github.com/goauthentik/authentik)
|
||||
[Official Documentation](https://docs.goauthentik.io/docs)
|
||||
# **Pre-Install**
|
||||
---
|
||||
|
||||
## Dependencies
|
||||
- None
|
||||
## Generate PG_PASS for .env
|
||||
@@ -36,7 +36,7 @@ AUTHENTIK_EMAIL__FROM=
|
||||
```
|
||||
|
||||
# **Post-Install**
|
||||
---
|
||||
|
||||
>[!warning] Wait a few minutes before attempting to connect for the first time. All servers need to show as **Healthy** in Dockge
|
||||
|
||||
Go to http://your-server-ip:9000/if/flow/initial-setup/
|
||||
@@ -44,7 +44,7 @@ Go to http://your-server-ip:9000/if/flow/initial-setup/
|
||||
- Don't use your primary email address for this account as it will conflict when you register yourself as a user
|
||||
|
||||
# **NGINX Proxy Manager**
|
||||
---
|
||||
|
||||
## Details
|
||||
- **Domain Names:** auth.ignitedinspirations.net
|
||||
- **Scheme:** http
|
||||
@@ -125,7 +125,7 @@ location @goauthentik_proxy_signin {
|
||||
>[!note] Edit the IP address in `proxy_pass` above and make sure it matches the one you specify in the Authentik docker-compose file
|
||||
|
||||
# **Authentik**
|
||||
---
|
||||
|
||||
## Create Google OAuth2 token
|
||||
1) Go to [Official Documentation](https://support.google.com/cloud/answer/6158849?hl=en) and follow steps there
|
||||
- Make note of the Client ID and Client Secret
|
||||
|
Reference in New Issue
Block a user