[PR #1212] [MERGED] make IPv6 optional during install #993

Closed
opened 2025-11-13 12:15:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1212
Author: @Xentrice
Created: 8/4/2025
Status: Merged
Merged: 8/6/2025
Merged by: @oschwartz10612

Base: devHead: IPv6_optional


📝 Commits (3)

  • 961008b fix: adapt nix run command
  • 07b8652 Merge pull request #1196 from confusedalex/fix-nix
  • 664dbf3 make IPv6 optional during install

📊 Changes

4 files changed (+6 additions, -3 deletions)

View changed files

📝 install/config/docker-compose.yml (+1 -1)
📝 install/input.txt (+1 -0)
📝 install/main.go (+2 -0)
📝 src/app/[orgId]/settings/sites/create/page.tsx (+2 -2)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Following #1111 and #1184.
Installer now asks whether the server is IPv6 capable. Does not disable IPv6 if user choses no, just doesn't enable the IPv6 network for docker. IPv6 connections will still succeed, but will get NATed to the Docker internal IPv4 address.
If needed, this can be changed to actually disable IPv6, for example by changing the Gerbil ports from 443:443 to 0.0.0.0:443:443 conditionally.

How to test?

Test the install with both "yes" and "no".
"enable_ipv6 = true" should be included respectively not included in the docker-compose.yml


🔄 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/fosrl/pangolin/pull/1212 **Author:** [@Xentrice](https://github.com/Xentrice) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `IPv6_optional` --- ### 📝 Commits (3) - [`961008b`](https://github.com/fosrl/pangolin/commit/961008bbe16ccb6538bb2cda524ba0262ac49bdf) fix: adapt nix run command - [`07b8652`](https://github.com/fosrl/pangolin/commit/07b86521a500f1a4c295f5ec37a41564beb72dac) Merge pull request #1196 from confusedalex/fix-nix - [`664dbf3`](https://github.com/fosrl/pangolin/commit/664dbf3f4c00a45a9487ee9d4e2cac8af0675c66) make IPv6 optional during install ### 📊 Changes **4 files changed** (+6 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `install/config/docker-compose.yml` (+1 -1) 📝 `install/input.txt` (+1 -0) 📝 `install/main.go` (+2 -0) 📝 `src/app/[orgId]/settings/sites/create/page.tsx` (+2 -2) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Following #1111 and #1184. Installer now asks whether the server is IPv6 capable. Does not disable IPv6 if user choses no, just doesn't enable the IPv6 network for docker. IPv6 connections will still succeed, but will get NATed to the Docker internal IPv4 address. If needed, this can be changed to actually disable IPv6, for example by changing the Gerbil ports from 443:443 to 0.0.0.0:443:443 conditionally. ## How to test? Test the install with both "yes" and "no". "enable_ipv6 = true" should be included respectively not included in the docker-compose.yml --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-13 12:15:39 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#993