Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] diamkil - Overseerr

Featured Replies

On 3/18/2021 at 8:32 PM, crazygambit said:

Is anyone having trouble with setting up email notifications? For some reason the same settings that work perfectly in Ombi don't work here at all. I never get the test email.

 

Yes - I am having the same issue but trying to get reverse proxy (using Ngninx Reverse Proxy) to work before I tackle the email issue.

Anyone have this working with Ngninx Reverse Proxy on CloudFlare? Any tricks? Thanks!

  • Replies 74
  • Views 35.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • v3 is still not 'latest' release, its still marked as beta, and until this changes im afraid it will stay tagged as v3, as soon as it gets tagged as 'latest release' then i will merge the change from

  • Supershocker
    Supershocker

    Not sure what happened but CA Auto Update is no longer updating overseer. I have not made any changes in my configuration in a while. I am able to force update to upgrade to newest release but unraid

  • I'm having the same issues with CA Auto Update. Came here to check and see if there was any chatter on the topic.

Posted Images

8 hours ago, TexasDave said:

 

Yes - I am having the same issue but trying to get reverse proxy (using Ngninx Reverse Proxy) to work before I tackle the email issue.

Anyone have this working with Ngninx Reverse Proxy on CloudFlare? Any tricks? Thanks!

I got reverse proxy working using Letsencrypt (now called Swag) using nginx just by modifying the provided sample for subdomain. The install instructions mention that subfolder doesn't work so I made a new subdomain using duckdns.org. I've never used Cloudflare, so no clue there.

@crazygambit - Thanks! I moved away from SWAG and have been using the Nginx Proxy Manager docker. Just a personal preference. All on hold right now but will circle back to see if I can get Overseer to work as it looks to be more intuitive versus Ombi. But Ombi is up and working....

 

EDIT: I fixed it. Typo in Nginx Proxy Manager Setup. Extra  "one" in my IP. I knew it was something stoopid. Will post if and when I sort out the email bits....Thanks!

Edited by TexasDave

Having issues getting reverse proxy working on my end. I followed spaceinvader's video, but no dice. The Overseerr webUI works fine and I can port forward to access from outside the network with `PUBLICIP:5055`, but that defeats the purpose of reverse proxy.

 

Here's what I've done:

  • I have my own domain name through namecheap
  • I'm using Cloudflare's nameservers
  • I've created `customsubdomain.duckdns.org`
  • In Cloudflare, I've created a subdomain by adding CNAME - `requests` and pointed it to `custumsubdomain.duckdns.org`
  • I've created a custom docker proxynet and pointed both the SWAG docker and the Overseerr docker to that
  • I've edited the nginx proxy config for Overseer to `server_name requests.*;
  • In SWAG docker config I've set Host Port: 180 for Container Port: 80 and Host Port 1443 for Container Port: 443
  • In Overseerr, I've added Application URL `https://requests.customdomain.com` and ticked the box for Enable Proxy Support

I'm not sure where to go from here. Any help is greatly appreciated

 

EDIT: Fixed it. This was an issue on Cloudflare. I needed to change the Proxy Status from Proxied to DNS only

Edited by ramair02

  • 2 weeks later...
  • Author
On 3/11/2021 at 2:54 PM, rguinn said:

@diamkil Can you update to the current pull there was a bug they fixed for me in this one 

 

https://github.com/sct/overseerr/releases/tag/v1.20.1

 

Thank you in advance 

 

Docker image being pulled is published by the dev. I just made the template for unRAID

Sorry if this is a bit off topic.  I'm trying to customize by app a bit.  I was able to map my public folder to a place in appdata so I could change the logo.  After replacing the png file and restarting the container, everything looks good.

 

I also wanted to remove some text from the login page.  I tried mapping the src folder which holds this info (/app/src/components/Login/index.tsx) just as I did with the public folder, and while the folder seems to have mapped correctly, changes aren't showing up after I save and restart the container.  Does anyone know how I can get these changes to take effect?

  • 3 weeks later...

When I open overseerr it takes like 30 seconds before the page loads. Am I the only one with this problem ? Is there any way to fix this ?

  • 5 months later...

I love Overseerr.

It worked perfectly until yesterday.

Now I can't open the GUI although Docker says it is running.

 

Here is the log. The bold line is the red error.

Any clues to fix it? Thanks in advance.

 

_____________

 

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-env-file-init: executing...
[cont-init.d] 00-env-file-init: exited 0.
[cont-init.d] 00-start-container: executing...

----------------------------------------------------------------------
ENVIRONMENT
----------------------------------------------------------------------
PUID=99
PGID=100

2
TZ=Europe/Berlin
----------------------------------------------------------------------

Executing usermod...
Applying permissions to /config
[cont-init.d] 00-start-container: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
yarn run v1.22.10
$ NODE_ENV=production node dist/index.js
warning Cannot find a suitable global folder. Tried these: "/usr/local, /app/.yarn"
2021-10-20T06:10:36.279Z [[32minfo[39m]: Commit Tag: 1.27.0
2021-10-20T06:10:36.321Z [[32minfo[39m]: Starting Overseerr version 1.27.0
2021-10-20T06:12:46.725Z [[31merror[39m]: Error: connect ETIMEDOUT 172.18.0.1:32400
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-env-file-init: executing...
[cont-init.d] 00-env-file-init: exited 0.
[cont-init.d] 00-start-container: executing...
 

Edited by Profezor
Spelling

I just received this same error. The problem is its not connecting to your plex server and timing out. I am not sure how overseerr updates IP address's but doesnt seem to have auto updated my IP(power outage reset my ip) after this latest update. My fix was i went into appdata\overseerr\settings.json. Under "plex" there is an "IP" setting which is not my current network IP, it was my previous IP.  Grab your new IP (whatismyip.com) and replace the old IP. Save the file and reload Overseerr container. Should work. Good luck

  • 11 months later...

Amazing job!  App works amazing and is so much better to use than the ones in Sonarr and Radarr! 

  • 2 months later...

Any way to not have the porn movies displayed on the Discover page?

  • 2 weeks later...
  • 3 weeks later...

Using custom docker network name causes GUI to slow to a crawl.

 

If I put overseerr on the default bridge network, everything loads fast. However when I move it to the same docker network as sonarr and radarr it becomes very slow.

  • 4 weeks later...

Not sure what happened but CA Auto Update is no longer updating overseer. I have not made any changes in my configuration in a while. I am able to force update to upgrade to newest release but unraid itself seems to be unable to determine that the application is out of date.

I'm having the same issues with CA Auto Update. Came here to check and see if there was any chatter on the topic.

On 1/30/2023 at 6:47 AM, Supershocker said:

I am able to force update to upgrade to newest release

@Supershocker, if you wouldn't mind sharing, how did you force the upgrade? I don't see anything in the gui and wasn't sure how to proceed.  Thanks!

 

  • 3 weeks later...

Hello, 

Maybe someone can help me out here, I've had Overseer going for a while now, at least a year, and all of a sudden, its not able to connect to Radarr and Sonarr, I get this when I try to.

 

2023-02-20 09:22:49,753 DEBG 'overseerr' stdout output:
2023-02-20T17:22:49.752Z [error][Radarr]: [Radarr] Failed to retrieve profiles: connect EHOSTUNREACH 192.168.1.10:7878 

It's connecting to Plex, because it is recognizing new movies/shows coming in, but no matter what I do, its no longer connecting to Radarr/Sonarr anymore.

Any thoughts? 

  • 2 weeks later...
On 2/4/2023 at 10:52 AM, ZenBuddha said:

@Supershocker, if you wouldn't mind sharing, how did you force the upgrade? I don't see anything in the gui and wasn't sure how to proceed.  Thanks!

 

I'm not sure if you still need help, but in the top right of the docker page, flip the switch from "basic view" to "advanced view".  You will then be able to click "force update" next to the docker container. 

On 2/20/2023 at 11:25 AM, coltonc18 said:

Hello, 

Maybe someone can help me out here, I've had Overseer going for a while now, at least a year, and all of a sudden, its not able to connect to Radarr and Sonarr, I get this when I try to.

 

2023-02-20 09:22:49,753 DEBG 'overseerr' stdout output:
2023-02-20T17:22:49.752Z [error][Radarr]: [Radarr] Failed to retrieve profiles: connect EHOSTUNREACH 192.168.1.10:7878 

It's connecting to Plex, because it is recognizing new movies/shows coming in, but no matter what I do, its no longer connecting to Radarr/Sonarr anymore.

Any thoughts? 


So I've some what identified the issue, but not sure how to correct it....If I have the network on Bridge it works, but then Nginx proxy manager doesnt work, so that kinda takes away the point of overseer for my users....as they cant access it from my external domain when it works for radarr or sonarr....but if the external domain works then radarr and sonarr wont.
 

  • 5 weeks later...
On 4/11/2021 at 6:19 PM, amgarrety said:

Sorry if this is a bit off topic.  I'm trying to customize by app a bit.  I was able to map my public folder to a place in appdata so I could change the logo.  After replacing the png file and restarting the container, everything looks good.

 

I also wanted to remove some text from the login page.  I tried mapping the src folder which holds this info (/app/src/components/Login/index.tsx) just as I did with the public folder, and while the folder seems to have mapped correctly, changes aren't showing up after I save and restart the container.  Does anyone know how I can get these changes to take effect?

Hi! Did you figure this out? Where did you find the public folder in the first place? I am using the binhex overseerr container and the public folder doesn't exist in the appdata folder. Also where is /app/src/components? Sorry if this is a newbie question

  • 3 months later...

I have Overseerr installed and I am not able to update it past the version 1.31. Can anyone give me some assistance? 

  • 1 year later...

I was also starting to receive a EHOSTUNREACH error when attempting to connect Overseer to radarr or sonarr.

I was running the docer in host mode, but have sense changed it and gave it a custom IP address. This has sense resolved my issues.

  • 8 months later...

For anyone looking for instructions on updating to Seerr,

  1. Create new folder in appdata called "seerr" and copy the contents of the overseerr folder into it.

  2. Select the grtgbin Seerr repository from Community Applications and install, be sure to to change the config data location from "mnt/user/appdata/seerr/config" to just "mnt/user/appdata/seerr" and change the repository from seerr:develop to seerr:latest as well as change log level to info.

  3. Install the seerr application, if it throws an error about the port being in use ignore for now.

  4. Stop the seerr container if it is running.

  5. Stop the overseerr container and disable auto-start.

  6. Go to /mnt/user/appdata via terminal and use "chown -R 1000:1000 seerr/" , this is to fix the permissions mentioned in the migration documentation.

  7. Start the Seerr container and allow the migration to complete automatically. Restart your discord notification container if you have one to reconnect. enable auto-start on the seerr container.

You should now be up and running with everything migrated over to Seerr successfully!

Edited by bubblyfraise

On 2/15/2026 at 8:24 PM, bubblyfraise said:

For anyone looking for instructions on updating to Seerr,

  1. Create new folder in appdata called "seerr" and copy the contents of the overseerr folder into it.

  2. Select the grtgbin Seerr repository from Community Applications and install, be sure to to change the config data location from "mnt/user/appdata/seerr/config" to just "mnt/user/appdata/seerr" and change the repository from seerr:develop to seerr:latest as well as change log level to info.

  3. Install the seerr application, if it throws an error about the port being in use ignore for now.

  4. Stop the seerr container if it is running.

  5. Stop the overseerr container and disable auto-start.

  6. Go to /mnt/user/appdata via terminal and use "chown -R 1000:1000 seerr/" , this is to fix the permissions mentioned in the migration documentation.

  7. Start the Seerr container and allow the migration to complete automatically. Restart your discord notification container if you have one to reconnect. enable auto-start on the seerr container.

You should now be up and running with everything migrated over to Seerr successfully!

Thank you for this! Worked just fine!

  • 1 month later...

There are now official release to be found in the App store.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.