I had the same experience with some of the 'arr projects.
UntouchedWagons
There's probably automated checks for certain words that a person might have to look at but it's likely all automated.
Sorry I don't know the reference.
The Insider channel has done tons of videos like this, several featured an actual ex-bak robber.
#cat /etc/systemd/system/mnt-data.mount
[Unit]
Description=nfs mount script
[Mount]
What=192.168.0.30:/mnt/tank/Media
Where=/mnt/data
Type=nfs4
[Install]
WantedBy=remote-fs.target
The file name has to match the folder upon which the share is mounted with hypens instead of forward slashes
I use systemd mount files instead of fstab, that way I can specify a network dependency in the off chance there's no network connection. Plus I can have other services like jellyfin depend on that mount file so it starts after the share is available.
Is Steam really a monopoly when Valve doesn't try to stifle competition and no other company could be bothered (besides maybe GOG) to make a half decent store?
I don't have exact instructions off the top of my head but you need to install the nvidia container runtime and set the container's runtime to nvidia. I can't think of a reason why radarr would need nvenc though; jellyfin, plex or tdarr sure.