With help from others in the Backdrop zulip chat, the private file path can be configured in the settings.php or settings.local.php using either relative or absolute paths. To do this, add the following line:
$config['system.core']['file_private_path'] = '../files_private';
The private file path will show in the GUI at admin/config/media/file-system
and it leaves the default download method as public, however modules that require private files such as backup_migrate and the demo module for snapshots will use the path. The default download method can be changed to private as needed.
Subsequently, changing the private file path in the GUI will likely not work as it will be overridden by the settings.php or settings.local.php configuration. Nonetheless, there are cases where this approach may be useful.
Recent comments
Also it has no maintainer. Anybody interested to maintain?
Flood Unblock analogue
Because it doesn't have a release yet?
Flood Unblock analogue
It's already been done, https://github.com/backdrop-contrib/flood_unblock how did we miss it?
Flood Unblock analogue
Solution: porting the Flood Unblock module using Coder Upgrade (https://backdropcms.org/project/coder_upgrade)...
Flood Unblock analogue
You may need to re-install your Backdrop site and restart the import after a failed import. While I've never used that module, rolling back the import may not be enough. I would be sure to have...
Importing Posts/Pages from Wordpress