Harp Nextcloud Install

Since you are looking to install Nextcloud HaRP (HTTP Autoregister Reverse Proxy), this draft post outlines the steps to set up the new proxy system designed for Nextcloud 32+ External Apps (ExApps). Draft Post: Setting Up Nextcloud HaRP for External Apps

Configure FRP Client: On the remote machine, create a frpc.toml file pointing to your HaRP server's address on port 8782. harp nextcloud install

  1. Edit /etc/php/*/fpm/php.ini (replace * with your PHP version):

    Performance tuning

    phpPoolSetting: pm: dynamic pmMaxChildren: 50 pmStartServers: 5 pmMinSpareServers: 5 pmMaxSpareServers: 35 Since you are looking to install Nextcloud HaRP