Welcome to the HostZen Eggs repository. This repository contains various "eggs" based on the Nest Egg structure. Each egg is organized into folders and includes necessary files for installation and documentation.
Each egg is organized as follows:
/<egg-category>/
/<egg-name>/
- egg.json
- install.sh
- README.md
/minecraft/
/java/
- egg.json
- install.sh
- README.md
Each egg contains the following files:
egg.json
: Configuration/import file for the egg. (Pterodactyl based panels)install.sh
: Shell script that runs when a new container with this egg is made.README.md
: Documentation explaining the purpose of the egg and the Docker images used.
Thank you for using HostZen!