diff --git a/docs/INFRA.md b/docs/INFRA.md index 19fb2d4..eead148 100644 --- a/docs/INFRA.md +++ b/docs/INFRA.md @@ -182,7 +182,7 @@ Mounted copy: `tmp/FE_gentoo/etc/nginx/nginx.conf`. | `server_name` | `location /` | androidcast crashes | Hub `/app/androidcast_project/` | |---------------|--------------|---------------------|--------------------------------| | **`apps.f0xx.org`** | → `http://artc0:80` | Must **not** → `https://artc0:443/...` (static download) | Hub/crashes blocks must use **`http://artc0:80`** — see `nginx.fe-apps.f0xx.org.snippet` | -| **`/v0/ota/`** on FE | → **`http://artc0:80`** | BE :80 serves static tree | Without this, public OTA is **HTTP 400** while BE localhost is 200 — run `install-fe-ota-nginx.sh` on FE | +| **`/v0/ota/`** on FE | → **`http://artc0:80`** | BE :80 serves static tree | In consolidated **`/etc/nginx/apps.conf`** — see `patches/fe-nginx-APPLY.md` | | **`artc0.f0xx.org`** | → `http://artc0:80` | Legacy → **:8089** | Legacy → **:8089** — **remove** hub block; prefer apps.f0xx.org | **Agent default:** fix **BE `listen 80`** first. Change FE only when user asks or to delete wrong **8089** hub overrides on `artc0.f0xx.org`. diff --git a/examples/app_hub/assets/i18n/hub-en.json b/examples/app_hub/assets/i18n/hub-en.json index 2464a9a..8dbb114 100644 --- a/examples/app_hub/assets/i18n/hub-en.json +++ b/examples/app_hub/assets/i18n/hub-en.json @@ -8,7 +8,9 @@ "nav.culture": "Culture", "nav.pricing": "Pricing", "nav.contact": "Contact us", + "nav.console": "Console", "nav.git": "Git", + "nav.issues": "Issues", "nav.tickets": "Tickets", "nav.crashes": "Crashes", "nav.graphs": "Graphs", diff --git a/examples/app_hub/assets/i18n/hub-ru.json b/examples/app_hub/assets/i18n/hub-ru.json index 215bad6..21bc57c 100644 --- a/examples/app_hub/assets/i18n/hub-ru.json +++ b/examples/app_hub/assets/i18n/hub-ru.json @@ -8,7 +8,9 @@ "nav.culture": "Культура", "nav.pricing": "Цены", "nav.contact": "Контакты", + "nav.console": "Консоль", "nav.git": "Git", + "nav.issues": "Проблемы", "nav.tickets": "Тикеты", "nav.crashes": "Крэши", "nav.graphs": "Графики", diff --git a/examples/app_hub/index.php b/examples/app_hub/index.php index fe4e52b..bdda573 100644 --- a/examples/app_hub/index.php +++ b/examples/app_hub/index.php @@ -137,11 +137,12 @@ function hub_h(string $s): string { +

Loading…

diff --git a/examples/crash_reporter/backend/views/partials/console_home_landing.php b/examples/crash_reporter/backend/views/partials/console_home_landing.php index 8f31352..a8f26fd 100644 --- a/examples/crash_reporter/backend/views/partials/console_home_landing.php +++ b/examples/crash_reporter/backend/views/partials/console_home_landing.php @@ -34,6 +34,11 @@ $proj = '/app/androidcast_project';

Tickets

Roadmap tasks, QA items, and workflow tags.

+

Graphs