Skip to content
Snippets Groups Projects
Verified Commit 56eae32f authored by Hugo Renard's avatar Hugo Renard
Browse files

feat: add housekeeping script

parent a4426b88
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -eux
docker-compose exec -T app tootctl accounts prune
docker-compose exec -T app tootctl statuses remove
docker-compose exec -T app tootctl media remove
docker-compose exec -T app tootctl media remove --prune-profiles
docker-compose exec -T app tootctl media remove --remove-headers
docker-compose exec -T app tootctl preview_cards remove
docker-compose exec -T app tootctl media remove-orphans
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment