Commit Graph

2 Commits

Author SHA1 Message Date
4afcc37386 fix: remove invalid store_app_id from GeoGuesser AI config
The store_app_id field was incorrectly placed in the global x-casaos
section, causing "app not found" errors during installation. This field
is not needed based on working app examples (tududi) and was preventing
the app from being installed.

Fixes installation error: "app not found"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 23:02:45 +01:00
d9c6d2f8ce Add GeoGuesser AI app to store
New CasaOS app for AI-powered geographic image location analysis.
Features:
- Three-tier architecture (PostgreSQL, Backend API, Frontend)
- Claude AI integration for image analysis
- All environment variables configurable
- Only frontend port exposed externally
- Container registry authentication required

Note: Icon file (icon.png) still needs to be added.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 22:52:18 +01:00