mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Configurable docker networks #13
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?
Originally created by @iamkubi on GitHub (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.
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.
@lancepioch commented on GitHub (Feb 2, 2025):
Not on the radar.