run prompts, connect to wifi, do updates
change desktop image

hostnamectl set-hostname ...
nano /etc/hosts and set the same as well

sudo apt install prosody prosody-modules

VirtualHost "192.168.178.23"
    certificate = "/var/lib/prosody/192.168.178.23.crt"
    Component "muc.192.168.178.23" "muc"

prosodyctl cert generate 192.168.178.23

Unfortunately, images don't work, need a domain for that? Someone said to try this thing:

Component "img.192.168.178.23" "http_upload"
    http_host = "192.168.178.23"
HACKING.txt
A place to document what we do today.
README.txt
../