about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorArun Isaac2025-11-02 02:09:46 +0000
committerArun Isaac2025-11-03 17:33:59 +0000
commit3c2c7b7086e4a94b7c2b20b843bd4d27f7bf6c48 (patch)
tree15d594180223b5646ecdf93a0308a217c7d5caf7 /doc
parente43fd9a4d73654d3876e2c698af7da89f3408f89 (diff)
downloadguix-forge-3c2c7b7086e4a94b7c2b20b843bd4d27f7bf6c48.tar.gz
guix-forge-3c2c7b7086e4a94b7c2b20b843bd4d27f7bf6c48.tar.lz
guix-forge-3c2c7b7086e4a94b7c2b20b843bd4d27f7bf6c48.zip
forge: Serve tissue on separate domain.
Serve tissue on a separate domain so that the forge can serve its own
web interface on the main domain.
Diffstat (limited to 'doc')
-rw-r--r--doc/forge.skb6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/forge.skb b/doc/forge.skb
index 2538401..27a430e 100644
--- a/doc/forge.skb
+++ b/doc/forge.skb
@@ -557,8 +557,10 @@ gunicorn is run in]))))))
          [Its value]))
      (record-documentation "guix/forge/forge.scm" '<forge-configuration>
        (record-field "web-domain"
-         [Optional domain name on which to serve project listing and
-tissue-powered websites])
+         [Optional domain name on which to serve the guix-forge web
+interface])
+       (record-field "tissue-web-domain"
+         [Optional domain name on which to server tissue])
        (record-field "projects"
          [List of ,(record-ref "<forge-project>") objects describing
 projects managed by guix-forge]))