From c84711cddf61c266337af435ad712c39ad2c8f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 15 Jan 2023 16:29:10 +0100 Subject: [PATCH] Fix --- conf/nginx.conf | 3 ++- doc/DESCRIPTION.md | 1 + doc/DISCLAIMER.md | 2 +- manifest.json | 6 ++++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c18a144..0be2d20 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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__; } \ No newline at end of file diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index e69de29..b8bed62 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -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. \ No newline at end of file diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 7be08e5..87d4931 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1 +1 @@ -- Admin username minimum length is 5 \ No newline at end of file +- Admin username minimum length is five characters. \ No newline at end of file diff --git a/manifest.json b/manifest.json index b27dbab..8812392 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [