mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:18:09 +03:00
snip
This commit is contained in:
@@ -71,6 +71,7 @@ Correct public path for hub:
|
||||
|-----|-----------|
|
||||
| `https://apps.f0xx.org/app/androidcast_project/` | Static hub (`examples/app_hub/index.html`) |
|
||||
| `https://apps.f0xx.org/app/androidcast_project/crashes/` | PHP crash + tickets console |
|
||||
| `https://apps.f0xx.org/app/androidcast_project/build/` | PHP APK builder console |
|
||||
| `https://apps.f0xx.org/app/androidcast_project/crashes/api/upload.php` | Device crash upload (no session) |
|
||||
|
||||
Legacy hostname **`f0xx.org`** may still appear in app `settings.json` examples; production ingest/scripts prefer **`apps.f0xx.org`**.
|
||||
@@ -99,7 +100,9 @@ Web root prefix:
|
||||
|
||||
| File | Purpose |
|
||||
|------|---------|
|
||||
| **`examples/crash_reporter/backend/nginx.apps-port80.fragment`** | **Replace** BE `server { listen 80; ... }` — hub + crashes + assets |
|
||||
| **`examples/crash_reporter/backend/nginx.apps-port80.fragment`** | **Replace** BE `server { listen 80; ... }` — hub + crashes + build |
|
||||
| `examples/crash_reporter/backend/nginx.apps-builder.frag` | Build-only blocks (also included on BE 443 via `apps_builder.frag`) |
|
||||
| `examples/crash_reporter/backend/nginx.fe-apps.f0xx.org.snippet` | FE hub/crashes → `http://artc0:80` (preserve URI) |
|
||||
| `examples/crash_reporter/backend/nginx.apps.conf.fragment` | Reference blocks (443-oriented comments) |
|
||||
| `examples/crash_reporter/backend/nginx.vm.conf` | Full VM example |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user