diff --git a/README.md b/README.md index de12d5f..9208ac3 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,92 @@ # 🎮 Pterodactyl Eggs +> A collection of eggs for Pterodactyl and Gitea panels + +--- + +## 📋 Eggs List + +| Game | Description | File | +|------|-------------|------| +| 🧱 Garry's Mod | SandBox game by Facepunch Studios | [egg-garrys-mod-x64-github.json](./egg-garrys-mod-x64-github.json) | + +--- + +## 🚀 Installation + +### Via Gitea +```bash +# Clone repository +git clone https://gitea.refoseltw.ru/RefoselTeamWork/pterodactyl-eggs.git +``` + +### Import to Pterodactyl +1. Download the JSON file for the desired egg +2. Go to Admin → Eggs +3. Click "Import Egg" +4. Upload the JSON file + +### Via wget +```bash +wget -O egg-garrys-mod-x64-github.json https://gitea.refoseltw.ru/RefoselTeamWork/pterodactyl-eggs/raw/branch/master/egg-garrys-mod-x64-github.json +``` + +--- + +## 🐳 Docker Images + +Our eggs use Docker images from our registry: + +``` +gitea.refoseltw.ru/rtw/games:source +``` + +--- + +## 📚 Original Repository + +This eggs are based on [pterodactyl/eggs](https://github.com/pterodactyl/eggs) + +--- + +## 👥 Authors + +- **RefoselTeamWork** - [refoseltw.ru](https://refoseltw.ru) + +--- + +## 📝 License + +MIT License - see [LICENSE](LICENSE) file + +--- + +