Update README.md

This commit is contained in:
denis 2024-10-28 17:29:53 -04:00
parent 987251c448
commit b878e22616

View file

@ -3,22 +3,22 @@ N.B.: This README was automatically generated by <https://github.com/YunoHost/ap
It shall NOT be edited by hand.
-->
# Pterodactyl for YunoHost
# 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)
[![Install Pterodactyl with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
[![Install Pelican with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pelican)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Pterodactyl quickly and simply on a YunoHost server.*
> *This package allows you to install Pelican quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## 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.
**Shipped version:** 1.11.9~ynh1
**Shipped version:** 1.0.0-beta11~ynh1
## Screenshots
@ -26,22 +26,22 @@ Pterodactyl® is a free, open-source game server management panel built with PHP
## Documentation and resources
- Official app website: <https://pterodactyl.io/>
- Official admin documentation: <https://pterodactyl.io/project/introduction.html>
- Upstream app code repository: <https://github.com/pterodactyl/panel>
- 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>
- Report a bug: <https://git.qilk.de/denis/pterodactyl_ynh/issues>
- Report a bug: <https://git.qilk.de/denis/pelican_ynh/issues>
## Developer info
Please send your pull request to the [`master` branch](https://git.qilk.de/denis/pterodactyl_ynh).
Please send your pull request to the [`master` branch](https://git.qilk.de/denis/pelican_ynh).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://git.qilk.de/denis/pterodactyl_ynh
sudo yunohost app install https://git.qilk.de/denis/pelican_ynh
or
sudo yunohost app upgrade pterodactyl -u https://git.qilk.de/denis/pterodactyl_ynh
sudo yunohost app upgrade pterodactyl -u https://git.qilk.de/denis/pelican_ynh
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>