Skip to content
Snippets Groups Projects
Commit 8eb80f22 authored by q3k's avatar q3k
Browse files

README: fix URLs, add prod info

parent 46cf3c54
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,9 @@ APIs
----
| Endpoint | Description |
|-------------------------------------|---------------------------------------------------------|
| `/releases.json` | WebFlasher compatible list of releases |
| `/release/<version>/<artifact.bin>` | Artifacts from releases, pointed to by `/releases.json` |
|-----------------------------------------|---------------------------------------------------------|
| `/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment