luci-proto-openvpn: add protocol handler
authorPaul Donald <redacted>
Fri, 6 Feb 2026 01:25:33 +0000 (02:25 +0100)
committerPaul Donald <redacted>
Sun, 22 Feb 2026 16:04:25 +0000 (17:04 +0100)
commit5306e007656fe9a77aee2d2a94072d003b0b5a7d
tree46cb61d6204fd0763f3e34efd6f27783985b23b0
parent7f6ba9d46028635f0d5aa2e15fcab9ffd163a688
luci-proto-openvpn: add protocol handler

migrate away from the old luci-app lua control system.

See: https://github.com/openwrt/luci/issues/7310

Signed-off-by: Paul Donald <redacted>
protocols/luci-proto-openvpn/Makefile [new file with mode: 0644]
protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js [new file with mode: 0644]
protocols/luci-proto-openvpn/root/etc/config/openvpn_recipes [new file with mode: 0644]
protocols/luci-proto-openvpn/root/usr/share/rpcd/acl.d/luci-openvpn.json [new file with mode: 0644]
protocols/luci-proto-openvpn/root/usr/share/rpcd/ucode/luci.openvpn.uc [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT