mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
15 lines
366 B
Markdown
15 lines
366 B
Markdown
![]() |
---
|
||
|
title: Mastodon
|
||
|
description: Mastodon Widget Configuration
|
||
|
---
|
||
|
|
||
|
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
|
||
|
```
|