-
-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website/integrations: added hoarder integration #12161
base: main
Are you sure you want to change the base?
website/integrations: added hoarder integration #12161
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few comments. Let me know if you have any questions.
|
||
## What is Hoarder | ||
|
||
> A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search | |
> A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full-text search. |
|
||
The following placeholders will be used: | ||
|
||
- `hoarder.company` is the FQDN of the hoarder install. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `hoarder.company` is the FQDN of the hoarder install. | |
- `hoarder.company` is the FQDN of the Hoarder install. |
@@ -127,6 +127,7 @@ module.exports = { | |||
"services/sonarr/index", | |||
"services/tautulli/index", | |||
"services/weblate/index", | |||
"services/hoarder/index", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I'm not mistaken, services in the sidebar should be sorted alphabetically.
# DISABLE_SIGNUPS=true | ||
``` | ||
|
||
Finally, restart the hoarder server and test your configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally, restart the hoarder server and test your configuration. | |
Finally, restart the Hoarder server and test your configuration. |
|
||
## Hoarder configuration | ||
|
||
In hoarder you'll need to add these environment variables: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In hoarder you'll need to add these environment variables: | |
In Hoarder you'll need to add these environment variables: |
|
||
**Provider Settings** | ||
|
||
In authentik under **Providers**, create an OAuth2/OpenID Provider with these settings: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should tell the user where it is. Probably something similar to:
In authentik under **Providers**, create an OAuth2/OpenID Provider with these settings: | |
In authentik under **Applications** -> **Providers** of the **Admin interface**, create a new **OAuth2/OpenID Provider** with the desired settings. |
|
||
**Application Settings** | ||
|
||
Create an application that uses `hoarder` provider. Optionally apply access restrictions to the application. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should tell the user where the provider tab is and how to create one
OAUTH_CLIENT_ID=client_id_from_provider | ||
OAUTH_CLIENT_SECRET=client_secret_from_provider | ||
OAUTH_WELLKNOWN_URL=https://authentik.company/application/o/hoarder/.well-known/openid-configuration | ||
OAUTH_PROVIDER_NAME=Authentik |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OAUTH_PROVIDER_NAME=Authentik | |
OAUTH_PROVIDER_NAME=authentik |
|
||
```sh | ||
NEXTAUTH_URL=https://hoarder.company | ||
OAUTH_CLIENT_ID=client_id_from_provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OAUTH_CLIENT_ID=client_id_from_provider | |
OAUTH_CLIENT_ID=<Client ID from authentik> |
```sh | ||
NEXTAUTH_URL=https://hoarder.company | ||
OAUTH_CLIENT_ID=client_id_from_provider | ||
OAUTH_CLIENT_SECRET=client_secret_from_provider |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OAUTH_CLIENT_SECRET=client_secret_from_provider | |
OAUTH_CLIENT_SECRET=<Client secret from authentik> |
Details
Added Hoarder Integration to docs.