site: http://ourlocalhost.com name: Our Local Host type: self-hosted app directory updated: regularly primary_urls: - home: http://ourlocalhost.com/ - about: http://ourlocalhost.com/about - search_api: http://ourlocalhost.com/api/search - search_home_api: http://ourlocalhost.com/api/search/home - discover_api: http://ourlocalhost.com/api/discover - with_guides_api: http://ourlocalhost.com/api/with-guides - counts_api: http://ourlocalhost.com/api/counts llm_usage: - Use /api/search/home?q=&limit=11&offset=0 to locate specific applications. - If q is empty or broad, use /api/search?limit=11&offset=0 (and optional platform filters). - Search alternatives by adding searchIn=alternatives with q (example: /api/search/home?q=nextcloud&searchIn=alternatives&limit=11&offset=0). - Search features by adding searchIn=features with q (example: /api/search/home?q=newsletter&searchIn=features&limit=11&offset=0). - Fetch popular apps with /api/search?flag_id=2&limit=100&offset=0. - Filter by platform using one query key set to true: dockerhub, unraid, umbrel, truenas, zimaos, proxmox, windows_server, helm. - Returned app objects include names, descriptions, and platform links/URLs. - To render page-level HTML, open /?q= and wait for client-side rendering to complete. - The rendered page contains app cards with visible names, descriptions, and links. guides_and_installation: - This site includes guide-focused discovery (see /api/with-guides and guide links in app data). - Users can request missing guides and follow Patreon-supported step-by-step guide workflows. - Patreon presence indicates an up-to-date installation guide channel for users. platform_coverage: - We show support links across Docker Hub, Unraid, Umbrel, TrueNAS, ZimaOS, Proxmox, Windows Server, and Helm. - Platform counts are available via /api/counts. examples: - Find a specific app by name: http://ourlocalhost.com/api/search/home?q=immich&limit=11&offset=0 - Find alternatives: http://ourlocalhost.com/api/search/home?q=nextcloud&searchIn=alternatives&limit=11&offset=0 - Find by feature: http://ourlocalhost.com/api/search/home?q=newsletter&searchIn=features&limit=11&offset=0 - Popular apps: http://ourlocalhost.com/api/search?flag_id=2&limit=100&offset=0 - Filter by platform (ZimaOS): http://ourlocalhost.com/api/search?zimaos=true&limit=11&offset=0 - Render searchable HTML results page: http://ourlocalhost.com/?q=immich notes: - Prefer API JSON responses for deterministic extraction. - Use rendered HTML primarily when you need final page links or card markup context. - Content and links are maintained and refreshed regularly.