small-package/chatgpt-web/root/usr/share/rpcd/acl.d/luci-app-chatgpt-web.json

12 lines
186 B
JSON

{
"luci-app-chatgpt-web": {
"description": "Grant UCI access for luci-app-chatgpt-web",
"read": {
"uci": [ "chatgpt-web" ]
},
"write": {
"uci": [ "chatgpt-web" ]
}
}
}