HomeBox

Guides

Uninstall

Remove HomeBox cleanly — it shows exactly what will go and asks before touching anything.

From the box

sudo bash /opt/homebox/scripts/uninstall.sh

Or, if the files on the box are already gone or broken:

curl -fsSL https://get.abeksis.net/uninstall.sh | sudo bash

Both print an inventory of exactly what will be removed — containers, networks, images and the size of everything under /opt/homebox — and then ask you to type remove. Anything else, or pressing Ctrl+C, leaves the box as it was.

What stays

Everything under /opt/homebox goes — including generated passwords, app settings and the backups stored there. Download a backup first if you might want it.

Options

--keep-dataRemove everything except data/ and backups/.
--keep-imagesLeave downloaded images in place.
--yesSkip the question. For scripts only.
sudo bash /opt/homebox/scripts/uninstall.sh --keep-data