comparison mod_admin_web2/README.md @ 6522:c4d3f0c208e9

mod_admin_web2: change mentions of admin_web to admin_web2
author Menel <menel@snikket.de>
date Fri, 24 Apr 2026 12:49:43 +0200
parents 7eb114975cec
children
comparison
equal deleted inserted replaced
6521:28e39dbf9d7b 6522:c4d3f0c208e9
29 **Known Issue:** If you define it on more then one host or globally, it might be nessesary to reload the module to have access to all hosts from within one interface. 29 **Known Issue:** If you define it on more then one host or globally, it might be nessesary to reload the module to have access to all hosts from within one interface.
30 30
31 Installation 31 Installation
32 ============ 32 ============
33 33
34 1. Copy the admin\_web directory into a directory Prosody will check 34 1. Install the module like any other.
35 for plugins. (cf. [Installing 35 2. **Execute the contained `get_deps.sh` script from within the admin\_web2
36 modules](http://prosody.im/doc/installing_modules))
37 2. **Execute the contained `get_deps.sh` script from within the admin\_web
38 directory.** (Requires wget, tar, and a basic shell) 36 directory.** (Requires wget, tar, and a basic shell)
39 37
40 Configuration Details 38 Configuration Details
41 ===================== 39 =====================
42 40
43 "admin\_web" needs to be added to the modules\_enabled table of the host 41 "admin\_web2" needs to be added to the modules\_enabled table of the host
44 you want to load this module on. 42 you want to load this module on.
45 43
46 By default the interface will then be reachable under 44 By default the interface will then be reachable under
47 `http://example.com:5280/admin`, or `https://example.com:5281/admin`. 45 `http://example.com:5280/admin`, or `https://example.com:5281/admin`.
48 46
51 mod\_admin\_adhoc (which provides admin commands over XMPP). 49 mod\_admin\_adhoc (which provides admin commands over XMPP).
52 50
53 VirtualHost "example.com" 51 VirtualHost "example.com"
54 modules_enabled = { 52 modules_enabled = {
55 ..... 53 .....
56 "admin_web"; 54 "admin_web2";
57 ..... 55 .....
58 } 56 }
59 57
60 Compatibility 58 Compatibility
61 ============= 59 =============