Frontend with stats for your ATProto PDS https://pds.witchcraft.systems
Find a file
Ari c77cdb4b79 Custom themes and config overrides (#9)
Co-authored-by: Astra <me@astrra.space>
Reviewed-on: https://git.witchcraft.systems/scientific-witchery/pds-dash/pulls/9
Reviewed-by: Astra <me@astrra.space>
Co-authored-by: Ari <ariadna@hey.com>
Co-committed-by: Ari <ariadna@hey.com>
2025-05-29 08:38:03 +00:00
.forgejo/workflows Custom themes and config overrides (#9) 2025-05-29 08:38:03 +00:00
.vscode Cleanup the file structure 2025-04-20 13:50:26 +09:00
public Remove unused icons 2025-04-21 15:32:30 +09:00
src Custom themes and config overrides (#9) 2025-05-29 08:38:03 +00:00
themes Custom themes and config overrides (#9) 2025-05-29 08:38:03 +00:00
.gitignore Custom themes and config overrides (#9) 2025-05-29 08:38:03 +00:00
config.ts.example Custom themes and config overrides (#9) 2025-05-29 08:38:03 +00:00
deno.lock Added mutex to fix duplicated posts 2025-05-10 14:07:37 -04:00
index.html Formatting, cleanup, misc style changes, more config options 2025-04-21 16:20:43 +09:00
LICENSE Draft of a proper readme and a license file 2025-04-21 15:52:32 +09:00
package.json Added mutex to fix duplicated posts 2025-05-10 14:07:37 -04:00
README.md Custom themes and config overrides (#9) 2025-05-29 08:38:03 +00:00
svelte.config.js Formatting, cleanup, misc style changes, more config options 2025-04-21 16:20:43 +09:00
theming.ts Custom themes and config overrides (#9) 2025-05-29 08:38:03 +00:00
tsconfig.app.json Cleanup the file structure 2025-04-20 13:50:26 +09:00
tsconfig.json Cleanup the file structure 2025-04-20 13:50:26 +09:00
tsconfig.node.json Cleanup the file structure 2025-04-20 13:50:26 +09:00
vite.config.ts Custom themes and config overrides (#9) 2025-05-29 08:38:03 +00:00

pds-dash

a frontend dashboard with stats for your ATProto PDS.

setup

prerequisites

installing

clone the repo, copy config.ts.example to config.ts and edit it to your liking.

then, 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

the colors are designated in src/app.css as variables, go crazy with them

the rest is done by editing the css files and style tags directly, good luck

relevant files:

the favicon is located at public/favicon.ico

license

MIT