mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1423] [MERGED] Add separate port field for node connections #1385
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/pelican-dev/panel/pull/1423
Author: @Boy132
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/3/2025
Merged by: @Boy132
Base:
main← Head:boy132/wings-ports📝 Commits (2)
bee6971adddaemon_connectport to backend4565b7dupdate frontend📊 Changes
9 files changed (+77 additions, -15 deletions)
View changed files
📝
app/Console/Commands/Node/MakeNodeCommand.php(+2 -0)📝
app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php(+18 -9)📝
app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php(+16 -3)📝
app/Models/Node.php(+6 -2)📝
app/Services/Servers/TransferServerService.php(+1 -1)📝
database/Factories/NodeFactory.php(+1 -0)➕
database/migrations/2025_06_02_073349_add_daemon_connect_to_nodes.php(+28 -0)📝
lang/en/admin/node.php(+4 -0)📝
lang/en/commands.php(+1 -0)📄 Description
Closes #1373
When using a reverse proxy the port wings listens on (e.g. 8080) and the port used for connecting to wings (e.g. 443) are often different.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.