Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

KingYoSun/atproto-pds-dashboard

Repository files navigation

ATProto PDS Dashboard

Contents

Overview

This repo is the administration dashboard of PDS in bluesky-social/atproto.

Everything in this repo is an work in progress!

Usage

If you use local PDS (dev-env etc.), do the following first.

  1. Clone bluesky-social/atproto
  2. make run-dev-env at bluesky-social/atproto

And do below in this repo.

yarn install
yarn dev

Then, access http://localhost:3000 .

In the dashboard, Authenticate as admin or moderator. If PDS is dev-env, host is http://localhost:2583 , username is admin , password is admin-pass .

Then, Login as user of the PLC server. This is needed to know the DID of the admin or moderator, and to exec getPostThread .

Features

Features of below is based on com.atproto.admin.* of lexicon.

  • getRecord
  • getRepo
  • getModerationReport(s)
  • takeModerationAction
  • getModerationAction(s)
  • resolveModerationReports
  • reverseModerationAction
  • (TODO) disableAccountInvites
  • (TODO) disableInviteCodes
  • (TODO) enableAccountInvites
  • (TODO) getInviteCodes
  • (TODO) rebaseRepo
  • (TODO) searchRepos
  • (TODO) sendEmail
  • (TODO) updateAccountEmail
  • (TODO) updateAccountHandle

Demo

https://atproto-pds-dashboard.vercel.app/

About

ATProtocol's PDS management dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published