-
-
Notifications
You must be signed in to change notification settings - Fork 23
Seerr
A frequently asked question we get from customers is if we have support for Seerr. At the time of writing, we don't officially support it, but it can be installed using a script a community member has written.
Seerr is a free and open source software application for managing requests for your media library. It is now the successor to Jellyseerr and Overseerr. It integrates with the media server of your choice: Jellyfin, Plex, and Emby. In addition, it integrates with your existing services, such as Sonarr, Radarr.
Before installation, please consider reading the installer script. You can read it on the GitHub Repo. You can run the script by using the following command:
bash <(curl -sL "https://github.com/brettpetch/hosted-scripts/raw/master/seerr.sh")
:::tip If something goes wrong during your install, please consider checking the logs and the output in your console. You may find them by running the following:
less -r +G ~/.logs/seerr.log
These can be helpful in cases where you need to see the output from installation. :::
On first run, go to http://<hostname.io>:<yourportnumber>
to access Seerr. This should ask you to setup some credentials. Keep in mind that this application is exposed on the public internet.
systemctl (start|stop|restart|reload|enable|disable) --user seerr
For most troubleshooting, please consider consulting the Seerr Docs.
Run the following via SSH.
cat ~/seerr/env.conf
:::tip
For application specific logs, consider running the following:
systemctl --user status seerr
You can exit less
by pressing q
at any point.
:::