Install ^hot^ - Harp Nextcloud
Users can record a voice memo while listening to any audio file (podcast, field recording, meeting, music demo). The memo is pinned to a specific timestamp.
Trigger this playbook in your pipeline after Helm deploy.
The initial connection check passes, but the "Test Deploy" action fails, and logs show: Failed heartbeat ... resulted in a 400 Bad Request response .
If your reverse proxy is also running as a Docker container on the same network (like Nginx Proxy Manager or Traefik), ensure it can resolve the hostname appapi-harp to the correct container. harp nextcloud install
We will use the official Nextcloud Helm chart from Bitnami or truecharts. Below is a production values.yaml .
With this approach, Nextcloud knows not to download or deploy a copy of the app — instead, it expects that you have set it up yourself and simply tells you where it is.
(excerpt):
The process is:
Have questions about your specific Harp Nextcloud install? Drop a comment below or check the official GitHub repository at github.com/gabrielbruin/harp.
Enter HaRP. Short for "Nextcloud AppAPI HaProxy Reverse Proxy," this system acts as a dedicated proxy layer between your main Nextcloud reverse proxy and your ExApps. It routes requests directly to ExApp containers, bypassing the Nextcloud PHP stack entirely. The result? Better performance, native WebSocket support for real-time collaboration, simplified deployment, and enhanced security with built-in brute‑force protection. Users can record a voice memo while listening
This template is battle-tested and includes separate containers for HaRP, the database, caching, and Nextcloud itself. Before starting the stack, create a .env file with your secrets:
Note: If you are using Nextcloud All-in-One (AIO), these locations might be managed automatically or require special handling. Troubleshooting