Clément Lassieur writes:
> Ludovic Courtès writes:
[...]
>> Hmm, I think nginx should still expose both the Cuirass HTTP API and UI
>> and ‘guix publish’ on ports 80 and 443. So we just need to have:
>>
>> location / { proxy_pass http://localhost:8081; }
>>
>> and then exceptions for ‘guix
Ludovic Courtès writes:
> Clément Lassieur skribis:
>
>> Ludovic Courtès writes:
>>
>>> Clément Lassieur skribis:
>>>
> Is the Web UI already in the current ‘cuirass’ package?
Soon! But I think we should change the NGINX config nonetheless because
the json API is useful.
>>
Clément Lassieur skribis:
> Ludovic Courtès writes:
>
>> Clément Lassieur skribis:
>>
Is the Web UI already in the current ‘cuirass’ package?
>>>
>>> Soon! But I think we should change the NGINX config nonetheless because
>>> the json API is useful.
>>
>> The JSON API is available; see ‘b
Ludovic Courtès writes:
> Clément Lassieur skribis:
>
>>> Is the Web UI already in the current ‘cuirass’ package?
>>
>> Soon! But I think we should change the NGINX config nonetheless because
>> the json API is useful.
>
> The JSON API is available; see ‘berlin-locations.conf’.
>
>>> If so, wha
Clément Lassieur skribis:
>> Is the Web UI already in the current ‘cuirass’ package?
>
> Soon! But I think we should change the NGINX config nonetheless because
> the json API is useful.
The JSON API is available; see ‘berlin-locations.conf’.
>> If so, what do we need to change in the nginx co
Hello Ludovic,
Ludovic Courtès writes:
> Hello,
>
> Clément Lassieur skribis:
>
>> https://berlin.guixsd.org:8081/ times out.
>
> Note that Cuirass listens on localhost:8081, so you cannot reach it from
> the outside (and it’s HTTP, too.) There’s nginx that proxies things,
> see guix-maintenan
Hello,
Clément Lassieur skribis:
> https://berlin.guixsd.org:8081/ times out.
Note that Cuirass listens on localhost:8081, so you cannot reach it from
the outside (and it’s HTTP, too.) There’s nginx that proxies things,
see guix-maintenance.git.
Now, with the version currently running, I can
Hi,
https://berlin.guixsd.org:8081/ times out.
I'm using the exact same config at home to try to reproduce the issue.
Clément