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