Search Criteria
Package Details: atproto-pds 0.4.74-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/atproto-pds.git (read-only, click to copy) |
---|---|
Package Base: | atproto-pds |
Description: | AT Protocol PDS (Personal Data Server) |
Upstream URL: | https://github.com/bluesky-social/pds |
Keywords: | atproto atprotocol bluesky bsky pds |
Licenses: | MIT, Apache-2.0 |
Submitter: | Terrance |
Maintainer: | Terrance |
Last Packager: | Terrance |
Votes: | 1 |
Popularity: | 0.31 |
First Submitted: | 2024-12-10 22:26 (UTC) |
Last Updated: | 2025-01-14 23:18 (UTC) |
Dependencies (2)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs6-binAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- npm (corepackerAUR, python-nodejs-wheelAUR, nodejs6-binAUR) (make)
Latest Comments
Iiridayn commented on 2024-12-31 00:00 (UTC) (edited on 2025-01-14 22:38 (UTC) by Iiridayn)
Might be worth noting in a post-install message the Caddy config (as an example people can use for other TLS reverse proxies if necessary) at https://github.com/bluesky-social/pds/blob/main/installer.sh#L298 and that it runs on port 2583 by default instead of 3000, and the need to modify
/etc/pds.env
.I found the commands in
/etc/pds.env
sufficient documentation, though I only found this package after I'd gotten to the point of seriously considering building my own. Yours is better :).Edit: Thank you; I'll leave this up to link to the Caddy stuff as a guide if someone needs help getting a reverse proxy set up.