From 51c61834e3edf60b9df877f628801704adf1c70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Wed, 17 Apr 2019 09:15:32 +0200 Subject: First commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..894fad9 --- /dev/null +++ b/README.md @@ -0,0 +1,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. -- cgit v1.2.3