view mod_http_index/README.markdown @ 3716:3db27b8f1cb0

mod_http_muc_log: Add button-link to webchat URL if one is set via mod_muc_webchat_url This has been hacked in manually in a few deployments.
author Kim Alvefur <zash@zash.se>
date Sun, 13 Oct 2019 16:24:16 +0200
parents 99a025dc4f6b
children cb9517827d76
line wrap: on
line source

Introduction
============

This module produces a list of enabled HTTP "apps" exposed from Prosody
at `http://example.org:5280/`, e.g. [mod\_http\_muc\_log],
[mod\_http\_files][doc:modules:mod_http_files] or
[mod\_admin\_web]. If you think Prosodys default "root" web page (a
404 error usually) is boring, this might be the module for you! :)

Configuration
=============

Install and enable like any other module. Also see [Prosodys HTTP
documentation](https://prosody.im/doc/http).

``` {.lua}
modules_enabled = {
  -- other modules
  "http_index";
}

-- optional, defaults to a file next to the module
http_index_template = "/path/to/template.html"
```