luci-app-acme: option acme_server: add "See more" link
authorSergey Ponomarev <[email protected]>
Sat, 1 Jun 2024 14:42:13 +0000 (17:42 +0300)
committerToke Høiland-Jørgensen <[email protected]>
Tue, 7 Oct 2025 12:01:06 +0000 (14:01 +0200)
Signed-off-by: Sergey Ponomarev <[email protected]>
applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js

index e9362e0aaa62b97c050d5549bfe6c5c08b478e23..8ceaf417f5296686a9b5d0b582a872e7a61cc4b6 100644 (file)
@@ -216,7 +216,9 @@ return view.extend({
                };
 
                o = s.taboption('advanced', form.Value, "acme_server", _("ACME server URL"),
-                       _('Use a custom CA instead of Let\'s Encrypt.') +       ' ' + _('Custom ACME server directory URL.'));
+                       _('Use a custom CA instead of Let\'s Encrypt.') +       ' ' + _('Custom ACME server directory URL.') + '<br />' +
+                       '<a href="https://github.com/acmesh-official/acme.sh/wiki/Server" target="_blank">' + _('See more') + '</a>'
+               );
                o.depends("staging", "0");
                o.placeholder = "https://api.buypass.com/acme/directory";
                o.optional = true;