You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/docs/widgets/services/overseerr.md

1.0 KiB

title description
Overseerr Overseerr Widget Configuration

Learn more about Overseerr.

Find your API key under Settings > General.

Allowed fields: ["pending", "approved", "available", "processing"].

widget:
  type: overseerr
  url: http://overseerr.host.or.ip
  key: apikeyapikeyapikeyapikeyapikey
  pendingRequests: # optional, must be object, see below
    manageRequests: true # optional, defaults to false
    showImage: true # optional, defaults to false
    showReleaseYear: true # options, defaults to false

Pending Requests

You can enable the ability to see and manage your pending requests on Overseerr using pendingRequests with the options below.

manageRequests: When set to true it displays two buttons for each request to approve or deny the request.

showImage: When set to true it displays a small image of the show/movie poster and makes the request panel larger.

showReleaseYear: When set to true it shows the release year in parenthesis after the show/movie title.