- Complete rewrite of overview.js with full KISS theme styling - 4-column stats grid (Status, Users, Storage, SSL) - Port status cards with visual indicators - Two-column layout: Users + Aliases tables - Webmail card with status badge and quick actions - Connection info panel with server details - Live polling with 10s refresh - Added fix_ports, alias_del methods to ACL - Added Mail Server + Nextcloud to KISS nav sidebar Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
514 B
JSON
18 lines
514 B
JSON
{
|
|
"luci-app-mailserver": {
|
|
"description": "Grant access to Mail Server Manager",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.mailserver": ["status", "user_list", "alias_list", "webmail_status", "logs"]
|
|
},
|
|
"uci": ["mailserver"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.mailserver": ["install", "start", "stop", "restart", "user_add", "user_del", "user_passwd", "alias_add", "dns_setup", "ssl_setup", "webmail_configure", "mesh_backup", "mesh_sync", "fix_ports", "alias_del"]
|
|
},
|
|
"uci": ["mailserver"]
|
|
}
|
|
}
|
|
}
|