Harp Nextcloud Jun 2026

Requires setting a shared key ( HP_SHARED_KEY ) and optionally extending the Apache vhost template to route /exapps/ to the HaRP container.

Whether you're running a small home server or a large distributed enterprise environment, HaRP adapts: harp nextcloud

For production environments, a Docker Compose setup is often more manageable. The community has created comprehensive templates that include: Requires setting a shared key ( HP_SHARED_KEY )

Nextcloud is a popular, open-source, self-hosted cloud storage solution that allows users to store, share, and collaborate on files, contacts, calendars, and more. Developed by the team at Nextcloud GmbH, Nextcloud provides a comprehensive platform for individuals and organizations to manage their data, with a strong focus on security, data sovereignty, and customization. With Nextcloud, users can host their own cloud infrastructure, giving them complete control over their data and ensuring compliance with data protection regulations. Developed by the team at Nextcloud GmbH, Nextcloud

docker run -e HP_SHARED_KEY="some_very_secure_password" -e NC_INSTANCE_URL="https://cloud.acme.com" -e HP_TRUSTED_PROXY_IPS="192.168.0.0/24" -v /var/run/docker.sock:/var/run/docker.sock -v /some/path/certs:/certs -p 8780:8780 -p 8782:8782 --name appapi-harp -h appapi-harp --restart unless-stopped -d ghcr.io/nextcloud/nextcloud-appapi-harp:release