Create luci-app-caddy.json

This commit is contained in:
lmq8267 2024-01-18 14:47:50 +08:00 committed by GitHub
parent 001af26985
commit 9183f29798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,11 @@
{
"luci-app-caddy": {
"description": "Grant UCI access for luci-app-caddy",
"read": {
"uci": [ "caddy" ]
},
"write": {
"uci": [ "caddy" ]
}
}
}