2020-08-24 00:04:32 +00:00
|
|
|
# Removing Soapbox
|
|
|
|
|
2022-08-29 16:20:56 +00:00
|
|
|
Removing Soapbox and reverting to Pleroma FE is really easy. Just run the following:
|
2020-08-24 00:04:32 +00:00
|
|
|
```
|
|
|
|
rm /opt/pleroma/instance/static/index.html
|
|
|
|
rm -R /opt/pleroma/instance/static/packs
|
|
|
|
rm -R /opt/pleroma/instance/static/sounds
|
|
|
|
```
|
|
|
|
|
|
|
|
If you need to remove other stuff, feel free to do so. But be careful not to remove your own HTML files.
|