1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 03:57:50 +03:00

next force snapshot

This commit is contained in:
Anton Afanasyeu
2026-05-30 16:23:01 +02:00
parent eebee1864d
commit 3b0a694aa6
34 changed files with 1759 additions and 130 deletions

View File

@@ -16,13 +16,22 @@ Browser → apps.f0xx.org (Gentoo FE, TLS)
On FE, hub and (if you fix it) crashes should both target **`http://artc0.intra.raptor.org:80`**, same as `location /`.
## 1. `index.html`
## 1. `index.html` + hub assets
```bash
cp .../android_cast/examples/app_hub/index.html \
.../htdocs/apps/app/androidcast_project/index.html
cp .../android_cast/examples/app_hub/hub.css \
.../htdocs/apps/app/androidcast_project/hub.css
cp .../android_cast/examples/app_hub/assets/overtime-01-alphabet.svg \
.../htdocs/apps/app/androidcast_project/assets/
# GA4 (optional): set measurementId in analytics.config.js before copy
cp .../android_cast/examples/app_hub/assets/analytics.config.js \
.../htdocs/apps/app/androidcast_project/assets/
```
Crash console ships `analytics.js` via `deploy-to-be-mount.sh` (under `crashes/assets/js/`).
## 2. BE nginx
Edit **`/etc/nginx/conf.d/apps.conf`** on Alpine (sshfs: `tmp/BE_alpine/etc/nginx/...`).