mirror of
https://github.com/YunoHost-Apps/pufferpanel_ynh.git
synced 2024-09-03 20:16:03 +02:00
Fix
This commit is contained in:
parent
29ec04b4c7
commit
c84711cddf
4 changed files with 8 additions and 4 deletions
|
@ -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__;
|
||||
}
|
|
@ -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.
|
|
@ -1 +1 @@
|
|||
- Admin username minimum length is 5
|
||||
- Admin username minimum length is five characters.
|
|
@ -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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue