From 4f30ca68a676ef543e0cc33c19c5886c950519d5 Mon Sep 17 00:00:00 2001 From: Jenni <83929921+YeahJenni@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:04:18 +1100 Subject: [PATCH 1/3] Added COMPOSER_ALLOW_SUPERUSER=1 into Panel Upgrade --- panel/1.0/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/1.0/updating.md b/panel/1.0/updating.md index a49c8d89e..d7fbb2272 100644 --- a/panel/1.0/updating.md +++ b/panel/1.0/updating.md @@ -100,7 +100,7 @@ After you've downloaded all of the new files you will need to upgrade the core c simply run the commands below and follow any prompts. ```bash -composer install --no-dev --optimize-autoloader +COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader ``` ### Clear Compiled Template Cache From 706b77edce861d07a6c31b55b421fa521920a770 Mon Sep 17 00:00:00 2001 From: Jenni <83929921+YeahJenni@users.noreply.github.com> Date: Thu, 13 Feb 2025 20:04:58 +1100 Subject: [PATCH 2/3] Added more clarification on 127.0.0.1 allocations Slightly clarified, mentioned that 127.0.0.1 should not be used unless a proxy is in place/user knows what they are doing --- wings/1.0/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wings/1.0/installing.md b/wings/1.0/installing.md index db65b51e7..28edcbcdd 100644 --- a/wings/1.0/installing.md +++ b/wings/1.0/installing.md @@ -174,4 +174,4 @@ Allocation is a combination of IP and Port that you can assign to a server. Each ![example image of node allocations](../../.vuepress/public/node_allocations.png) -Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to see all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations. +Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to see all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations, *unless you know what you are doing/using a [Minecraft Proxy](https://pterodactyl.io/community/games/minecraft.html)*. From 1c56773b08ec506fd25a64c495331e7d85c72cf6 Mon Sep 17 00:00:00 2001 From: Jenni <83929921+YeahJenni@users.noreply.github.com> Date: Sat, 13 Sep 2025 19:28:08 +1000 Subject: [PATCH 3/3] Should be done, changed a bit more --- panel/1.0/updating.md | 2 +- wings/1.0/installing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panel/1.0/updating.md b/panel/1.0/updating.md index d7fbb2272..a49c8d89e 100644 --- a/panel/1.0/updating.md +++ b/panel/1.0/updating.md @@ -100,7 +100,7 @@ After you've downloaded all of the new files you will need to upgrade the core c simply run the commands below and follow any prompts. ```bash -COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader +composer install --no-dev --optimize-autoloader ``` ### Clear Compiled Template Cache diff --git a/wings/1.0/installing.md b/wings/1.0/installing.md index 28edcbcdd..6372d01df 100644 --- a/wings/1.0/installing.md +++ b/wings/1.0/installing.md @@ -174,4 +174,4 @@ Allocation is a combination of IP and Port that you can assign to a server. Each ![example image of node allocations](../../.vuepress/public/node_allocations.png) -Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to see all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations, *unless you know what you are doing/using a [Minecraft Proxy](https://pterodactyl.io/community/games/minecraft.html)*. +Type `hostname -I | awk '{print $1}'` to find the IP to be used for the allocation. Alternatively, you can type `ip addr | grep "inet "` to see all your available interfaces and IP addresses. Do not use 127.0.0.1 for allocations, *unless you know what you are doing, or using some sort of [proxy](https://pterodactyl.io/community/games/minecraft.html) before players join the backend server*.