This is an egg dedicated to NodeJS bot hosting (discord.js & nodejs) on pterodactyl panel.
Docker image: https://hub.docker.com/r/5140/discord-egg
Github Repository https://github.com/stanislasbdx/pterodactyl-egg-discord
Docker image used: https://hub.docker.com/_/node
An issue ? A suggestion ? DM me on discord (stan1712) !
Important
If you run on ARM system, go check Mizari's project, or you won't be able to use this and be sad 😓 (here's what you can expect).
To install this egg :
- Go into Admin panel
- Go to "Nests"
- Click "Import Egg"
- Choose the .json file named "egg-discordjs"
- And import !
To use it, just create a server with this egg in the "Nest Configuration" section.
By default when creating a server, the docker image will be the latest (stable), but you can choose the others proposed in the list or use your custom one (you won't get support tho).
latest
: Stable tag with active LTS Node Versionsnapshot
: Development tag with a bit of chaos sometimes (may not work too)node-xx
: Tag for each supported NodeJS version
In addition you can choose from where to get the default project files like index.js and package.json.
Default value : https://raw.githubusercontent.com/stanislasbdx/pterodactyl-egg-discord/refs/heads/master/
You can build the docker image with the LTS Node version, or a specific version.
podman build .
# To build in specific Node version
podman build --build-arg NODE_VERSION=18 .