diff options
author | Arun Isaac | 2023-08-14 23:21:47 +0100 |
---|---|---|
committer | Arun Isaac | 2023-08-14 23:21:47 +0100 |
commit | 4b70c6bd88e33209d9fb52aa186377facfab0307 (patch) | |
tree | cccae54e23f77f431c427a1ee0bc03d77113f7d3 | |
parent | 7c8bc2c9eb661ee0468dd195ab6e8b7258662bc6 (diff) | |
download | guix-forge-4b70c6bd88e33209d9fb52aa186377facfab0307.tar.gz guix-forge-4b70c6bd88e33209d9fb52aa186377facfab0307.tar.lz guix-forge-4b70c6bd88e33209d9fb52aa186377facfab0307.zip |
doc: Mention that cgit runs in a container in how to.
* doc/forge.skb (How To)[How to set up cgit]: Mention that cgit runs
in a container.
-rw-r--r-- | doc/forge.skb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index e772b34..a122b3d 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -193,7 +193,8 @@ repeated below for your reference.]) :ident "section-how-to-set-up-cgit" (p [guix-forge comes with an end-to-end cgit solution that not only sets up cgit itself but also an nginx server complete with -automatically renewed TLS certificates.]) +automatically renewed TLS certificates. cgit even runs in its own +container for maximal security.]) (p [The cgit service uses the forge-nginx service as its web server. The forge-nginx service in turn uses the ACME service to fetch and renew TLS certificates. Here's a minimal working configuration.]) |