Hier ein paar wichtige Tootcl Befehle für den Mastodon Server auf Cloudron. Ich hab lange gebraucht bis ich herausgefunden habe, wie ich diese Befehle korrekt eingebe und damit ich sie nicht mehr vergesse (und andere auch nicht) habe ich sie hier kurz und knapp aufgelistet.
User zu Admin ernennen
1
| /app/tootctl accounts modify [name] --role admin |
/app/tootctl accounts modify [name] --role admin
Speicherplatzbelegung auflisten
1
| ./bin/tootctl media usage |
./bin/tootctl media usage
Files die älter sind als 2 Tage löschen
1
| ./bin/tootctl media remove --days=2 |
./bin/tootctl media remove --days=2
Statusmeldungen entfernen
1
| bin/tootctl statuses remove |
bin/tootctl statuses remove
Cache löschen
1
| bin/tootctl cache clear |
bin/tootctl cache clear
0 Kommentare