mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 12:45:54 +03:00
[GH-ISSUE #50] Coterm Does Not Support Multiple Nodes #33
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @ericwang401 on GitHub (Nov 6, 2023).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/50
Current Behavior
One instance of Coterm can only be set to proxy one node for now.
Expected Behavior
Coterm should be able to be used for multiple nodes. The reason it is limited to one node is because Coterm only accepts 1 set of credentials and every node generates their own set of credentials.
In order to make Coterm support multiple nodes, nodes should share Coterm credentials instead of each generating their own unique credentials.
A new table in the database can be created to house all the instances of Coterm, and if a node has Coterm enabled, it is simply linked to one of the available Coterm instances in the Coterm table through a Has-One relationship.
Steps to Reproduce
N/A
Screenshots
No response
Proxmox OS Version
N/A
Operating System
N/A
Browser
N/A
Additional Context
No response
Panel Version
N/A
Error Logs
Is there an existing issue for this?