[PR #423] [MERGED] Allowed the configuration of a "HOST" parameter to enable ipv6 support. #3345

Closed
opened 2026-04-25 00:15:17 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/423
Author: @Quietus
Created: 3/17/2022
Status: Merged
Merged: 3/17/2022
Merged by: @advplyr

Base: masterHead: configurablehost


📝 Commits (2)

  • d561a48 Allowed the configuration of a "HOST" parameter to enable ipv6 support.
  • e36c31c Add HOST config for docker and debian

📊 Changes

4 files changed (+14 additions, -8 deletions)

View changed files

📝 build/debian/DEBIAN/preinst (+5 -2)
📝 index.js (+2 -1)
📝 prod.js (+4 -2)
📝 server/Server.js (+3 -3)

📄 Description

My local network runs mostly on ipv6, so I would like to be able to adjust the listening host (to "::" for me) to enable the server to listen on both ipv4 and v6. This also allows people to limit the server to listen on specific IPs if needed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/423 **Author:** [@Quietus](https://github.com/Quietus) **Created:** 3/17/2022 **Status:** ✅ Merged **Merged:** 3/17/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `configurablehost` --- ### 📝 Commits (2) - [`d561a48`](https://github.com/advplyr/audiobookshelf/commit/d561a48229c37e34ae2f50978a415f77e3cd97af) Allowed the configuration of a "HOST" parameter to enable ipv6 support. - [`e36c31c`](https://github.com/advplyr/audiobookshelf/commit/e36c31c5e77ec51422054d42186ede85d1a03271) Add HOST config for docker and debian ### 📊 Changes **4 files changed** (+14 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `build/debian/DEBIAN/preinst` (+5 -2) 📝 `index.js` (+2 -1) 📝 `prod.js` (+4 -2) 📝 `server/Server.js` (+3 -3) </details> ### 📄 Description My local network runs mostly on ipv6, so I would like to be able to adjust the listening host (to "::" for me) to enable the server to listen on both ipv4 and v6. This also allows people to limit the server to listen on specific IPs if needed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:15:17 +02:00
adam closed this issue 2026-04-25 00:15:17 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3345