diff options
| author | Arun Isaac | 2025-11-04 02:06:40 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-04 02:10:13 +0000 |
| commit | de8d5a774b96976c0ed3ed529870f89fd1b4a9aa (patch) | |
| tree | 1398ed710c6b1bab3e8e6bb81eff78d9499654d8 /doc/forge.skb | |
| parent | 5bc683811249adaaccad7ad825ab22273bc61f6c (diff) | |
| download | guix-forge-de8d5a774b96976c0ed3ed529870f89fd1b4a9aa.tar.gz guix-forge-de8d5a774b96976c0ed3ed529870f89fd1b4a9aa.tar.lz guix-forge-de8d5a774b96976c0ed3ed529870f89fd1b4a9aa.zip | |
forge: Move project websites under single forge website directory.
Diffstat (limited to 'doc/forge.skb')
| -rw-r--r-- | doc/forge.skb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index e2a7cc3..1703544 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -563,6 +563,10 @@ gunicorn is run in])))))) (record-field "web-root" [File-like object representing directory to serve as the document root of the guix-forge web interface]) + (record-field "websites-directory" + [Directory containing websites for each project. Each project +must put its website here in a subdirectory with the same name as the +project. This is usually achieved using a CI job.]) (record-field "projects" [List of ,(record-ref "<forge-project>") objects describing projects managed by guix-forge])) @@ -582,12 +586,6 @@ the cgit web interface. This field is disregarded if the repository is remote.]) (record-field "web-domain" [Domain name to serve project website on]) - (record-field "website-directory" - [Path to the document root of the project website. The -ownership of its parent directory is granted to the ,(code "laminar") -user. The idea is that the website is built by a Guix derivation as a -store item and a symbolic link to that store item is created in the -parent directory.]) (record-field "tissue?" [Does this project use ,(ref :url "https://forge.systemreboot.net/tissue/" :text "tissue")? If so, it |
