From f5760398b63e33f5df3276c94bc818d8a98cedef Mon Sep 17 00:00:00 2001 From: Markbeep Date: Tue, 1 Jul 2025 23:05:38 +0200 Subject: [PATCH] Remove notification part from readme --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index 052d08e..7fefc16 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ If you've heard of Overseer, Ombi, or Jellyseer; this is in the similar vein, /`) into the configuration. -3. Copy the notification url along the format of `https://apprise.example.com/notify/`. - -#### Gotify - -1. Create an application. -2. Copy the token. - -#### ABR - -1. On AudioBookRequest, head to `Settings>Notifications`. -2. Add the Apprise URL or the path to your gotify instance with `/message` appended, i.e.: `http://gotify:8080/message`. -3. For gofity, add the API key as a header: `{"Authorization": "Bearer "}`. -4. Configure the remaining settings. **The event variables are case sensitive**. -5. `Additional POST fields` allow you to add extra values that are sent along in the POST request to the notification service. This allows for changing the priority for gotify notifications or changing the look of apprise notifications. **Event variables also work in keys and values!** - ### OpenID Connect OIDC allows you to use an external authentication service (Authentik, Keycloak, etc.) for user and group authentication. It can be configured in `Settings>Security`. The following six settings are required to successfully set up oidc. Ensure you use the correct values. Incorrect values or changing values on your authentication server in the future can cause lead to locking you out of the service. In those cases head to [`Getting "locked" out`](#getting-locked-out).