this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Better PDS Dash#

screenshot A comic-style Bluesky PDS dashboard with full support for Bluesky's embeds and media.

Setup#

Install dependencies:

bun i

Copy and add environment variables:

cp .env.example .env

Add your PDS URL to the .env file:

NEXT_PUBLIC_PDS_URL=https://pds.scanash.com

Add your PDS API Password to the .env:

PDS_PASSWORD=bleblebleble

If wanted, change the BSKY_APP_URL to your preferred Bluesky app fork:

NEXT_PUBLIC_BSKY_APP_URL=https://witchsky.app

Build:

bun run build

Run:

bun run start

How do i use this with my PDS#

Uh, you will figure it out, just use Traefik/Caddy to serve this on /

Here's a guide that might be helpful: Setting a custom homepage on a PDS

License#

Licensed under the MIT License