From 4afcc373864d54215bb400b18d4089f992762b9d Mon Sep 17 00:00:00 2001 From: Alexander Hinrichs Date: Wed, 26 Nov 2025 23:02:45 +0100 Subject: [PATCH] fix: remove invalid store_app_id from GeoGuesser AI config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Apps/geoguesser-ai/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Apps/geoguesser-ai/docker-compose.yml b/Apps/geoguesser-ai/docker-compose.yml index 241f182..7b07669 100644 --- a/Apps/geoguesser-ai/docker-compose.yml +++ b/Apps/geoguesser-ai/docker-compose.yml @@ -151,6 +151,5 @@ x-casaos: index: / port_map: "8080" scheme: http - store_app_id: geoguesser-ai title: en_us: GeoGuesser AI