From 27a49042171d8da5bdcca95b7a27d3831cae6b68 Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Tue, 23 Mar 2021 20:17:28 +0200 Subject: [PATCH] Updated External WebServer Use (markdown) --- External-WebServer-Use.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/External-WebServer-Use.md b/External-WebServer-Use.md index bb97d0e..d952e9a 100644 --- a/External-WebServer-Use.md +++ b/External-WebServer-Use.md @@ -1,9 +1,21 @@ ![Plan Header](https://puu.sh/AXSg7/5f2f78c06c.jpg) -# External WebServer Use +# External Webserver Use -Plan offers some **limited support** for use with an external WebServer running on the same machine as the minecraft server. (And possibly another machine if network mounted drives are available). Some features are not available on exported website, such as login or query-page. +There are two different ways to use a external webserver: -External webserver support is provided by exporting the html files from the plugin. This way any other webserver can take the files as is. +- [External Webserver Use: web files](https://github.com/plan-player-analytics/Plan/wiki/External-WebServer-Use#external-webserver-use-web-files) +- [External Webserver Use: reverse-proxy](https://github.com/plan-player-analytics/Plan/wiki/External-Webserver-use:-Reverse-proxy) + +Plan offers some support for use with an external webserver running on the same machine as the minecraft server. +If your webserver is on another machine it gets a lot more difficult to set things up, so those cases are not listed on the documentation. + +# External Webserver Use: Web files + +> :warning: **Limited support notice** :warning: +> Not all features in Plan are available on the exported web files, because it is not possible to have them without internal webserver. +> +> - Login functionality is not available +> - Query-page is not available ## Enabling HTML Export