mattmalec / Pterodactyl4J

Java wrapper for the API of Pterodactyl
Apache License 2.0
117 stars 30 forks source link

Api support for mounts #70

Closed PedroMPagani closed 1 year ago

PedroMPagani commented 1 year ago

is there any API to mount specific mount to servers?

mattmalec commented 1 year ago

There's no user-facing API in Pterodactyl that supports mounts unfortunately. https://github.com/pterodactyl/panel/blob/develop/routes/api-client.php

PedroMPagani commented 1 year ago

There's no user-facing API in Pterodactyl that supports mounts unfortunately. https://github.com/pterodactyl/panel/blob/develop/routes/api-client.php

Makes sense, do you know any possible way that I could automatically give this to all containers? Maybe with a query on DB depending on how ptero is storing these infos?