# HG changeset patch # User Trần H. Trung # Date 1740573395 -25200 # Node ID 805515dd296081f687e68bf18b9afa559a3eaf33 # Parent d073ada49a86d0656d9828464c0bdaf09a5dee7c mod_invites_webgen: mention default url and the way to config it diff -r d073ada49a86 -r 805515dd2960 mod_invites_webgen/README.markdown --- a/mod_invites_webgen/README.markdown Wed Feb 26 18:47:07 2025 +0700 +++ b/mod_invites_webgen/README.markdown Wed Feb 26 19:36:35 2025 +0700 @@ -33,6 +33,24 @@ If you specify a `site_name`, it will uses that else it will fallback to the `VirtualHost` that it was loaded onto. +After successfully enabling this module, it should be available at the default +URL: +``` + + https://prosody.example.tld/webgen + +``` + +You can modify the URL in your config under `http_path` with `invites_webgen` +for example: +``` + +http_path = { + invites_webgen = "/registration" +} + +``` + You can use your own html templates with `invites_template_html`. Names of the files MUST match the default. More over, you can offer multiple (human) languages by adding the `&l=` to the URL. Meaning this module will serve