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

README: fix URLs, add prod info

parent 46cf3c54
Branches
Tags
No related merge requests found
...@@ -13,9 +13,9 @@ APIs ...@@ -13,9 +13,9 @@ APIs
---- ----
| Endpoint | Description | | Endpoint | Description |
|-------------------------------------|---------------------------------------------------------| |-----------------------------------------|---------------------------------------------------------|
| `/releases.json` | WebFlasher compatible list of releases | | `/api/releases.json` | WebFlasher compatible list of releases |
| `/release/<version>/<artifact.bin>` | Artifacts from releases, pointed to by `/releases.json` | | `/api/release/<version>/<artifact.bin>` | Artifacts from releases, pointed to by `/releases.json` |
Internals Internals
--------- ---------
...@@ -26,3 +26,24 @@ implemented. ...@@ -26,3 +26,24 @@ implemented.
All artifacts are cached in memory after being extracted from tarballs. Might All artifacts are cached in memory after being extracted from tarballs. Might
need to be offloaded to some other storage. 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