Lidarr is a music collection management software designed to meet the needs of music enthusiasts. It allows you to automtically download your favorite tracks from Usenet or torrents. In this tutorial, you will learn how to install Lidarr on NetBSD, a Unix-like operating system.
Before installing Lidarr, make sure you have the following prerequisites:
# pkgin update
# pkgin install mono
# fetch https://github.com/Lidarr/Lidarr/releases/download/v0.8.1.2135/Lidarr.master.0.8.1.2135.linux-musl-core-x64.tar.gz
# tar -xvf Lidarr.master.0.8.1.2135.linux-musl-core-x64.tar.gz
/usr/local
:# mv Lidarr /usr/local/
lidarr
:# chown -R lidarr:lidarr /usr/local/Lidarr
# echo '#!/bin/sh
#
# PROVIDE: lidarr
. /etc/rc.subr
name="lidarr"
rcvar=$name_enable
start_cmd="${name}_start"
stop_cmd="${name}_stop"
load_rc_config $name
: ${lidarr_user="lidarr"}
: ${lidarr_group="lidarr"}
: ${lidarr_home="/usr/local/Lidarr"}
: ${lidarr_pidfile="/var/run/lidarr/lidarr.pid"}
: ${lidarr_command="mono /usr/local/Lidarr/Lidarr.exe --nobrowser --data=${lidarr_home}/config --port=8686"}
pidfile=$lidarr_pidfile
lidarr_start()
{
su -l ${lidarr_user} -c "${lidarr_command}"
}
run_rc_command "$1"' > /etc/rc.d/lidarr
# chmod +x /etc/rc.d/lidarr
# /etc/rc.d/lidarr start
Congratulations! You have successfully installed Lidarr on your NetBSD system. Enable SSL and configure Lidarr according to your preference.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!