Updated External WebServer Use (markdown)

Risto Lahtela 2021-03-23 20:17:28 +02:00
parent 9345caa4ae
commit 27a4904217
1 changed files with 15 additions and 3 deletions

@ -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