pelican for yunohost (mabe)
Find a file
2020-03-29 22:36:34 +02:00
conf Update app.src 2020-03-24 21:03:51 +01:00
scripts Update install 2019-02-22 08:30:35 +01:00
check_process First 2019-01-02 11:26:13 +01:00
LICENSE First 2019-01-02 11:26:13 +01:00
manifest.json Update manifest.json 2020-03-29 22:36:34 +02:00
README.md Update README.md 2019-06-28 16:03:04 +02:00

Pterodactyl app for YunoHost

Pterodactyl Panel

Install Pterodactyl with YunoHost

Installing guide

App can be installed by YunoHost admin web-interface or by running following command:

     $ sudo yunohost app install https://github.com/YunoHost-Apps/pterodactyl_ynh
     
     After install :
     
     1. Login in panel
     2. Create Location
     3. Create Node
     4. Copy configuration node for the core.json
     5. Edit the core.json
     $ sudo nano /srv/daemon/config/core.json
     6. For SSL change folder location for SSL Certificate & SSL Key
     $ /etc/yunohost/certs/yourDomain.tld/crt.pem = SSL Certificate
     $ /etc/yunohost/certs/yourDomain.tld/key.pem = SSL Key
     7. Start wings service
     $ sudo systemctl start wings

Upgrade this package:

    $ sudo yunohost app upgrade pterodactyl -u https://github.com/YunoHost-Apps/pterodactyl_ynh