pterodactyl_ynh/README.md

48 lines
2 KiB
Markdown
Raw Normal View History

2024-10-21 12:53:17 -04:00
<!--
2024-10-21 12:53:21 -04:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2024-10-21 12:53:17 -04:00
It shall NOT be edited by hand.
-->
2024-10-21 12:53:21 -04:00
# Pterodactyl for YunoHost
2024-10-21 12:53:21 -04:00
[![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)
2024-10-21 12:53:21 -04:00
[![Install Pterodactyl with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pterodactyl)
2024-10-21 12:53:21 -04:00
*[Read this README in other languages.](./ALL_README.md)*
2019-01-02 05:26:13 -05:00
2024-10-21 12:53:21 -04:00
> *This package allows you to install Pterodactyl 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.*
2024-10-21 12:53:21 -04:00
## Overview
2024-10-21 12:53:21 -04:00
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.
2024-10-28 16:32:24 -04:00
**Shipped version:** 1.11.9~ynh1
2024-10-21 12:53:17 -04:00
## Screenshots
2024-10-21 12:53:21 -04:00
![Screenshot of Pterodactyl](./doc/screenshots/example.jpg)
2024-10-21 12:53:17 -04:00
## Documentation and resources
2024-10-21 12:53:21 -04:00
- Official app website: <https://pterodactyl.io/>
- Official admin documentation: <https://pterodactyl.io/project/introduction.html>
- Upstream app code repository: <https://github.com/pterodactyl/panel>
- YunoHost Store: <https://apps.yunohost.org/app/pterodactyl>
2024-10-28 16:32:24 -04:00
- Report a bug: <https://git.qilk.de/denis/pterodactyl_ynh/issues>
2024-10-21 12:53:17 -04:00
## Developer info
2024-10-28 16:32:24 -04:00
Please send your pull request to the [`master` branch](https://git.qilk.de/denis/pterodactyl_ynh).
2024-10-21 12:53:21 -04:00
To try the `testing` branch, please proceed like that:
2024-10-21 12:53:17 -04:00
2024-10-21 12:53:21 -04:00
```bash
2024-10-28 16:32:24 -04:00
sudo yunohost app install https://git.qilk.de/denis/pterodactyl_ynh
or
2024-10-28 16:32:24 -04:00
sudo yunohost app upgrade pterodactyl -u https://git.qilk.de/denis/pterodactyl_ynh
```
2024-10-21 12:53:17 -04:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>