avahooks/README.md

29 lines
699 B
Markdown
Raw Normal View History

2024-11-21 18:40:56 -08:00
# avahooks
Webhook endpoints to bind to ava for platforms that do not support libravatar / do not have it enabled / etc.
All settings for endpoints are configured in query parameters.
## Endpoints
### `/bluesky`
- `pds` (optional): Bluesky PDS. Include protocol.
- `identifier`: Bluesky handle
- `password`: Bluesky password - create an app password in settings
2024-11-23 00:01:28 -08:00
### `/forgejo`
- `instance`: Link to your Forgejo instance. Include protocol.
- `apiKey`: Forgejo API key.
2024-11-22 21:38:43 -08:00
### `/gravatar`
- `cookie`: Your `gravatar` cookie.
- `email` (optional): Email to set the profile picture for.
2024-11-22 21:38:43 -08:00
2024-11-21 18:40:56 -08:00
### `/misskey`
- `instance`: Link to your Misskey instance. Include protocol.
- `apiKey`: Misskey API key.