aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 894fad9fb23179ba6ef66d1bdc1a60f1f023c6df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Auth_export mod for minetest 

This is an ad-hoc mod written to interface Minetest with Mediawiki
(see [the mediawiki plugin](/AuthMinetest.git/)). It is intended only
for usage with the http server bundled with the mediawiki plugin.

# Installation

To set up your minetest installation to communicate with the minetest server, edit your "minetest.conf":

```
# enable curl/http on that mod
secure.http_mods = mail
secure.http_mods = auth_export
```

# credits

This mod is essentially scavenged from
[the webmail mod](https://github.com/thomasrudin-mt/mail) by Thomas
Rudin.