summaryrefslogtreecommitdiff
path: root/auth_export/README.md
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2020-10-10 23:35:44 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2020-10-10 23:35:44 +0200
commit68e8a0562d68e609e31e0a2b4eb0316c0bdeb8eb (patch)
treebf86cb8ad567eb6f1392c480c03db66ceb39b5e3 /auth_export/README.md
parent51fd69402daad7eb6761e5cc22170e9a762e99c1 (diff)
parentad25fb61f76b88e27caa9d9bd9759c990c400a7f (diff)
downloadforks-modpack-68e8a0562d68e609e31e0a2b4eb0316c0bdeb8eb.tar.gz
forks-modpack-68e8a0562d68e609e31e0a2b4eb0316c0bdeb8eb.tar.bz2
forks-modpack-68e8a0562d68e609e31e0a2b4eb0316c0bdeb8eb.zip
Merge commit 'ad25fb61f76b88e27caa9d9bd9759c990c400a7f' as 'auth_export'
Diffstat (limited to 'auth_export/README.md')
-rw-r--r--auth_export/README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/auth_export/README.md b/auth_export/README.md
new file mode 100644
index 0000000..363174a
--- /dev/null
+++ b/auth_export/README.md
@@ -0,0 +1,35 @@
+# 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
+```
+
+## BUGS
+
+Bugs are tracked on
+[Hemiptera](https://bugs.linux-forks.de/MinetestMediawiki/). Send bugs
+as an e-mail to <MinetestMediawiki@bugs.linux-forks.de>
+
+## TODO
+
+* Improve architecture – This mod's architecture is rather ugly right now
+* Integrate with various ban mechanisms
+* Add service-specific access rights, such as a "wiki" priv for wiki
+ access, or "nowiki" xban flag to ban access to wiki
+
+
+## Credits
+
+This mod is essentially scavenged from
+[the webmail mod](https://github.com/thomasrudin-mt/mail) by Thomas
+Rudin.