Skip to content

Commit 202fb93

Browse files
authored
Mastodon YouTube tutorial
1 parent b1fb383 commit 202fb93

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pages/providers/mastodon.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ description: How to add Mastodon to your system
66
import {Steps, Callout} from "nextra/components";
77
import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
88

9-
<Callout type="warning">
10-
**NOTE:** Postiz is currently hard-coded to use mastodon.social only. This will become more flexible to support other servers in a future release.
9+
<Callout>
10+
Watch the YouTube Tutorial:
11+
https://youtu.be/IAnfbE_htqg?si=z30m5qS8qLDN9R0X
1112
</Callout>
1213

1314
Mastodon client registration is not done via ther web interface, but by talking to the API directly. In the example below, we use `curl` to register a new client.

0 commit comments

Comments
 (0)