mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-16 20:00:21 -05:00
[PR #1212] [MERGED] make IPv6 optional during install #993
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
dev← Head:IPv6_optional📝 Commits (3)
961008bfix: adapt nix run command07b8652Merge pull request #1196 from confusedalex/fix-nix664dbf3make 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.