aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2023-08-15 09:35:37 +0100
committerArun Isaac2023-08-15 09:36:11 +0100
commitac35a82975b84bcee8c724b60474270eebc0cf5f (patch)
tree94a8500100059dd7de849f93089d97dde47db53a
parent34f5b3cf5683ecfd33d477c8e86cfdc0008d878f (diff)
downloadguix-forge-ac35a82975b84bcee8c724b60474270eebc0cf5f.tar.gz
guix-forge-ac35a82975b84bcee8c724b60474270eebc0cf5f.tar.lz
guix-forge-ac35a82975b84bcee8c724b60474270eebc0cf5f.zip
doc: Advertise ACME support.
* doc/forge.skb (Introduction), website/index.skb: Advertise ACME support.
-rw-r--r--doc/forge.skb5
-rw-r--r--website/index.skb1
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.])