A fork of pds-dash for selfhosted.social
Svelte 52.3%
TypeScript 37.7%
CSS 7.6%
HTML 1.4%
JavaScript 1.1%
39 1 0

Clone this repository

https://tangled.org/baileytownsend.dev/pds-dash-fork https://tangled.org/did:plc:rnpkyqnmsw4ipey6eotbdnnf/pds-dash-fork
git@knot.tangled.wizardry.systems:baileytownsend.dev/pds-dash-fork git@knot.tangled.wizardry.systems:did:plc:rnpkyqnmsw4ipey6eotbdnnf/pds-dash-fork

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

Download tar.gz
README.md

pds-dash#

a frontend dashboard with stats for your ATProto PDS.

setup#

prerequisites#

installing#

clone the repo, install dependencies using deno:

deno install

development server#

local develompent server with hot reloading:

deno task dev

building#

to build the optimized bundle run:

deno task build

the output will be in the dist/ directory.

deploying#

we use our own CI/CD workflow at .forgejo/workflows/deploy.yaml, but it boils down to building the project bundle and deploying it to a web server. it'll probably make more sense to host it on the same domain as your PDS, but it doesn't affect anything if you host it somewhere else.

configuring#

config.ts is the main configuration file, you can find more information in the file itself.

theming#

currently the only way to theme the app is to edit css in the components directly, glhf

relevant files:

the favicon is located at public/favicon.ico

license#

MIT