Split README into 2 files
This commit is contained in:
98
README.md
98
README.md
@@ -2,21 +2,16 @@
|
|||||||
|
|
||||||
> A collection of eggs for Pterodactyl and Gitea panels
|
> A collection of eggs for Pterodactyl and Gitea panels
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📋 Eggs List
|
## 📋 Eggs List
|
||||||
|
|
||||||
| Game | Description | File |
|
| Game | Description | File |
|
||||||
|------|-------------|------|
|
|------|-------------|------|
|
||||||
| 🧱 Garry's Mod | SandBox game by Facepunch Studios | [egg-garrys-mod-x64-github.json](./egg-garrys-mod-x64-github.json) |
|
| 🧱 Garry's Mod | SandBox game by Facepunch Studios | [egg-garrys-mod-x64-github.json](./egg-garrys-mod-x64-github.json) |
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🚀 Installation
|
## 🚀 Installation
|
||||||
|
|
||||||
### Via Gitea
|
### Via Gitea
|
||||||
```bash
|
```bash
|
||||||
# Clone repository
|
|
||||||
git clone https://gitea.refoseltw.ru/RefoselTeamWork/pterodactyl-eggs.git
|
git clone https://gitea.refoseltw.ru/RefoselTeamWork/pterodactyl-eggs.git
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -31,115 +26,26 @@ git clone https://gitea.refoseltw.ru/RefoselTeamWork/pterodactyl-eggs.git
|
|||||||
wget -O egg-garrys-mod-x64-github.json https://gitea.refoseltw.ru/RefoselTeamWork/pterodactyl-eggs/raw/branch/master/egg-garrys-mod-x64-github.json
|
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
|
## 🐳 Docker Images
|
||||||
|
|
||||||
Our eggs use Docker images from our registry:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
gitea.refoseltw.ru/rtw/games:source
|
gitea.refoseltw.ru/rtw/games:source
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📚 Original Repository
|
## 📚 Original Repository
|
||||||
|
|
||||||
This eggs are based on [pterodactyl/eggs](https://github.com/pterodactyl/eggs)
|
Based on [pterodactyl/eggs](https://github.com/pterodactyl/eggs)
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 👥 Authors
|
## 👥 Authors
|
||||||
|
|
||||||
- **RefoselTeamWork** - [refoseltw.ru](https://refoseltw.ru)
|
- **RefoselTeamWork** - [refoseltw.ru](https://refoseltw.ru)
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📝 License
|
## 📝 License
|
||||||
|
|
||||||
MIT License - see [LICENSE](LICENSE) file
|
MIT License
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<div align="center">
|
|
||||||
|
|
||||||
**[Website](https://refoseltw.ru)** • **[Discord](https://discord.gg/refoseltw)** • **[Gitea](https://gitea.refoseltw.ru)**
|
**[Website](https://refoseltw.ru)** • **[Discord](https://discord.gg/refoseltw)** • **[Gitea](https://gitea.refoseltw.ru)**
|
||||||
|
|
||||||
*Made with ❤️ by RefoselTeamWork*
|
*Made with ❤️ by RefoselTeamWork*
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
# 🎮 Pterodactyl Eggs
|
|
||||||
|
|
||||||
> Набор яиц (egg) для панелей Pterodactyl и Gitea
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📋 Список яиц
|
|
||||||
|
|
||||||
| Игра | Описание | Файл |
|
|
||||||
|------|----------|------|
|
|
||||||
| 🧱 Garry's Mod | SandBox игра от Facepunch Studios | [egg-garrys-mod-x64-github.json](./egg-garrys-mod-x64-github.json) |
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🚀 Установка
|
|
||||||
|
|
||||||
### Через Gitea
|
|
||||||
```bash
|
|
||||||
# Склонировать репозиторий
|
|
||||||
git clone https://gitea.refoseltw.ru/RefoselTeamWork/pterodactyl-eggs.git
|
|
||||||
```
|
|
||||||
|
|
||||||
### Импорт в Pterodactyl
|
|
||||||
1. Скачайте JSON файл нужного яйца
|
|
||||||
2. Перейдите в Admin → Eggs
|
|
||||||
3. Нажмите "Import Egg"
|
|
||||||
4. Загрузите JSON файл
|
|
||||||
|
|
||||||
### Через 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 образы
|
|
||||||
|
|
||||||
Для работы яиц используются Docker образы из нашего registry:
|
|
||||||
|
|
||||||
```
|
|
||||||
gitea.refoseltw.ru/rtw/games:source
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📚 Оригинальный репозиторий
|
|
||||||
|
|
||||||
Эти яйца основаны на [pterodactyl/eggs](https://github.com/pterodactyl/eggs)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 👥 Авторы
|
|
||||||
|
|
||||||
- **RefoselTeamWork** - [refoseltw.ru](https://refoseltw.ru)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 📝 Лицензия
|
|
||||||
|
|
||||||
MIT License - подробнее в файле [LICENSE](LICENSE)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
<div align="center">
|
|
||||||
|
|
||||||
**[Сайт](https://refoseltw.ru)** • **[Discord](https://discord.gg/refoseltw)** • **[Gitea](https://gitea.refoseltw.ru)**
|
|
||||||
|
|
||||||
*Сделано с ❤️ командой RefoselTeamWork*
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|||||||
51
README_RU.md
Normal file
51
README_RU.md
Normal file
@@ -0,0 +1,51 @@
|
|||||||
|
# 🎮 Pterodactyl Eggs
|
||||||
|
|
||||||
|
> Набор яиц (egg) для панелей Pterodactyl и Gitea
|
||||||
|
|
||||||
|
## 📋 Список яиц
|
||||||
|
|
||||||
|
| Игра | Описание | Файл |
|
||||||
|
|------|----------|------|
|
||||||
|
| 🧱 Garry's Mod | SandBox игра от Facepunch Studios | [egg-garrys-mod-x64-github.json](./egg-garrys-mod-x64-github.json) |
|
||||||
|
|
||||||
|
## 🚀 Установка
|
||||||
|
|
||||||
|
### Через Gitea
|
||||||
|
```bash
|
||||||
|
git clone https://gitea.refoseltw.ru/RefoselTeamWork/pterodactyl-eggs.git
|
||||||
|
```
|
||||||
|
|
||||||
|
### Импорт в Pterodactyl
|
||||||
|
1. Скачайте JSON файл нужного яйца
|
||||||
|
2. Перейдите в Admin → Eggs
|
||||||
|
3. Нажмите "Import Egg"
|
||||||
|
4. Загрузите JSON файл
|
||||||
|
|
||||||
|
### Через 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 образы
|
||||||
|
|
||||||
|
```
|
||||||
|
gitea.refoseltw.ru/rtw/games:source
|
||||||
|
```
|
||||||
|
|
||||||
|
## 📚 Оригинальный репозиторий
|
||||||
|
|
||||||
|
Основано на [pterodactyl/eggs](https://github.com/pterodactyl/eggs)
|
||||||
|
|
||||||
|
## 👥 Авторы
|
||||||
|
|
||||||
|
- **RefoselTeamWork** - [refoseltw.ru](https://refoseltw.ru)
|
||||||
|
|
||||||
|
## 📝 Лицензия
|
||||||
|
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**[Сайт](https://refoseltw.ru)** • **[Discord](https://discord.gg/refoseltw)** • **[Gitea](https://gitea.refoseltw.ru)**
|
||||||
|
|
||||||
|
*Сделано с ❤️ командой RefoselTeamWork*
|
||||||
Reference in New Issue
Block a user