This documentation explains how to set up a DietPi distribution server hosting a Pixelfed instance, which is a decentralized image sharing social media.
The following specific features complement the common base:
DCHP to Static192.168.10.60192.168.10.1Custom then 1.1.1.1 192.168.10.1brandybuckDisable Dropbear root login
sudo nano /etc/default/dropbear
Edit this line
DROPBEAR_EXTRA_ARGS="-w"
And restart
sudo systemctl restart dropbear
Update the system before any new addition
sudo apt update && sudo apt upgrade -y