Need help with music organizer jail - Beets.

rio236

Dabbler
Joined
Aug 19, 2016
Messages
38
I would appreciate some help in getting a jail for Beets.
https://beets.readthedocs.io/en/latest/index.html
https://www.freshports.org/audio/beets/
This is as far I've gotten.

# echo '{"pkgs":["py36-pip","py36-sqlite3","chromaprint","ffmpeg","shntool","sudo"]}' > /tmp/pkg.json
# iocage create -n "beets" -p /tmp/pkg.json -r 11.2-RELEASE ip4_addr="vnet0|192.168.1.55/24" defaultrouter="192.168.1.1" vnet="on" allow_raw_sockets="1" boot="on" host_hostname="beets"
# rm /tmp/pkg.json
# iocage console beets
# pkg update && pkg upgrade -y
# pip install beets

I'm not certain if the MEDIA user needs to be added...
I'm still a noob and would appreciate any help.
Thanks in advance.
 
Top