Add mineos hosts

This commit is contained in:
Patrick Toal
2019-06-24 20:14:08 -04:00
parent 579fb7dc87
commit f8b5b7c88c
12 changed files with 425 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
use_https = {{ mineos_use_https }}
socket_host = '0.0.0.0'
socket_port = {{ '%s' % mineos_https_port if mineos_use_https else '%s' % mineos_http_port }}
base_directory = '/var/games/minecraft'
ssl_private_key = '{{ mineos_cert_key }}'
ssl_certificate = '{{ mineos_cert_pem }}'
ssl_cert_chain = '{{ mineos_cert_chain |default("") }}'
server.ssl_module = "builtin"
webui.mask_password = True