Merge commit '2690c33ad6' as 'luci-app-fakehttp'

This commit is contained in:
bgme 2025-07-12 15:54:36 +08:00
commit 951be5747b
6 changed files with 349 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"admin/services/fakehttp": {
"title": "FakeHTTP",
"order": 60,
"action": {
"type": "view",
"path": "fakehttp"
},
"depends": {
"acl": ["luci-app-fakehttp"]
}
}
}

View file

@ -0,0 +1,11 @@
{
"luci-app-fakehttp": {
"description": "Grant UCI and RPC access to LuCI app fakehttp",
"read": {
"uci": ["fakehttp"]
},
"write": {
"uci": ["fakehttp"]
}
}
}