mirror of
https://github.com/JonasunderscoreJones/McWebserver.git
synced 2025-10-23 11:29:19 +02:00
Updated README to be synced across platforms
This commit is contained in:
parent
3c3e142f77
commit
3dfc6546fa
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
||||||
# McWebserver
|
# McWebserver
|
||||||
|
|
||||||
## About the mod
|
### About the mod
|
||||||
This mod runs a simple HTTP server alongside the minecraft server in seperate threads.
|
This mod runs a simple HTTP server alongside the minecraft server in seperate threads.
|
||||||
|
The mod allows You to host websites, share files and Server Backups directly from your server without the need of a seperate server setup. Adjust the port and design your website.
|
||||||
|
|
||||||
|
The http server has up to no performance impact on the server on idle and only slightly affects it for a short amount of time (usually a couple milliseconds) when a user visits the website or requests a file.
|
||||||
|
|
||||||
|
Currently no ssl encryption is implemented yet and therefore HTTPS isn't possible, but it's coming soon(TM).
|
||||||
|
A Forge port is also on the way.
|
||||||
|
|
||||||
### Warning
|
### Warning
|
||||||
If used wrongly this mod can be a security risk for your server and all devices connected to the network that your server is in.
|
If used wrongly this mod can be a security risk for your server and all devices connected to the network that your server is in.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue