Webhook endpoints for ava
Find a file
2025-03-02 15:14:27 -08:00
.vscode feat(aquadx): add aquadx endpoint 2025-03-02 15:14:04 -08:00
src feat(aquadx): add aquadx endpoint 2025-03-02 15:14:04 -08:00
.gitignore feat: 🎉 initial commit 2024-11-21 18:40:56 -08:00
Dockerfile feat: 🎉 initial commit 2024-11-21 18:40:56 -08:00
LICENSE docs: add license 2024-11-21 18:43:31 -08:00
package-lock.json feat: 🎉 initial commit 2024-11-21 18:40:56 -08:00
package.json chore: bump version 2025-03-02 15:14:27 -08:00
README.md feat(aquadx): add aquadx endpoint 2025-03-02 15:14:04 -08:00
tsconfig.json feat: 🎉 initial commit 2024-11-21 18:40:56 -08:00
vite.config.ts feat: 🎉 initial commit 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

/aquadx

  • instance: AquaDX API route. Include trailing slash.
  • token: AquaDX token.

/bluesky

  • pds (optional): Bluesky PDS. Include protocol.
  • identifier: Bluesky handle
  • password: Bluesky password - create an app password in settings

/forgejo

  • instance: Link to your Forgejo instance. Include protocol.
  • apiKey: Forgejo API key.

/gravatar

  • cookie: Your gravatar cookie.
  • email (optional): Email to set the profile picture for.

/misskey

  • instance: Link to your Misskey instance. Include protocol.
  • apiKey: Misskey API key.