Almost done...
Congrats! 🎉 You've installed Soapbox BE. Now you just need to install a frontend.
Installing Soapbox FE
To install Soapbox FE, SSH into the server and download a .zip of the latest build:
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/develop/download?job=build-production -o soapbox-fe.zip
Then unpack it into the instance
directory:
busybox unzip soapbox-fe.zip -o -d /opt/pleroma/instance
That's it! Just refresh this page.