auth_export/README.md

36 lines
988 B
Markdown
Raw Normal View History

2019-04-17 00:15:32 -07:00
# 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.
2019-04-17 03:00:42 -07:00
## Installation
2019-04-17 00:15:32 -07:00
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
```
2019-04-17 03:04:27 -07:00
## BUGS
Bugs are tracked on
[Hemiptera](https://bugs.linux-forks.de/MinetestMediawiki/). Send bugs
as an e-mail to <MinetestMediawiki@bugs.linux-forks.de>
2019-04-17 03:00:42 -07:00
## 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
2019-04-17 03:04:27 -07:00
2019-04-17 03:00:42 -07:00
## Credits
2019-04-17 00:15:32 -07:00
This mod is essentially scavenged from
[the webmail mod](https://github.com/thomasrudin-mt/mail) by Thomas
Rudin.