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

next/side sync

This commit is contained in:
Anton Afanasyeu
2026-05-26 13:14:14 +02:00
parent ac8d4ea341
commit ef36f91b82
35 changed files with 1828 additions and 16 deletions

View File

@@ -1,11 +1,8 @@
# Project hub
```bash
cp examples/app_hub/index.html /var/www/localhost/htdocs/apps/app/androidcast_project/
```
**Infra overview:** [docs/INFRA.md](../../docs/INFRA.md)
Nginx (`nginx.apps.conf.fragment`): serve that directory — **not** `alias …/index.html` (that causes 502).
**BE only.** FE `apps.f0xx.org` sends `location /``http://artc0.intra.raptor.org:80` (not :8089).
```bash
nginx -t && rc-service nginx reload
```
See **[DEPLOY.md](DEPLOY.md)** — edit `listen 80` in `tmp/BE_alpine/etc/nginx/conf.d/apps.conf` using
`examples/crash_reporter/backend/nginx.apps-port80.fragment`.