Expanded Self Hosting documentation and example. authored by Brickgard's avatar Brickgard
......@@ -258,9 +258,21 @@ CopperHelmet:
# Configuration Files
**Self Host Note**
When using the SelfHost options instead of S3 storage you must open the port that you set, and set the AutoSend url to your ip and port. `PublicURL: http://123.456.789:25565`
## Self Hosting
When using SelfHost instead of S3 storage you must open the port that you set, and set the AutoSend url to your IP and port, such as `PublicURL: http://12.34.567.890:8080` seen in the below example:
```yaml
Deployment:
Enabled: true
Type: SELFHOST
SelfHosting:
Port: 8080
AutoSend:
Enabled: true
SendOnUpdate: true # should /mm i generate push the new pack to online players immediately?
PublicURL: http://12.34.567.890:8080
Force: false # If players need to accept the pack to play.
Prompt: "This server requires a resource pack to play!" # The message shown when players join
```
## config-generation.yml
```yaml
......
......