pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.65k stars 1.68k forks source link

Wings: Adding labels to the network "pterodactyl_nw" #4787

Open simonmicro opened 1 year ago

simonmicro commented 1 year ago

Is there an existing feature request for this?

Describe the feature you would like to see.

While the configuration already allows a great amount of customization of the "pterodactyl_nw" network created upon wings start, it would be useful to also allow label specifications.

The background is, that my nodes are periodically running docker system prune -a -f to clean all unused resources, leading to problems if the wings daemon did not run any container before as its network also gets deleted.

Describe the solution you'd like.

Extending the allowed configuration values to pass in a dictionary of key-values as labels.

Additional context to this request.

No response

Boy132 commented 1 year ago

Duplicate of #4443 ?

matthewpi commented 1 year ago

Duplicate of #4443 ?

No, this is for labels on the network, not containers.