top of page

Harp Nextcloud Install Upd Jun 2026

Note: You will likely receive a browser warning because the initial connection uses a self-signed certificate. Proceed anyway.

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 .

Installing HaRP involves setting up a Docker container and then registering it within your Nextcloud instance. 1. Deploy the HaRP Docker Container harp nextcloud install

cd /var/www/nextcloud/custom_apps sudo git clone https://github.com/gabrielbruin/harp.git

ansible-playbook -i inventory/hosts.ini provision-cluster.yml Note: You will likely receive a browser warning

You must confirm your installation is rock solid.

Troubleshooting tips

memory_limit = 512M max_execution_time = 300 post_max_size = 2048M upload_max_filesize = 2048M

Casey's Mill © 2026
Chicago Bungalow Association is an Illinois nonprofit corporation exempt from federal income tax under Section 501(c)(3)

bottom of page