Harp - Nextcloud Install

— especially for personal or small team use. You avoid the usual pitfalls of manual LAMP setup. However, for large-scale or heavily customized deployments, a manual install (or using Nextcloud’s official Docker/AIO) gives more control.

docker run -d \ --name appapi-harp \ -e HP_SHARED_KEY="your_secure_password" \ -e NC_INSTANCE_URL="https://yourdomain.com" \ -p 8780:8780 -p 8782:8782 \ ghcr.io/nextcloud/nextcloud-appapi-harp:release Use code with caution. Copied to clipboard : Handles HTTP/WebSocket traffic. Port 8782 : The FRP server for ExApp tunnels. 2. Register the Daemon in Nextcloud Log in to your Nextcloud instance as an admin. Navigate to Administration settings > AppAPI . Click Register Daemon . harp nextcloud install

The easiest way to start is using the official nextcloud/HaRP GitHub image. You'll need to define a shared key for secure communication. — especially for personal or small team use

: If running in a Kubernetes or ephemeral environment, ensure the /certs directory is mounted to a persistent volume, or HaRP will regenerate CA certs on restart, orphaning existing ExApps. docker run -d \ --name appapi-harp \ -e