From 8eb80f221e967aca150c31088620c1bb5cae03e5 Mon Sep 17 00:00:00 2001 From: Serge Bazanski <q3k@q3k.org> Date: Sun, 13 Aug 2023 22:27:09 +0200 Subject: [PATCH] README: fix URLs, add prod info --- README.md | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed334b4..c96495e 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Running APIs ---- -| Endpoint | Description | -|-------------------------------------|---------------------------------------------------------| -| `/releases.json` | WebFlasher compatible list of releases | -| `/release/<version>/<artifact.bin>` | Artifacts from releases, pointed to by `/releases.json` | +| Endpoint | Description | +|-----------------------------------------|---------------------------------------------------------| +| `/api/releases.json` | WebFlasher compatible list of releases | +| `/api/release/<version>/<artifact.bin>` | Artifacts from releases, pointed to by `/releases.json` | Internals --------- @@ -26,3 +26,24 @@ implemented. All artifacts are cached in memory after being extracted from tarballs. Might need to be offloaded to some other storage. + + +Prod +---- + +Runs on The GitLab Chonker. + + .--------------------------. + | nginx | + | .---------------------. | + | | VHOST | | + | |---------------------| | + | | flow3r.garden | | + | | .----------------. | | .----------. + | | | location / |-------> | GL Pages | + | | '----------------' | | '----------' + | | .----------------. | | .------------. + | | | location /api |-------> | flow3r-api |---> git.flow3r.garden + | | '----------------' | | '------------' + | '.....................' | + '--------------------------' \ No newline at end of file -- GitLab