From ad138f715cac70563ab463d5197f7d7dbb9905e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 17 May 2025 18:11:17 +0400 Subject: [PATCH] Update doc --- docs/dev/mastodon.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/dev/mastodon.md b/docs/dev/mastodon.md index d010da3..1ec24cd 100644 --- a/docs/dev/mastodon.md +++ b/docs/dev/mastodon.md @@ -4,7 +4,10 @@ (Optional) -Log in to your Mastodon instance with an admin account and create a new -OAuth application: - -https://kosmos.social/settings/applications/new +* Log in to your Mastodon instance with an admin account +* Create a new OAuth application (Settings -> Development) +* Select `admin:read` access in the permissions +* After confirming, click on the application name in the list, and copy the + access token +* Configure it as `MASTODON_AUTH_TOKEN` via environment variable, or on + Admin -> Settings -> Services -> Mastodon