On 31.10.20 11:33, Ludovic Courtès wrote:
> Hi Jonathan,
>
> Jonathan Brielmaier <[email protected]> skribis:
>
>> I think this commits lacks a bit of documentation. Users should get
>> known of this fact, admins as well as "consumers" of guix publish.
>>
>> It's a nice feature. Until yet I did server the signing-key as file via
>> nginx from the webroot. Now I guess I only need a redirect (or maybe not)...
>
> Yeah.  The “home page” of ‘guix publish’ wasn’t documented so far but if
> you’d like to add a sentence or two in the manual, that’d be welcome.

At least it works but still requiers proxy setup:
```
(nginx-location-configuration
  (uri "/signing-key.pub")
  (body (list
    "proxy_pass http://guix-publish;";)))
```

I found it a bit laborious to setup the stuff between cuirass and
publish...

Reply via email to