akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.61k stars 88 forks source link

Base URL not functional. #282

Open generalk25 opened 1 year ago

generalk25 commented 1 year ago

Before creating a bug report please make sure you are using the latest docker image / code base.

Please complete the following information

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: I've tried setting http://192.168.51.69/pg but it ignores it with nginx. I get a 404 if i try to traverse to the service on another PC using 192.168.51.69/pg, but without the base URL it works fine.

Expected behavior I expect to be able to reach it at 192.168.51.69/pg

Screenshots If applicable, add screenshots to help explain your problem.

image

Additional context Add any other context about the problem here.

peterwroot commented 1 year ago

I'm having the same issue - I just added a comment to https://github.com/akhilrex/podgrab/issues/129 (before I realised the issue was closed, oops)

generalk25 commented 1 year ago

to be clear, my base url in my instance is http://192.168.51.69/pg When I visit 192.168.51.69/pg on the same subnet i get a 404. when i visit 192.168.51.69 it loads normally. It may be to everyone's benefit if you didn't require information that wasn't being used in the config, my domain shouldn't matter. The only thing the application should care about is the /pg, which is how i first attempted to set it up, but it lovingly told me it needed a whole URL.

Regardless, the /pg is being ignored.

generalk25 commented 1 year ago

I'm on the latest build as of today.

generalk25 commented 1 year ago

Any word or workarounds to get the base url to function?