diff --git a/Mastodon/Mastodon-Media-Usage-Report.sh b/Mastodon/Mastodon-Media-Usage-Report.sh new file mode 100644 index 0000000..f0a5f52 --- /dev/null +++ b/Mastodon/Mastodon-Media-Usage-Report.sh @@ -0,0 +1 @@ +RAILS_ENV=production bin/tootctl media usage \ No newline at end of file diff --git a/Mastodon/Mastodon-Restart-Services.sh b/Mastodon/Mastodon-Restart-Services.sh new file mode 100644 index 0000000..fd615ad --- /dev/null +++ b/Mastodon/Mastodon-Restart-Services.sh @@ -0,0 +1,3 @@ + sudo systemctl restart mastodon-web + sudo systemctl restart mastodon-streaming + sudo systemctl restart mastodon-sidekiq \ No newline at end of file diff --git a/Mastodon/Mostodon-Cleanup.sh b/Mastodon/Mostodon-Cleanup.sh new file mode 100644 index 0000000..52a7904 --- /dev/null +++ b/Mastodon/Mostodon-Cleanup.sh @@ -0,0 +1 @@ +RAILS_ENV=production bin/tootctl media remove-orphans \ No newline at end of file