diff options
author | Arun Isaac | 2023-08-15 00:46:29 +0100 |
---|---|---|
committer | Arun Isaac | 2023-08-15 00:46:29 +0100 |
commit | 0ecb837a8a73a2ebacc083218116cb8cf56d3c77 (patch) | |
tree | de9ab5e3ccaa82f4656e6e2d58cc1309a8d69611 | |
parent | 4b70c6bd88e33209d9fb52aa186377facfab0307 (diff) | |
download | guix-forge-0ecb837a8a73a2ebacc083218116cb8cf56d3c77.tar.gz guix-forge-0ecb837a8a73a2ebacc083218116cb8cf56d3c77.tar.lz guix-forge-0ecb837a8a73a2ebacc083218116cb8cf56d3c77.zip |
doc: Remind about the ACME state directory in persistent storage.
* doc/forge.skb (How To)[How to set up cgit]: Remind about putting the
ACME state directory in persistent storage.
-rw-r--r-- | doc/forge.skb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index a122b3d..5cb2a7a 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -220,7 +220,10 @@ state directory (,(file "/var/lib/acme") by default) and run ,(samp [/usr/bin/acme renew]) again to get real certificates.] (prog (source :language scheme :file "doc/snippets/acme-staging-url.scm") - :line #f)))) + :line #f)) + (p [If you are running guix-forge in a Guix system container, do +remember to mount the ACME state directory (,(file [/var/lib/acme]) by +default) into the container from persistent storage.]))) (chapter :title [Services] :ident "chapter-services" (section :title [Git web viewers] |