+ "### What is AppAPI?\n\nAppAPI is the Nextcloud component that enables **External Apps (ExApps)**.\nExApps are apps whose backend runs **outside** the Nextcloud PHP process (usually as a Docker container), while still integrating with your Nextcloud users, permissions and web UI.\n\n### Do I need it?\n\nNo. If you do not plan to install External Apps, you can disable AppAPI.\n\nIf AppAPI is enabled without a configured Deploy Daemon, Nextcloud will show the info message:\n\n> \"AppAPI default deploy daemon is not set …\"\n\nThat warning means: \"External Apps are not configured yet\".\n\nYou can either disable AppAPI, or configure a Deploy Daemon (see below).\n\n### How do External Apps get deployed?\n\nA **Deploy Daemon** is the service Nextcloud talks to in order to install, start, stop and reach ExApps.\n\nTwo options are available:\n\n- **HaRP** (recommended for Nextcloud 32+) — a high-performance reverse proxy with FRP tunneling\n- **Docker Socket Proxy** (legacy) — scheduled for removal in Nextcloud 35\n\nSee the [admin documentation](https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/DeployConfigurations.html) for setup instructions." : "### Was ist AppAPI?\n\nAppAPI ist die Nextcloud-Komponente, die **Externe Apps (ExApps)** ermöglicht.\nExApps sind Apps, deren Backend **außerhalb** des Nextcloud-PHP-Prozesses (normalerweise als Docker-Container) ausgeführt wird, und trotzdem in die Nextcloud-Konten, -Berechtigungen und -Web-Benutzeroberfläche integriert ist.\n\n### Benötige ich es?\n\nNein. Wenn du nicht vorhast, externe Apps zu installieren, kannst du AppAPI deaktivieren.\n\nWenn AppAPI ohne konfigurierten Deploy-Daemon aktiviert ist, zeigt Nextcloud folgende Meldung an:\n\n> \"AppAPI-Standardbereitstellungs-Daemon ist nicht festgelegt …\"\n\nDiese bedeutet: \"Externe Apps sind noch nicht konfiguriert.\"\n\nDu kannst entweder AppAPI deaktivieren oder einen Deploy-Daemon einrichten (siehe unten).\n\n### Wie werden externe Apps bereitgestellt?\n\nEin **Deploy Daemon** ist der Dienst, mit dem Nextcloud kommuniziert, um ExApps zu installieren, zu starten, zu stoppen und zu erreichen.\n\nEs stehen zwei Optionen zur Verfügung:\n\n- **HaRP** (empfohlen für Nextcloud 32+) — ein leistungsstarker Reverse-Proxy mit FRP-Tunneling\n- **Docker Socket Proxy** (Legacy) — Entfernung in Nextcloud 35 geplant\n\nAnleitungen zur Einrichtung finden sich in der [Administrations-Dokumentation](https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/DeployConfigurations.html).",
0 commit comments