Harp Nextcloud Install
: Start the FRP client container on the remote machine to establish the secure tunnel. Troubleshooting and Verification
You will see an entry with a harp icon (a golden stringed instrument). Click the button.
Once the container is running, you must register it as a in the AppAPI admin settings . harp nextcloud install
memory_limit = 512M upload_max_filesize = 10G post_max_size = 10G max_execution_time = 3600 date.timezone = UTC opcache.enable=1 opcache.interned_strings_buffer=16 opcache.max_accelerated_files=10000 opcache.memory_consumption=128 opcache.save_comments=1 opcache.revalidate_freq=1 Use code with caution. Restart PHP-FPM to apply changes: sudo systemctl restart php8.x-fpm Use code with caution. Step 2: Install and Configure PostgreSQL ("P")
docker run \ -e HP_SHARED_KEY="your_very_secure_password" \ -e NC_INSTANCE_URL="http://nextcloud.local" \ -v /var/run/docker.sock:/var/run/docker.sock \ -v $(pwd)/certs:/certs \ --name appapi-harp \ --hostname appapi-harp \ --restart unless-stopped \ -p 8780:8780 \ -p 8782:8782 \ -d ghcr.io/nextcloud/nextcloud-appapi-harp:release : Start the FRP client container on the
Click on your profile icon in the top-right corner, then select from the dropdown menu.
location ~ /harp/ limit_req zone=music burst=5; Once the container is running, you must register
: Enter the IP and port (e.g., 192.168.1.10:8780 ) where the HaRP container is reachable.