User Tools

Site Tools


projets:fuz:spaceapi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
projets:fuz:spaceapi [2020-11-06 18:35] – [Goals] update goals status Lomanicprojets:fuz:spaceapi [2020-12-05 00:06] – [Deployment] fix lighttpd formatting Lomanic
Line 93: Line 93:
 <code> <code>
 $HTTP["host"] == "spaceapi.fuz.re" { # added by Lomanic 20201017 $HTTP["host"] == "spaceapi.fuz.re" { # added by Lomanic 20201017
-    $HTTP["scheme"] == "http"+        $HTTP["scheme"] == "http"
-        server.document-root = "/var/www/fuz.re/spaceapi/site"+                server.document-root = "/var/www/fuz.re/spaceapi/site"
                 $HTTP["url"] !~ "^/.well-known/acme-challenge/" {                 $HTTP["url"] !~ "^/.well-known/acme-challenge/" {
                         url.redirect = (".*" => "https://${url.authority}${url.path}${qsa}")                         url.redirect = (".*" => "https://${url.authority}${url.path}${qsa}")
                 }                 }
-    }+        }
  
         $SERVER["socket"] == ":443" {         $SERVER["socket"] == ":443" {
Line 123: Line 123:
 [[https://github.com/Lomanic/fuz-spaceapi|Pushed to GH]], made the app fully configurable via env variable, deployed on sonic by following what I (Lomanic) did during the [[evenements:log:20200606|Online Fuzturday #1]]. Implemented certbot properly for this domain (see Deployment). [[https://github.com/Lomanic/fuz-spaceapi|Pushed to GH]], made the app fully configurable via env variable, deployed on sonic by following what I (Lomanic) did during the [[evenements:log:20200606|Online Fuzturday #1]]. Implemented certbot properly for this domain (see Deployment).
  
 +==== 2020-11-04 ====
  
 +Pull request opened https://github.com/SpaceApi/directory/pull/157 and merged! The hackerspace is now on [[https://api.spaceapi.io/]]!
projets/fuz/spaceapi.txt · Last modified: 2023-02-02 22:06 by 127.0.0.1