From 1d1fe35f68f68d3ce886cd91148ad4d47360d020 Mon Sep 17 00:00:00 2001 From: James Kerr Date: Wed, 21 Feb 2024 11:50:16 +1300 Subject: [PATCH] Update faq.rst (#53) --- source/faq.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/faq.rst b/source/faq.rst index bd51213..1d34e84 100644 --- a/source/faq.rst +++ b/source/faq.rst @@ -62,3 +62,12 @@ Update the port in ``web.host`` in the panels config (``/etc/pufferpanel/config. Note: The _only_ reason to ever do this, is for handling port conflicts. When you want to have your game panel exposed over the internet, you should **always** `use a reverse proxy to setup TLS `_, to ensure your server remains secure. +Q: Where do I find my servers IP address? +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +PufferPanel will bind to every address on its host system by default, you can find interface addresses on most Linux systems via ``ip a``. If you don't have access to this, you're likely not using a supported platform. + +Q: Can I use GitHub CodeSpaces/I need help with GitHub CodeSpaces. +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +It is against GitHub's TOS to use their services for hosting, consequently, we will not provide any support.