Would be helpful to be able to add a local and remote server address #740

Closed
opened 2026-04-24 23:36:23 +02:00 by adam · 2 comments
Owner

Originally created by @c-hri-s on GitHub (Oct 26, 2023).

I have my audiobookshelf server hosted at audiobookshelf.domain.com which I've added to the iOS mobile app.
When I'm downloading books to the phone, or when I'm streaming at home, the connection is going out via the internet and back, meaning it's slower.

I wondered if it would be possible to add a local server address for use when on home wifi (192.168..x.x:13378 for example), but use an alternative when that isn't reachable (audiobookshelf.domain.com for example)

I'd considered adding a local DNS entry to my router to redirect audiobookshelf.domain.com to 192.168.x.x, but because the local address uses port :13378 (running the server on docker) and the remote address just uses standard 443, this isn't possible.

Originally created by @c-hri-s on GitHub (Oct 26, 2023). I have my audiobookshelf server hosted at audiobookshelf.domain.com which I've added to the iOS mobile app. When I'm downloading books to the phone, or when I'm streaming at home, the connection is going out via the internet and back, meaning it's slower. I wondered if it would be possible to add a local server address for use when on home wifi (192.168..x.x:13378 for example), but use an alternative when that isn't reachable (audiobookshelf.domain.com for example) I'd considered adding a local DNS entry to my router to redirect audiobookshelf.domain.com to 192.168.x.x, but because the local address uses port :13378 (running the server on docker) and the remote address just uses standard 443, this isn't possible.
adam added the enhancement label 2026-04-24 23:36:23 +02:00
adam closed this issue 2026-04-24 23:36:23 +02:00
Author
Owner

@nichwall commented on GitHub (Oct 26, 2023):

Duplicate of https://github.com/advplyr/audiobookshelf-app/issues/209

@nichwall commented on GitHub (Oct 26, 2023): Duplicate of https://github.com/advplyr/audiobookshelf-app/issues/209
Author
Owner

@advplyr commented on GitHub (Oct 26, 2023):

Duplicate of #209

@advplyr commented on GitHub (Oct 26, 2023): Duplicate of #209
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#740