Upload packages and workflow

This commit is contained in:
itdoginfo
2024-10-10 17:10:30 +03:00
parent bec06f983a
commit 9f84331abe
11 changed files with 813 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"luci-app-podkop": {
"description": "Grant UCI and RPC access to LuCI app podkop",
"read": {
"ubus": {
"luci.podkop": [
"get_sample1",
"get_sample2"
]
},
"uci": [
"podkop"
]
},
"write": {
"uci": [
"podkop"
]
}
}
}