this repo has no description
TypeScript 94.2%
CSS 4.5%
JavaScript 0.8%
Other 0.5%
9 1 0

Clone this repository

https://tangled.org/scanash.com/better-pds-dash https://tangled.org/did:plc:3i6uzuatdyk7rwfkrybynf5j/better-pds-dash
git@tangled.org:scanash.com/better-pds-dash git@tangled.org:did:plc:3i6uzuatdyk7rwfkrybynf5j/better-pds-dash

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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