1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:58:14 +03:00
This commit is contained in:
Anton Afanasyeu
2026-06-11 23:11:42 +02:00
parent fef93d7cdc
commit 9ec9639010
18 changed files with 1142 additions and 2 deletions

View File

@@ -59,6 +59,14 @@ export BEARER='…' ./scripts/smoke_shorten.sh
examples/crash_reporter/backend/scripts/validate_be_services.sh
```
## Hub admin (Short links card)
Operator UI lives in the **crashes console** (shared `ac_crash_sess`), not on `s.f0xx.org`:
- `https://apps.f0xx.org/app/androidcast_project/crashes/?view=short_links`
- Enable in crashes `config.php`: `url_shortener.enabled => true` + MariaDB `url_shortener` block (see `examples/crash_reporter/backend/config/config.example.php`)
- Smoke: `examples/crash_reporter/backend/scripts/test_short_links_api.sh`
## Config
[config/config.example.php](config/config.example.php) — prefer **`socket`** `/run/mysqld/mysqld.sock` on Alpine (same as crashes when TCP refused).