RemiRigal / Overseerr-Assistant

Browser extension for Overseerr that embeds buttons into IMDb and TMDB web pages to easily request movies and tv shows.
MIT License
104 stars 9 forks source link

Allow using it without port configured #4

Closed fscorrupt closed 2 years ago

fscorrupt commented 2 years ago

im running my Overseerr with my own domain over CloudFlare, and behind a proxy, so i cant specify the port in my configuration.

my url is: https://overseerr.domain.com my api call would be: https://overseerr.domain.com/api/v1/auth/me

But your config needs a port, and always sets it back to default when i save it without port.

RemiRigal commented 2 years ago

Hi @fscorrupt ! Port is required yes, in your case you must set the port to 443, which is the defaut HTTPS port. Let me know !