This is based off the LinuxServer Mastodon Image and Ibelieve this simplifies the bare basics of get things going because Mastodon is fairly complex but well worth the effort.
WhyMastodon?
For me, it's about having social freedom, when you use big tech there are MANYnegative things that happen.
1.) They tap and mine all of your data for profit.
2.) You have 0 privacy and 0 benefits (no possible profi........
#if you have nvidia make sure you install the nvidia-cuda-toolkit so hardware acceleration can be used
wget http://ffmpeg.org/releases/ffmpeg-3.3.2.tar.bz2
tar -jxvf ffmpeg-3.3.2.tar.bz2
cd ffmpeg-3.3.2/
./configure --disable-yasm
install prefix /usr/local
source path ........