Add Docker uninstall script

This commit is contained in:
cyph3rasi
2026-03-07 17:16:25 -08:00
parent afa732503c
commit 0a54a3229a
3 changed files with 128 additions and 0 deletions
+10
View File
@@ -56,6 +56,16 @@ cd /opt/synapsis
docker compose pull && docker compose up -d
```
## 🗑️ Full Uninstall
To remove Synapsis completely from a host and start over:
```bash
curl -fsSL https://synapsis.social/uninstall.sh | bash
```
The uninstaller destroys the Synapsis containers, volumes, network, cached Synapsis images, and `/opt/synapsis`. It requires typing `DELETE` unless you set `FORCE=1`.
---
## 🛠️ Common Commands