Frontend with stats for your ATProto PDS https://pds.witchcraft.systems
Find a file
Astra 8cf19c6a77
All checks were successful
Deploy / Deploy (push) Successful in 30s
Typos and proper links
2025-04-21 15:55:34 +09:00
.forgejo/workflows Trying a different approach for deploying the thing 2025-04-21 14:25:56 +09: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 Remove unused icons 2025-04-21 15:32:30 +09:00
.gitignore Cleanup the file structure 2025-04-20 13:50:26 +09:00
config.ts Cleanup and Maintenance part 1 (#1) 2025-04-21 06:30:49 +00:00
deno.lock Cleanup and Maintenance part 1 (#1) 2025-04-21 06:30:49 +00:00
index.html Cleanup the file structure 2025-04-20 13:50:26 +09:00
LICENSE Draft of a proper readme and a license file 2025-04-21 15:52:32 +09:00
package.json Cleanup and Maintenance part 1 (#1) 2025-04-21 06:30:49 +00:00
README.md Typos and proper links 2025-04-21 15:55:34 +09:00
svelte.config.js Cleanup the file structure 2025-04-20 13:50:26 +09: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 Cleanup the file structure 2025-04-20 13:50:26 +09:00

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