mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

#mastoadmin

32 posts24 participants12 posts today

🚨 Mastodon security patch released

The :mastodon: Mastodon team has released new versions that fix security issues.
It is strongly recommended that admins upgrade to the latest version of their branch.

Changelogs:
4.3.8 github.com/mastodon/mastodon/r
4.2.21 github.com/mastodon/mastodon/r

Security advisory:
⚪ github.com/mastodon/mastodon/s

Well... I accidently made it so no inbound requests from the entire Fediverse would actually make it to my instance... Fixed it now! But... anything that was favorited, boosted, or replied to for the last 2-3 hours or so isn't showing up for me :arataka_stare:.

Pro tip, don't use "bot fight mode" on a Mastodon instance.

Mastodon admins, did you know you can very easily customise your server's favicon, app icon and thumbnail artwork?

Go to ⚙️ Preferences > Administration > Server Settings, scroll to the bottom and click "Browse" to upload your icons/artwork.

"Server Thumbnail" = Artwork in link previews and Mastodon server listings

"Favicon" = Icon that appears when people bookmark your server’s website on their web browser

"App Icon" = Icon if people install your server’s website as a web app

Replied to Fox Ritch :fjoxicon:

@fox I'm not sure what problems you are having getting tootctl to work, but I normally do this:

I have to add, based on my setup,

RAILS_ENV=production bin/ before the tootctl command

So, what I do is, from terminal, as root,

su - mastodon -s /bin/bash

then go to cd live (to make sure I am at home/mastodon/live)

and then run tootctl

so, commands would be:

checks media use
RAILS_ENV=production bin/tootctl media usage

remove media
RAILS_ENV=production bin/tootctl media remove --days=7

remove preview card
RAILS_ENV=production bin/tootctl preview_cards remove --days=3

remove media not attached to any post
RAILS_ENV=production bin/tootctl media remove-orphans

I once had to fix S3 permissions

RAILS_ENV=production bin/tootctl media remove-orphans --fix-permissions

Good luck. Your instance isn't that big and that is an enormous amount of storage #MastoAdmin

The FediAlgo hashtag filter section now highlights any hashtags you've posted about recently.

Interestingly the most I've used the app the more I've found feed filtering gets a ton of mileage for me. It's a huge change of pace to be able to instantly flip between whatever people are talking about on the Fediverse. Not really something you can do on any other social media platform I'm aware of.

* video of FediAlgo + link: universeodon.com/@cryptadamist

If you run a Mastodon server and want to protect your members, you might want to activate Authorized Fetch (also known as Secure Mode). This makes your defederations work properly, blocking communications in both directions.

Activating Authorized Fetch is very easy, it can be done through the web interface. Full instructions and questions answered at:

➡️ fedi.tips/authorized-fetch

(If you're wondering what it actually does, here's a useful article by @brook - hub.sunny.garden/2023/06/28/wh)

fedi.tipsAdding user safety through Authorized Fetch on Mastodon | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse
More from Fedi.Tips