diff options
author | Arun Isaac | 2023-07-25 20:43:08 +0100 |
---|---|---|
committer | Arun Isaac | 2023-07-25 23:39:14 +0100 |
commit | 208bb4e42fdcf3335b454d6f8bc7b19c4c3292b3 (patch) | |
tree | e364f6dc1d0ebf7cea166b1677cdca1854df69a4 /doc | |
parent | f1e30047af67ae6a1827c625c0327609976c1d1d (diff) | |
download | guix-forge-208bb4e42fdcf3335b454d6f8bc7b19c4c3292b3.tar.gz guix-forge-208bb4e42fdcf3335b454d6f8bc7b19c4c3292b3.tar.lz guix-forge-208bb4e42fdcf3335b454d6f8bc7b19c4c3292b3.zip |
klaus: Add helper function to create klaus gunicorn app.
* guix/forge/klaus.scm: Import (forge gunicorn) and (gnu system
file-systems).
(klaus-gunicorn-app): New public function.
* doc/forge.skb (Introduction): Advertise klaus support.
(Reference): Document klaus-gunicorn-app.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forge.skb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index e11b255..5c5a5fd 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -36,7 +36,9 @@ email.]) (p [guix-forge integrates the following software components:] (itemize (item [,(ref :url "https://laminar.ohwg.net/" :text "laminar") -for continuous integration]))) +for continuous integration]) + (item [,(ref :url "https://github.com/jonashaag/klaus/" :text +"klaus") to serve project git repositories on the web]))) (p [In the future, it will also provide:] (itemize (item [web server to serve static project sites]) @@ -299,4 +301,5 @@ gunicorn is run in.])) [Identifier of the webhook. This hook is triggered at ,(ref :url [http://host:port/hooks/<id>]).]) (record-field "run" - [G-expression to run when the webhook is triggered]))))) + [G-expression to run when the webhook is triggered])) + (docstring-function-documentation "guix/forge/klaus.scm" 'klaus-gunicorn-app)))) |