FreeBSD
- Download a package from the latest release.
- Install it with
pkg add -f
(the force flag is required because the package has a bug) - Edit the config file at
/etc/unpackerr/unpackerr.conf
, or generate one and start it. - Not many folks use FreeBSD, but we can try to help if you drop by the Discord.
Archive Access
Unpackerr requires write access to your download location.
Make sure you set the path
variables correctly in the configuration.
Even if they're set incorrectly Unpackerr makes a best effort attempt
to locate your downloads. If it can't find your downloads, then the
path
or paths
variables need to be adjusted.
Permissions
On FreeBSD the app runs as user unpackerr
.
The username is hard coded in the rc file.
If you wish to change the user, edit the rc file. This process will change and get better in the future.