readme
This commit is contained in:
parent
4ed8d2f6a0
commit
165728912c
11
README.md
11
README.md
@ -3,7 +3,7 @@ Mail mod for Minetest (webmail component)
|
||||
|
||||
This is the webmail component for the minetest mail mod
|
||||
|
||||
The ingame mod lives here: https://github.com/thomasrudin-mt/mail_mod
|
||||
The ingame mod lives here: https://github.com/minetest-mail/mail_mod
|
||||
|
||||
# Screenshots
|
||||
|
||||
@ -31,11 +31,14 @@ To install and run the webmail server:
|
||||
* run "./start.sh"
|
||||
|
||||
To set up your minetest installation to communicate with the webmail server, edit your "minetest.conf":
|
||||
|
||||
```
|
||||
# enable curl/http on that mod
|
||||
secure.http_mods = mail
|
||||
|
||||
# the url to the webmail server
|
||||
webmail.url = http://127.0.0.1:8080
|
||||
|
||||
# the secret key previously generated (same as in "webmail/start.sh")
|
||||
webmail.key = myserverkey
|
||||
|
||||
@ -43,6 +46,12 @@ webmail.key = myserverkey
|
||||
webmail.disallow_banned_players = true
|
||||
```
|
||||
|
||||
# Docker image
|
||||
|
||||
```bash
|
||||
sudo docker run --rm -it -p 8080:8080 -e WEBMAILKEY=myserverkey minetestmail/mail
|
||||
```
|
||||
|
||||
# Roadmap
|
||||
|
||||
The current roadmap:
|
||||
|
Loading…
x
Reference in New Issue
Block a user