diff options
-rw-r--r-- | doc/forge.skb | 5 | ||||
-rw-r--r-- | website/index.skb | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index 3f34a96..ea33ee6 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -39,7 +39,10 @@ email.]) and ,(ref :url "https://github.com/jonashaag/klaus/" :text "klaus") (pick your favourite) to serve project git repositories on the web]) (item [,(ref :url "https://laminar.ohwg.net/" :text "laminar") -for continuous integration]))) +for continuous integration]) + (item [,(ref :url "https://github.com/ndilieto/uacme/" :text +"uacme") and ,(ref :url "https://gnutls.org/" :text "gnutls") for +automatic provision and renewal of TLS certificates via ACME]))) (p [In the future, it will also provide:] (itemize (item [web server to serve static project sites]) diff --git a/website/index.skb b/website/index.skb index ba37333..e92fa65 100644 --- a/website/index.skb +++ b/website/index.skb @@ -25,6 +25,7 @@ (itemize (item [,(code "[X]") ,(ref :url "https://git.zx2c4.com/cgit/" :text "cgit") and ,(ref :url "https://github.com/jonashaag/klaus/" :text "klaus") (pick your favourite) to serve project git repositories on the web]) (item [,(code "[X]") ,(ref :url "https://laminar.ohwg.net" :text "laminar") for continuous integration]) + (item [,(code "[X]") ,(ref :url "https://github.com/ndilieto/uacme/" :text "uacme") and ,(ref :url "https://gnutls.org/" :text "gnutls") for automatic provision and renewal of TLS certificates via ACME]) (item [,(code "[ ]") web server to serve static project sites]) (item [,(code "[ ]") ,(ref :url "https://public-inbox.org/README.html" :text "public-inbox") for project discussions])) (p [A choice of different software components may be offered provided it does not complicate the interface too much.]) |