If you running out of disk space on your Umbrel device and when looking at usage it is the “System” entry that is using up all the space, and users on the internet keep telling you it is your bitcoin node when you know it is not, here is the fix.
In short, Umbrel uses docker to deploy apps. Docker can utilize a TON of space over time from logs, builds and updates. You need to periodically prune the docker area.
Standard warning that you should have backups somewhere in case data gets deleted. This command removes all stopped containers, all networks not used by at least one container, all dangling images, and all build cache. You will be prompted to confirm.
Log in to your Umbrel terminal in the advanced settings.
Run the ‘‘‘sudo docker system prune -a’’’ command. You need sudo and the password in order to access that subfolder.
Reboot your Umbrel just to get back to a clean start after that so that any services that had stopped will restart again.