Software /
code /
prosody-modules
Changeset
6016:e2e387e83ded
mod_http_admin_api: README.md initial stub file
author | Menel <menel@snikket.de> |
---|---|
date | Wed, 23 Oct 2024 12:42:22 +0200 |
parents | 6015:23b48120661d |
children | 6017:74c6fdf4d868 |
files | mod_http_admin_api/README.md |
diffstat | 1 files changed, 32 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_http_admin_api/README.md Wed Oct 23 12:42:22 2024 +0200 @@ -0,0 +1,32 @@ +--- +summary: "admin api from the snikket projects web portal" +labels: +- 'Stage-Beta' +rockspec: + dependencies: + - mod_cloud_notify + - mod_lastlog2 + - mod_groups_internal +... + +Introduction +============ + +to be done + +Configuration +============= +There is no configuration for this module, just add it to +modules\_enabled as normal. + +# Compatibility + +Depends on community modules: +- mod_cloud_notify +- mod_lastlog2 +- mod_groups_internal + + ------- ------------- + trunk^[checked 2024-10-23] Works + 0.12 unknown + ------- -------------