[PR #1219] [MERGED] Added checks for port 80 and 443 #2477

Closed
opened 2026-04-16 09:25:48 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1219
Author: @aclfe
Created: 8/5/2025
Status: Merged
Merged: 8/6/2025
Merged by: @oschwartz10612

Base: mainHead: port-check80443


📝 Commits (1)

  • c0c8edb Added checks for port 80 and 443

📊 Changes

1 file changed (+30 additions, -0 deletions)

View changed files

📝 install/main.go (+30 -0)

📄 Description

In my issue #1203, I noticed there was a problem when ports 80 and 443 were already in use. This caused the docker containers to be created but not running

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

Just made the script halt at the beginning if it sees that different ports are occupied

How to test?

Run the installer

Fixes #1203


🔄 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/1219 **Author:** [@aclfe](https://github.com/aclfe) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/6/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `port-check80443` --- ### 📝 Commits (1) - [`c0c8edb`](https://github.com/fosrl/pangolin/commit/c0c8edb9d10e8adf584f3b1c2dea442e55659218) Added checks for port 80 and 443 ### 📊 Changes **1 file changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `install/main.go` (+30 -0) </details> ### 📄 Description In my issue #1203, I noticed there was a problem when ports 80 and 443 were already in use. This caused the docker containers to be created but not running ## 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 Just made the script halt at the beginning if it sees that different ports are occupied ## How to test? Run the installer Fixes #1203 --- <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 2026-04-16 09:25:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2477