readme stuff
This commit is contained in:
parent
c006ffdd48
commit
8b88309607
10 changed files with 29 additions and 380 deletions
|
@ -1,11 +0,0 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lea el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||
- [Lees de README in het Nederlands](README_nl.md)
|
||||
- [Прочитать README на русский](README_ru.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
13
README.md
13
README.md
|
@ -1,11 +1,6 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Pelican for YunoHost
|
||||
|
||||
[![Integration level](https://dash.yunohost.org/integration/pterodactyl.svg)](https://ci-apps.yunohost.org/ci/apps/pterodactyl/) ![Working status](https://ci-apps.yunohost.org/ci/badges/pterodactyl.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/pterodactyl.maintain.svg)
|
||||
[![Integration level](https://dash.yunohost.org/integration/pelican.svg)](https://ci-apps.yunohost.org/ci/apps/pelican/) ![Working status](https://ci-apps.yunohost.org/ci/badges/pelican.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/pelican.maintain.svg)
|
||||
|
||||
[![Install Pelican with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pelican)
|
||||
|
||||
|
@ -16,20 +11,20 @@ It shall NOT be edited by hand.
|
|||
|
||||
## Overview
|
||||
|
||||
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
Pelican® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pelican runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
|
||||
**Shipped version:** 1.0.0-beta13~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
![Screenshot of Pterodactyl](./doc/screenshots/example.jpg)
|
||||
![Screenshot of Pelican](./doc/screenshots/example.jpg)
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
- Official app website: <https://pelican.dev>
|
||||
- Official admin documentation: <https://pelican.dev/docs/panel/getting-started>
|
||||
- Upstream app code repository: <https://github.com/pelican-dev/panel>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/pterodactyl>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/pelican>
|
||||
- Report a bug: <https://git.qilk.de/denis/pelican_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
47
README_es.md
47
README_es.md
|
@ -1,47 +0,0 @@
|
|||
<!--
|
||||
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
No se debe editar a mano.
|
||||
-->
|
||||
|
||||
# Pterodactyl para Yunohost
|
||||
|
||||
[![Nivel de integración](https://dash.yunohost.org/integration/pterodactyl.svg)](https://ci-apps.yunohost.org/ci/apps/pterodactyl/) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/pterodactyl.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/pterodactyl.maintain.svg)
|
||||
|
||||
[![Instalar Pterodactyl con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
|
||||
|
||||
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
||||
|
||||
> *Este paquete le permite instalarPterodactyl rapidamente y simplement en un servidor YunoHost.*
|
||||
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
||||
|
||||
## Descripción general
|
||||
|
||||
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
|
||||
**Versión actual:** 1.11.7~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
![Captura de Pterodactyl](./doc/screenshots/example.jpg)
|
||||
|
||||
## Documentaciones y recursos
|
||||
|
||||
- Sitio web oficial: <https://pterodactyl.io/>
|
||||
- Documentación administrador oficial: <https://pterodactyl.io/project/introduction.html>
|
||||
- Repositorio del código fuente oficial de la aplicación : <https://github.com/pterodactyl/panel>
|
||||
- Catálogo YunoHost: <https://apps.yunohost.org/app/pterodactyl>
|
||||
- Reportar un error: <https://github.com/YunoHost-Apps/pterodactyl_ynh/issues>
|
||||
|
||||
## Información para desarrolladores
|
||||
|
||||
Por favor enviar sus correcciones a la [rama `testing`](https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing).
|
||||
|
||||
Para probar la rama `testing`, sigue asÍ:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
o
|
||||
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|
47
README_eu.md
47
README_eu.md
|
@ -1,47 +0,0 @@
|
|||
<!--
|
||||
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||||
EZ editatu eskuz.
|
||||
-->
|
||||
|
||||
# Pterodactyl YunoHost-erako
|
||||
|
||||
[![Integrazio maila](https://dash.yunohost.org/integration/pterodactyl.svg)](https://ci-apps.yunohost.org/ci/apps/pterodactyl/) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/pterodactyl.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/pterodactyl.maintain.svg)
|
||||
|
||||
[![Instalatu Pterodactyl YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
|
||||
|
||||
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||||
|
||||
> *Pakete honek Pterodactyl YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||||
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||||
|
||||
## Aurreikuspena
|
||||
|
||||
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
|
||||
**Paketatutako bertsioa:** 1.11.7~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
![Pterodactyl(r)en pantaila-argazkia](./doc/screenshots/example.jpg)
|
||||
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://pterodactyl.io/>
|
||||
- Administratzaileen dokumentazio ofiziala: <https://pterodactyl.io/project/introduction.html>
|
||||
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/pterodactyl/panel>
|
||||
- YunoHost Denda: <https://apps.yunohost.org/app/pterodactyl>
|
||||
- Eman errore baten berri: <https://github.com/YunoHost-Apps/pterodactyl_ynh/issues>
|
||||
|
||||
## Garatzaileentzako informazioa
|
||||
|
||||
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing).
|
||||
|
||||
`testing` abarra probatzeko, ondorengoa egin:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
edo
|
||||
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|
56
README_fr.md
56
README_fr.md
|
@ -1,48 +1,42 @@
|
|||
<!--
|
||||
Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Il NE doit PAS être modifié à la main.
|
||||
-->
|
||||
# Pelican pour YunoHost
|
||||
|
||||
# Pterodactyl pour YunoHost
|
||||
[ ![Niveau d'intégration](https://dash.yunohost.org/integration/pelican.svg)](https://ci-apps.yunohost.org/ci/apps/pelican/) ![Statut de travail](https://ci-apps.yunohost.org/ci/badges/pelican.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/pelican.maintain.svg)
|
||||
|
||||
[![Niveau d’intégration](https://dash.yunohost.org/integration/pterodactyl.svg)](https://ci-apps.yunohost.org/ci/apps/pterodactyl/) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/pterodactyl.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/pterodactyl.maintain.svg)
|
||||
[ ![Installer Pelican avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pelican)
|
||||
|
||||
[![Installer Pterodactyl avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
|
||||
> *Ce paquetage vous permet d'installer Pelican rapidement et simplement sur un serveur YunoHost.*
|
||||
> *Si vous n'avez pas YunoHost, veuillez consulter [le guide](https://yunohost.org/install) pour savoir comment l'installer.*
|
||||
|
||||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||
## Vue d'ensemble
|
||||
|
||||
> *Ce package vous permet d’installer Pterodactyl rapidement et simplement sur un serveur YunoHost.*
|
||||
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
||||
Pelican® est un panneau de gestion de serveur de jeu gratuit et open-source construit avec PHP, React et Go. Conçu avec la sécurité à l'esprit, Pelican fait tourner tous les serveurs de jeux dans des conteneurs Docker isolés tout en exposant une interface utilisateur belle et intuitive aux utilisateurs finaux.
|
||||
|
||||
## Vue d’ensemble
|
||||
**Version livrée:** 1.0.0-beta13~ynh1
|
||||
|
||||
Ceci est une fausse description des fonctionalités de l'app
|
||||
## Captures d'écran
|
||||
|
||||
![Capture d'écran de Pelican](./doc/screenshots/example.jpg)
|
||||
|
||||
**Version incluse :** 1.11.7~ynh1
|
||||
## Documentation et ressources
|
||||
|
||||
## Captures d’écran
|
||||
- Site officiel de l'application : <https://pelican.dev>
|
||||
- Documentation officielle de l'administrateur : <https://pelican.dev/docs/panel/getting-started>
|
||||
- Dépôt de code de l'application en amont : <https://github.com/pelican-dev/panel>
|
||||
- Magasin YunoHost : <https://apps.yunohost.org/app/pelican>
|
||||
- Signaler un bogue : <https://git.qilk.de/denis/pelican_ynh/issues>
|
||||
|
||||
![Capture d’écran de Pterodactyl](./doc/screenshots/example.jpg)
|
||||
## Info développeur
|
||||
|
||||
## Documentations et ressources
|
||||
Veuillez envoyer votre pull request à la branche [`master` branch] (https://git.qilk.de/denis/pelican_ynh).
|
||||
|
||||
- Site officiel de l’app : <https://pterodactyl.io/>
|
||||
- Documentation officielle de l’admin : <https://pterodactyl.io/project/introduction.html>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/pterodactyl/panel>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/pterodactyl>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/pterodactyl_ynh/issues>
|
||||
Pour essayer la branche `testing`, veuillez procéder comme suit :
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche `testing`, procédez comme suit :
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
``bash
|
||||
sudo yunohost app install https://git.qilk.de/denis/pelican_ynh
|
||||
ou
|
||||
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
sudo yunohost app upgrade pelican -u https://git.qilk.de/denis/pelican_ynh
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d'infos sur le packaging de l'application:** <https://yunohost.org/packaging_apps>
|
||||
|
||||
Traduit avec DeepL.com (version gratuite)
|
||||
|
|
47
README_gl.md
47
README_gl.md
|
@ -1,47 +0,0 @@
|
|||
<!--
|
||||
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
NON debe editarse manualmente.
|
||||
-->
|
||||
|
||||
# Pterodactyl para YunoHost
|
||||
|
||||
[![Nivel de integración](https://dash.yunohost.org/integration/pterodactyl.svg)](https://ci-apps.yunohost.org/ci/apps/pterodactyl/) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/pterodactyl.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/pterodactyl.maintain.svg)
|
||||
|
||||
[![Instalar Pterodactyl con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
|
||||
|
||||
*[Le este README en outros idiomas.](./ALL_README.md)*
|
||||
|
||||
> *Este paquete permíteche instalar Pterodactyl de xeito rápido e doado nun servidor YunoHost.*
|
||||
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
||||
|
||||
## Vista xeral
|
||||
|
||||
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
|
||||
**Versión proporcionada:** 1.11.7~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
![Captura de pantalla de Pterodactyl](./doc/screenshots/example.jpg)
|
||||
|
||||
## Documentación e recursos
|
||||
|
||||
- Web oficial da app: <https://pterodactyl.io/>
|
||||
- Documentación oficial para admin: <https://pterodactyl.io/project/introduction.html>
|
||||
- Repositorio de orixe do código: <https://github.com/pterodactyl/panel>
|
||||
- Tenda YunoHost: <https://apps.yunohost.org/app/pterodactyl>
|
||||
- Informar dun problema: <https://github.com/YunoHost-Apps/pterodactyl_ynh/issues>
|
||||
|
||||
## Info de desenvolvemento
|
||||
|
||||
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing).
|
||||
|
||||
Para probar a rama `testing`, procede deste xeito:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|
47
README_id.md
47
README_id.md
|
@ -1,47 +0,0 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# Pterodactyl untuk YunoHost
|
||||
|
||||
[![Tingkat integrasi](https://dash.yunohost.org/integration/pterodactyl.svg)](https://ci-apps.yunohost.org/ci/apps/pterodactyl/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/pterodactyl.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/pterodactyl.maintain.svg)
|
||||
|
||||
[![Pasang Pterodactyl dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang Pterodactyl secara cepat dan mudah pada server YunoHost.*
|
||||
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||||
|
||||
## Ringkasan
|
||||
|
||||
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
|
||||
**Versi terkirim:** 1.11.7~ynh1
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||
![Tangkapan Layar pada Pterodactyl](./doc/screenshots/example.jpg)
|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <https://pterodactyl.io/>
|
||||
- Dokumentasi admin resmi: <https://pterodactyl.io/project/introduction.html>
|
||||
- Depot kode aplikasi hulu: <https://github.com/pterodactyl/panel>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/pterodactyl>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/pterodactyl_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
47
README_nl.md
47
README_nl.md
|
@ -1,47 +0,0 @@
|
|||
<!--
|
||||
NB: Deze README is automatisch gegenereerd door <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Hij mag NIET handmatig aangepast worden.
|
||||
-->
|
||||
|
||||
# Pterodactyl voor Yunohost
|
||||
|
||||
[![Integratieniveau](https://dash.yunohost.org/integration/pterodactyl.svg)](https://ci-apps.yunohost.org/ci/apps/pterodactyl/) ![Mate van functioneren](https://ci-apps.yunohost.org/ci/badges/pterodactyl.status.svg) ![Onderhoudsstatus](https://ci-apps.yunohost.org/ci/badges/pterodactyl.maintain.svg)
|
||||
|
||||
[![Pterodactyl met Yunohost installeren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
|
||||
|
||||
*[Deze README in een andere taal lezen.](./ALL_README.md)*
|
||||
|
||||
> *Met dit pakket kun je Pterodactyl snel en eenvoudig op een YunoHost-server installeren.*
|
||||
> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.*
|
||||
|
||||
## Overzicht
|
||||
|
||||
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
|
||||
**Geleverde versie:** 1.11.7~ynh1
|
||||
|
||||
## Schermafdrukken
|
||||
|
||||
![Schermafdrukken van Pterodactyl](./doc/screenshots/example.jpg)
|
||||
|
||||
## Documentatie en bronnen
|
||||
|
||||
- Officiele website van de app: <https://pterodactyl.io/>
|
||||
- Officiele beheerdersdocumentatie: <https://pterodactyl.io/project/introduction.html>
|
||||
- Upstream app codedepot: <https://github.com/pterodactyl/panel>
|
||||
- YunoHost-store: <https://apps.yunohost.org/app/pterodactyl>
|
||||
- Meld een bug: <https://github.com/YunoHost-Apps/pterodactyl_ynh/issues>
|
||||
|
||||
## Ontwikkelaarsinformatie
|
||||
|
||||
Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing).
|
||||
|
||||
Om de `testing`-branch uit te proberen, ga als volgt te werk:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
of
|
||||
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Verdere informatie over app-packaging:** <https://yunohost.org/packaging_apps>
|
47
README_ru.md
47
README_ru.md
|
@ -1,47 +0,0 @@
|
|||
<!--
|
||||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||||
-->
|
||||
|
||||
# Pterodactyl для YunoHost
|
||||
|
||||
[![Уровень интеграции](https://dash.yunohost.org/integration/pterodactyl.svg)](https://ci-apps.yunohost.org/ci/apps/pterodactyl/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/pterodactyl.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/pterodactyl.maintain.svg)
|
||||
|
||||
[![Установите Pterodactyl с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
|
||||
|
||||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||||
|
||||
> *Этот пакет позволяет Вам установить Pterodactyl быстро и просто на YunoHost-сервер.*
|
||||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||||
|
||||
## Обзор
|
||||
|
||||
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
|
||||
**Поставляемая версия:** 1.11.7~ynh1
|
||||
|
||||
## Снимки экрана
|
||||
|
||||
![Снимок экрана Pterodactyl](./doc/screenshots/example.jpg)
|
||||
|
||||
## Документация и ресурсы
|
||||
|
||||
- Официальный веб-сайт приложения: <https://pterodactyl.io/>
|
||||
- Официальная документация администратора: <https://pterodactyl.io/project/introduction.html>
|
||||
- Репозиторий кода главной ветки приложения: <https://github.com/pterodactyl/panel>
|
||||
- Магазин YunoHost: <https://apps.yunohost.org/app/pterodactyl>
|
||||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/pterodactyl_ynh/issues>
|
||||
|
||||
## Информация для разработчиков
|
||||
|
||||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing).
|
||||
|
||||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
или
|
||||
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|
|
@ -1,47 +0,0 @@
|
|||
<!--
|
||||
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 上的 Pterodactyl
|
||||
|
||||
[![集成程度](https://dash.yunohost.org/integration/pterodactyl.svg)](https://ci-apps.yunohost.org/ci/apps/pterodactyl/) ![工作状态](https://ci-apps.yunohost.org/ci/badges/pterodactyl.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/pterodactyl.maintain.svg)
|
||||
|
||||
[![使用 YunoHost 安装 Pterodactyl](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
|
||||
|
||||
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||||
|
||||
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Pterodactyl。*
|
||||
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||||
|
||||
## 概况
|
||||
|
||||
Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
|
||||
|
||||
**分发版本:** 1.11.7~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
![Pterodactyl 的截图](./doc/screenshots/example.jpg)
|
||||
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <https://pterodactyl.io/>
|
||||
- 官方管理文档: <https://pterodactyl.io/project/introduction.html>
|
||||
- 上游应用代码库: <https://github.com/pterodactyl/panel>
|
||||
- YunoHost 商店: <https://apps.yunohost.org/app/pterodactyl>
|
||||
- 报告 bug: <https://github.com/YunoHost-Apps/pterodactyl_ynh/issues>
|
||||
|
||||
## 开发者信息
|
||||
|
||||
请向 [`testing` 分支](https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing) 发送拉取请求。
|
||||
|
||||
如要尝试 `testing` 分支,请这样操作:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
或
|
||||
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue