Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base URL ignored (in settings) #267

Open
rhortal opened this issue Feb 16, 2023 · 1 comment
Open

Base URL ignored (in settings) #267

rhortal opened this issue Feb 16, 2023 · 1 comment

Comments

@rhortal
Copy link

rhortal commented Feb 16, 2023

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

Please complete the following information

  • Installation Type: [Docker]
  • Have you tried using the latest docker image / code base [yes]

Describe the bug
I have set a Base URL in settings. https://name.tld/podgrab
I have set a redirect in apache
</Location podgrab>
ProxyPass IP:port
ProxyPassReverse IP:port

Visiting https://name.tld/podgrab shows a page with some content and no style
Clicking on any link sends me to https://name.tld/link, generating a 404 page not found

To Reproduce
Steps to reproduce the behavior:

  1. Set a Base URL in settings. https://name.tld/podgrab
  2. Set a redirect in apache
    </Location podgrab>
    ProxyPass IP:port
    ProxyPassReverse IP:port
  3. Visit https://name.tld/podgrab
  4. Instead of the podgrab UI, you get a page with some content and no style. Additionally, clicking on any link sends you to https://name.tld/link, generating a 404 page not found

Expected behavior
Podgrab is available and functional at the URL https://name.tld/podgrab

Additional context
Debian host, using Docker Compose, Apache webserver on a different machine set up to proxy a subdomain

@rhortal rhortal changed the title Base URL ignored (set in settings) Base URL ignored (in settings) Feb 16, 2023
@SamTV12345
Copy link

This works with https://github.com/SamTV12345/PodFetch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants