# HG changeset patch # User Menel # Date 1777027783 -7200 # Node ID c4d3f0c208e973d8cbdd8bad6733b456bbe514b7 # Parent 28e39dbf9d7b65de46a5f7880ccbb14792a78212 mod_admin_web2: change mentions of admin_web to admin_web2 diff -r 28e39dbf9d7b -r c4d3f0c208e9 mod_admin_web2/README.md --- a/mod_admin_web2/README.md Fri Apr 24 12:43:00 2026 +0200 +++ b/mod_admin_web2/README.md Fri Apr 24 12:49:43 2026 +0200 @@ -31,16 +31,14 @@ Installation ============ -1. Copy the admin\_web directory into a directory Prosody will check - for plugins. (cf. [Installing - modules](http://prosody.im/doc/installing_modules)) -2. **Execute the contained `get_deps.sh` script from within the admin\_web +1. Install the module like any other. +2. **Execute the contained `get_deps.sh` script from within the admin\_web2 directory.** (Requires wget, tar, and a basic shell) Configuration Details ===================== -"admin\_web" needs to be added to the modules\_enabled table of the host +"admin\_web2" needs to be added to the modules\_enabled table of the host you want to load this module on. By default the interface will then be reachable under @@ -53,7 +51,7 @@ VirtualHost "example.com" modules_enabled = { ..... - "admin_web"; + "admin_web2"; ..... }