ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
234 stars 79 forks source link

Mobile app? #60

Closed TekExplorer closed 4 years ago

TekExplorer commented 4 years ago

how would i add the mobile app addon? for that matter, how would i add any addon to the panel so that if i docker-compose -d up its still there?

ccarney16 commented 4 years ago

the mobile addon is not included. I have decided to keep the panel plain with this container setup. In order to add it, you would need to build the panel docker file with an additional run statement.

TekExplorer commented 4 years ago

Okay, how would I do that?

ccarney16 commented 4 years ago

I have never worked with the mobile app, but it appears to be a dependency install. I might suggest looking up the mobile app addon and look at how to install it, then apply it to the dockerfile. I have never worked with this, so I cant really help on the matter.

TekExplorer commented 4 years ago

It's only a couple of commands >> pterodactyl.cloud

I just don't know how to make my own docker...

TekExplorer commented 4 years ago

No worries, I got it working