[PR #264] [MERGED] Fixed mumble host replace value to support both IPv4 and IPv6 allocations. #664

Closed
opened 2026-02-05 17:50:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/264
Author: @JordanPlayz158
Created: 5/22/2024
Status: Merged
Merged: 5/25/2024
Merged by: @lancepioch

Base: mainHead: bugfix/mumble


📝 Commits (2)

  • 41d148c Fixed Mumble Server to listen on all allocations, with 0.0.0.0 it only listens on IPv4 even with IPv6 and IPv4 allocations
  • 52a787a Changed minor things to put it more in line with pelican's json output

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 database/Seeders/eggs/voice-servers/egg-mumble-server.json (+3 -3)

📄 Description

Commit message is descriptive but with last egg, it was hard coded to 0.0.0.0 that only seems to work with IPv4 allocations but when you leave it blank, it supports both IPv4 and IPv6 allocations.

Edit: Should be a way to squash on merge


🔄 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/pelican-dev/panel/pull/264 **Author:** [@JordanPlayz158](https://github.com/JordanPlayz158) **Created:** 5/22/2024 **Status:** ✅ Merged **Merged:** 5/25/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `bugfix/mumble` --- ### 📝 Commits (2) - [`41d148c`](https://github.com/pelican-dev/panel/commit/41d148c7bc23b76014320ec9016527d4c3a734a2) Fixed Mumble Server to listen on all allocations, with 0.0.0.0 it only listens on IPv4 even with IPv6 and IPv4 allocations - [`52a787a`](https://github.com/pelican-dev/panel/commit/52a787a71657e1adb627b67f28c309f4fb88c215) Changed minor things to put it more in line with pelican's json output ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `database/Seeders/eggs/voice-servers/egg-mumble-server.json` (+3 -3) </details> ### 📄 Description Commit message is descriptive but with last egg, it was hard coded to `0.0.0.0` that only seems to work with IPv4 allocations but when you leave it blank, it supports both IPv4 and IPv6 allocations. Edit: Should be a way to squash on merge --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 17:50:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#664