comparison mod_admin_web/README.md @ 6521:28e39dbf9d7b

mod_admin_web: update compability
author Menel <menel@snikket.de>
date Fri, 24 Apr 2026 12:43:00 +0200
parents 73915ac32649
children
comparison
equal deleted inserted replaced
6520:7eb114975cec 6521:28e39dbf9d7b
1 --- 1 ---
2 labels: 2 labels:
3 - 'Stage-Beta' 3 - 'Stage-Broken'
4 summary: Web administration interface 4 summary: Web administration interface
5 rockspec: 5 rockspec:
6 build: 6 build:
7 platforms: 7 platforms:
8 unix: 8 unix:
19 19
20 This module provides a basic web administration interface. It currently 20 This module provides a basic web administration interface. It currently
21 gives you access to Ad-Hoc commands on any virtual host or component 21 gives you access to Ad-Hoc commands on any virtual host or component
22 that you are set as an administrator for in the Prosody config file. It 22 that you are set as an administrator for in the Prosody config file. It
23 also provides a live list of all S2S and C2S connections. 23 also provides a live list of all S2S and C2S connections.
24
25 **This module is broken for prosody >0.12 since it uses "is_admin"**
24 26
25 Installation 27 Installation
26 ============ 28 ============
27 29
28 1. Copy the admin\_web directory into a directory Prosody will check 30 1. Copy the admin\_web directory into a directory Prosody will check
53 55
54 Compatibility 56 Compatibility
55 ============= 57 =============
56 58
57 --------- --------------- 59 --------- ---------------
58 13.0 Works 60 13.0 broken
59 0.12 Works 61 0.12 Works
60 \<= 0.11 broken 62 \<= 0.11 broken
61 --------- --------------- 63 --------- ---------------