Commit Graph

14 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
de21abedc7 Update docker compose files of all projects 2025-11-26 18:44:21 +01:00
e79ce045aa Update gitignore 2025-11-26 18:43:51 +01:00
21c0c071a5 Fix service name 2025-08-05 16:11:08 +02:00
fb6afa9b46 Add tududi 2025-08-05 12:35:44 +02:00
61573d43b8 Fix typo in gitea runner volumen mount 2025-07-22 11:45:59 +02:00
1b41212fc1 Add architecture to gitea runner 2025-07-22 11:29:09 +02:00
bde42600b4 Add gitea runner 2025-07-22 11:27:14 +02:00
0088bbb633 testing first app in AppStore with different settings 2025-07-18 19:07:17 +02:00
929457f553 Add architecture description to docker compose for comfyui 2025-07-18 18:52:46 +02:00
34fcafdbc4 Simplify docker compose file for comfyui 2025-07-18 18:49:35 +02:00
a8d093cd0d Update Apps docker-compose file metadata 2025-07-18 18:43:32 +02:00
13a2ad8c75 Initial Commit to test if this version works with CasaOS 2025-07-18 18:34:06 +02:00