mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[PR #1219] [MERGED] Added checks for port 80 and 443 #2477
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/1219
Author: @aclfe
Created: 8/5/2025
Status: ✅ Merged
Merged: 8/6/2025
Merged by: @oschwartz10612
Base:
main← Head:port-check80443📝 Commits (1)
c0c8edbAdded 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.