homepage/docs/widgets/services/mastodon.md
2024-01-19 18:43:24 -05:00

17 lines
481 B
Markdown

---
title: Mastodon
description: Mastodon Widget Configuration
---
[Mastodon](https://github.com/mastodon/mastodon) - Your self-hosted, globally interconnected microblogging community.
Use the base URL of the Mastodon instance you'd like to pull stats for. Does not require authentication as the stats are part of the public API endpoints.
Allowed fields: `["user_count", "status_count", "domain_count"]`.
```yaml
widget:
type: mastodon
url: https://mastodon.host.name
```