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

[Enhancement]: Support web redirects for server url #383

Closed
kymahi opened this issue Sep 14, 2022 · 3 comments
Closed

[Enhancement]: Support web redirects for server url #383

kymahi opened this issue Sep 14, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@kymahi
Copy link

kymahi commented Sep 14, 2022

Is your feature request related to a problem? Please describe.

I have a dynamic DNS service set up to point to my home server IP. I have a web redirect to point a subdomain
(e.g. audiobooks.[mydomain].com) to the correct port of my home server. Entering the url to connect to my
server does not resolve to my home IP:port, but just says, "Failed to ping server".

Describe the solution you'd like

I'd like the app to fully resolve the web redirect to whatever IP my dynamic DNS service points to, so if my
home IP changes, I can always connect from my web redirected URL.

@kymahi kymahi added the enhancement New feature or request label Sep 14, 2022
@advplyr
Copy link
Owner

advplyr commented Sep 15, 2022

I'm not really sure what you mean. The app just makes a request to the http address you enter, there isn't much to it.

It sounds like you may be setting up a reverse proxy in which case subdirectories are not supported yet. See advplyr/audiobookshelf#385

@advplyr advplyr closed this as completed Feb 4, 2023
@hobesman
Copy link

hobesman commented Feb 4, 2023

Just to clarify: I think advplayer meant to say subdirectories are not supported yet. Subdomains should work fine so likely something else was going wrong.

@advplyr
Copy link
Owner

advplyr commented Feb 4, 2023

@hobesman Thank you! Fixed

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

No branches or pull requests

3 participants