Files
jellyseerr/docs/using-jellyseerr/notifications/webpush.md
Fallenbagel ce02f61c0d docs: setup docusaurus for documentation (#848)
* docs: setup docusaurus for documentation

* docs: setup tailwind content for docusaurus

* chore: ensure tailwindcss is installed so pages deploy works

* docs: add cname to point to docs

* ci: override format checking for pnpm-lock in gen-docs folder

* docs(gen-docs): readme for docusaurus

* chore(gen-docs): remove unnecessary image files

* docs: remove installation instructions (moved to docs)

* ci: rename docusaurus workflows to a more explicit name

* style(gen-docs): custom color for links

* docs: add more doc pages

* style: gradient menu link bg, proper jellyseerr font & footer bg color

* docs: fix proper link to relative pages

* style: tab-items also now uses the proper jellyseerr colors

* style: use prismTheme shadesOfPurple for codeblock/syntax highlighting

* docs: fix broken links

* docs: fix broken links

* docs: fix broken anchors

* chore(gen-docs): local search bar

* style(gen-docs): tab colors

* docs: reverse-proxy documentation

* style(gen-docs): jellyseerr-like cards

* docs: rename baremetal to build from source

* docs: nixpkg version check component

* docs: conditionally render override package derivation block and admonitions

* docs: users section of the documentation
2024-06-30 03:37:56 +05:00

981 B

title, description, sidebar_position
title description sidebar_position
Web Push Configure web push notifications for your users. 2

Web Push

The web push notification agent enables you and your users to receive Jellyseerr notifications in a supported browser.

This notification agent does not require any configuration, but is not enabled in Jellyseerr by default.

:::warning Web push notifications require a secure connection to your Jellyseerr instance. Refer to the Reverse Proxy documentation for more information. :::

To set up web push notifications, simply enable the agent in Settings → Notifications → Web Push. You and your users will then be prompted to allow notifications in your web browser.

Users can opt out of these notifications, or customize the notification types they would like to subscribe to, in their user settings.

:::info Web push notifications offer a native notification experience without the need to install an app. :::