From 37dafcd24d1fb040f3e4f029bd1c761c5864e82b Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Sun, 4 Jan 2026 23:56:53 +0000 Subject: [PATCH] Remove stale apps from readme. --- README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.md b/README.md index 55674c8..623ed67 100644 --- a/README.md +++ b/README.md @@ -97,20 +97,6 @@ Some apps require other apps to function. For example: When you add an app, check its `requires` field in the manifest and ensure dependencies are added first. -## Available Apps - -This repository includes apps for: -- Content management (Ghost, Discourse) -- Project management (OpenProject) -- Photo management (Immich) -- Code hosting (Gitea) -- Email marketing (Listmonk, Keila) -- AI interfaces (Open WebUI, vLLM) -- Databases (PostgreSQL, MySQL, Redis, Memcached) -- And more... - -Browse the full catalog with descriptions through the web app, CLI, or via the API endpoint `/api/v1/apps/available`. - ## Contributing Want to add a new app or improve an existing one? See [ADDING-APPS.md](ADDING-APPS.md) for detailed guidance on creating Wild Cloud apps.