Home | Notifications | New Note | Local | Federated | Search | Logout
Rob Thomas [Admin m.au]@xrobau@mastodon.au
I push buttons and break things! I am the guy that runs mastodon.au (and mastodon.nz, and a few other things)
I live in Central QLD, and do FOSS stuff.
If you feel like donating, feel free to sponsor my open source work on GitHub
https://github.com/sponsors/xrobau
Mastodon.au: https://mastodon.au/admin.html
Joined: 2026-09-18 09:46:09
1 notes, 0 following, 0 followers
Reply to @christin@lsbt.me
Rob Thomas [Admin m.au]@xrobau@mastodon.au (2026-09-18 09:43:18)
@christin for those sensible people that use Caddy, here's the config snippet for that:
```
@apiacct {
path /api/v1/accounts
not method GET
}
handle @apiacct {
respond "Go stick your head in a pig" 403
}
```
#mastodon #fediverse #mastoadmin