3.5 KiB
3.5 KiB
Application Pterodactyl pour Yunohost
Pterodactyl Panel
Ce package vous permet d'installer REPLACEBYYOURAPP rapidement et simplement sur un serveur Yunohost.
Si vous n'avez pas YunoHost, regardez ici pour savoir comment l'installer et en profiter.
Version de Pterodactyl : 0.7.12
Screenshots
Demo
- Pterodactyl demo Merci de noter qu'il s'agit de la démo officielle de Pterodactyl, elle n'est pas hébergée sur un serveur YunoHost
Installing guide
Cette application peut être installée par l'interface administrateur de YunoHost ou en effectuant la commande suivante:
$ sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh
Après l'installation:
1. Connectez-vous au panel
2. Créez une location
3. Créez un node
4. Copiez la configuration (core.json) pour le node créé en 3.
5. Modifiez core.json
$ sudo nano /srv/daemon/config/core.json
6. Modifiez les chemins des certificats SSL Yunohost.
$ /etc/yunohost/certs/yourDomain.tld/crt.pem = SSL Certificate
$ /etc/yunohost/certs/yourDomain.tld/key.pem = SSL Key
7. Démarrez le service Wings
$ sudo systemctl start wings
Mettre à jour:
$ sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh
Documentation
- Documentation officielle: https://pterodactyl.io
Fonctionnalités Yunohost
Support du multi-utilisateurs
Pterodactyl ne supporte pas le LDAP pour l'instant #594, cette application n'est donc pas synchronisée avec la base d'utilisateurs Yunohost.
Architectures supportées
Limitations
- LDAP ne fonctionne pas pour l'instant
- Vous devrez manuellement ouvrir les ports si vous voulez plusieurs daemons/nodes.
Liens
- Rapporter un bug: https://github.com/YunoHost-Apps/pterodactyl_ynh/issues
- Pterodactyl: https://pterodactyl.io
- Repo Pterodactyl: https://github.com/pterodactyl/
- YunoHost: https://yunohost.org/
Developers info
Merci de faire vos PR sur la branche develop.
Pour essayer la branche testing, effectuez ces commandes :
sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/develop --debug
or
sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh/tree/develop --debug