mirror of
https://github.com/novatiq/packages.git
synced 2026-04-26 13:54:41 +01:00
This adds a Luci configuration app for the ACME certificate package. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
8 lines
163 B
Lua
8 lines
163 B
Lua
module("luci.controller.acme", package.seeall)
|
|
|
|
function index()
|
|
entry({"admin", "services", "acme"},
|
|
cbi("acme"),
|
|
_("ACME certs"), 50).dependent = false
|
|
end
|