From 0905016b1f3f81fc5895ca168c9afe564d3f1bbc Mon Sep 17 00:00:00 2001 From: Yonggan <30302975+Y0ngg4n@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:03:13 +0100 Subject: [PATCH 1/3] Update Jellyseerr/Overseerr docs --- docs/examples.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index b9adf443..c15f7fcd 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -413,7 +413,11 @@ alerting: ## Jellyseerr/Overseerr webhook Here is an example for [jellyseerr](https://github.com/Fallenbagel/jellyseerr)/[overseerr](https://overseerr.dev/) webhook -JSON payload. Remember to change the `https://requests.example.com` to your jellyseerr/overseerr URL. +JSON payload. +⚠️ Remember to change the following: +- `https://requests.example.com` to your jellyseerr/overseerr URL at `click +- `topic` to your ntfy topic. E.g. your ntfy url is https://ntfy.sh/jellyseerr change `topic` to `jellyseerr`. +- Remove your topic in the request URL in jellyseerr/overseerr. E.g. your ntfy url is https://ntfy.sh/jellyseerr, then only write https://ntfy.sh in the webhook URL in jellyseerr/overseerr. ``` json { From 9738e4a22525ebccf7520589be95b586c2d5e576 Mon Sep 17 00:00:00 2001 From: Yonggan <30302975+Y0ngg4n@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:04:09 +0100 Subject: [PATCH 2/3] Fix identation --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index c15f7fcd..071659b5 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -414,7 +414,7 @@ alerting: ## Jellyseerr/Overseerr webhook Here is an example for [jellyseerr](https://github.com/Fallenbagel/jellyseerr)/[overseerr](https://overseerr.dev/) webhook JSON payload. -⚠️ Remember to change the following: +### ⚠️ Remember to change the following: - `https://requests.example.com` to your jellyseerr/overseerr URL at `click - `topic` to your ntfy topic. E.g. your ntfy url is https://ntfy.sh/jellyseerr change `topic` to `jellyseerr`. - Remove your topic in the request URL in jellyseerr/overseerr. E.g. your ntfy url is https://ntfy.sh/jellyseerr, then only write https://ntfy.sh in the webhook URL in jellyseerr/overseerr. From 3779b4a923e724bc3f81f9e1c50e0639648d087b Mon Sep 17 00:00:00 2001 From: Yonggan <30302975+Y0ngg4n@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:00:21 +0100 Subject: [PATCH 3/3] Update examples.md --- docs/examples.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/examples.md b/docs/examples.md index 071659b5..6aa25b2e 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -414,10 +414,7 @@ alerting: ## Jellyseerr/Overseerr webhook Here is an example for [jellyseerr](https://github.com/Fallenbagel/jellyseerr)/[overseerr](https://overseerr.dev/) webhook JSON payload. -### ⚠️ Remember to change the following: -- `https://requests.example.com` to your jellyseerr/overseerr URL at `click -- `topic` to your ntfy topic. E.g. your ntfy url is https://ntfy.sh/jellyseerr change `topic` to `jellyseerr`. -- Remove your topic in the request URL in jellyseerr/overseerr. E.g. your ntfy url is https://ntfy.sh/jellyseerr, then only write https://ntfy.sh in the webhook URL in jellyseerr/overseerr. +Remember to change the `https://request.example.com` to your url as the value of the json key, click. And if you're not using the request `topic`, make sure to change it in the json payload to your topic. ``` json {