1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00
This commit is contained in:
Éric Gaspar 2023-01-15 16:29:10 +01:00
parent 29ec04b4c7
commit c84711cddf
4 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,6 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_set_header X-Real-IP $remote_addr;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
@ -8,5 +9,5 @@ location __PATH__/ {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header X-Nginx-Proxy true;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://localhost:__PORT__;
proxy_pass http://127.0.0.1:__PORT__;
}

View file

@ -0,0 +1 @@
PufferPanel is an open source game server management panel designed to be easy to use and easy to install. PufferPanel supports Minecraft, Forge, Spigot, Sponge, Source Dedicated Servers, BungeeCord, PocketMine, Forge, and much more.

View file

@ -1 +1 @@
- Admin username minimum length is 5
- Admin username minimum length is five characters.

View file

@ -3,7 +3,9 @@
"id": "pufferpanel",
"packaging_format": 1,
"description": {
"en": "Web-based Game Server Management System."
"en": "Web-based Game Server Management System",
"fr": "Système de gestion de serveur de jeu"
},
"version": "2.4.0~ynh1",
"url": "https://www.pufferpanel.com/",
@ -19,7 +21,7 @@
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [