Commit Graph

4 Commits

Author SHA1 Message Date
Lorenzo Argentieri a5fd752b78 fix(casaos): rename to docker-compose.yml so CasaOS recognizes the app
CasaOS's compose watcher only picks up the standard docker-compose.yml /
docker-compose.yaml names; a custom filename made it treat the app as an
uncontrolled container and (in some cache states) skip the x-casaos
metadata. Renaming aligns with every other CasaOS-managed app.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 10:25:50 +02:00
Lorenzo Argentieri 3e31eed659 chore(casaos): generalize compose/docs for upstream (standard ports, repo icon URL)
- use the project's standard host ports 3000/3001/5005 (no local
  conflict-avoidance remapping)
- point icon/thumbnail/screenshot at ruvnet/RuView so they resolve once merged
- drop deployment-specific notes (host IP, absolute paths) from comments/docs

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 20:01:25 +02:00
Lorenzo Argentieri 8cbade3ce3 fix(casaos): point app tile at /ui dashboard and complete x-casaos schema
- index -> /ui/index.html so the CasaOS tile opens the actual dashboard
  instead of the bare API index page (root / only lists endpoints)
- add webui_port, and envs/ports/volumes annotations + screenshot_link
  to match the richer CasaOS app-store metadata format
- add mode: ingress to the UDP 5005 port for consistency with the TCP ports
- docs: document the /ui/* dashboard URLs (index/observatory/pose-fusion/viz)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 19:58:18 +02:00
Lorenzo Argentieri 296370d4b4 docs(casaos): add CasaOS-ready docker compose, icon, and Docker guide
- docker-compose.casaos.yml: prebuilt-image compose with x-casaos app
  metadata; host ports 3030/3031/5005 to avoid local clashes
- assets/ruview-icon.png: 512x512 square app icon
- docs/DOCKER-CASAOS.md: Docker + CasaOS run/import guide, ESP32-S3 setup
- README: link the new guide from Quick Start and the docs table

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-23 00:21:33 +02:00