bug#32233: Cuirass: Berlin web API times out

2018-07-29 Thread Clément Lassieur
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

bug#32233: Cuirass: Berlin web API times out

2018-07-23 Thread Clément Lassieur
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. >>

bug#32233: Cuirass: Berlin web API times out

2018-07-23 Thread Ludovic Courtès
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

bug#32233: Cuirass: Berlin web API times out

2018-07-23 Thread Clément Lassieur
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

bug#32233: Cuirass: Berlin web API times out

2018-07-23 Thread Ludovic Courtès
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

bug#32233: Cuirass: Berlin web API times out

2018-07-23 Thread Clément Lassieur
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

bug#32233: Cuirass: Berlin web API times out

2018-07-23 Thread Ludovic Courtès
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

bug#32233: Cuirass: Berlin web API times out

2018-07-21 Thread Clément Lassieur
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