Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable docker networks #117

Open
iamkubi opened this issue Apr 19, 2024 · 0 comments
Open

Configurable docker networks #117

iamkubi opened this issue Apr 19, 2024 · 0 comments
Labels
✨ feature New feature 🔴 hard Fairly difficult
Milestone

Comments

@iamkubi
Copy link
Contributor

iamkubi commented Apr 19, 2024

Add the ability to create docker networks and assign servers to them. Currently all servers are created on a single docker network which can cause security issues for things like Minecraft networks.

  • UI in the Node admin for managing Docker networks
  • Wings APIs for managing networks
  • Panel APIs for managing networks

By default Docker can only create 29 networks which seems a little low to me. This can be adjusted by providing additional internal IP subnets to the Docker config, but we can just document that under advanced configuration.

Due to this limit on networks I don't think network creation should be exposed to end users. Admins will need to create networks and add servers to networks and advanced users will be able to do this with the API.

As a future improvement we might allow users to create and manage their own networks with limits, similar to how user assigned additional allocations work.

@iamkubi iamkubi added the ✨ feature New feature label Apr 19, 2024
@iamkubi iamkubi self-assigned this Apr 19, 2024
@lancepioch lancepioch added the 🔴 hard Fairly difficult label May 17, 2024
@iamkubi iamkubi removed their assignment Jun 12, 2024
@lancepioch lancepioch added this to the 1.1 milestone Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature 🔴 hard Fairly difficult
Projects
None yet
Development

No branches or pull requests

2 participants