26 lines
463 B
JSON
26 lines
463 B
JSON
{
|
|
"luci-proto-amneziawg": {
|
|
"description": "Grant access to LuCI AmneziaWG procedures",
|
|
"read": {
|
|
"file": {
|
|
"/usr/bin/qrencode --inline --8bit --type=SVG --output=- -- *": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"luci.amneziawg": [
|
|
"getWgInstances"
|
|
]
|
|
},
|
|
"uci": [ "ddns", "system" ]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.amneziawg": [
|
|
"generateKeyPair",
|
|
"getPublicAndPrivateKeyFromPrivate",
|
|
"generatePsk"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|