bluesky-social / pds

Bluesky PDS (Personal Data Server) container image, compose file, and documentation
Other
1.47k stars 134 forks source link

Pdsadmin script URL returns 404 not found #144

Open aaplmike opened 6 days ago

aaplmike commented 6 days ago

In the code it specifies: https://raw.githubusercontent.com/bluesky-social/pds/main/pdsadmin

However, that URL gives a 404. Is there an updated location for the pdsadmin script?

kaptenkrille commented 6 days ago

I had same issue when i tried 'pdsadmin list' but then I saw that correct syntax was 'pdsadmin account list' and that worked.

aaplmike commented 5 days ago

Thanks. There are several scripts that are installed locally as part of the base install, apparently, list being one of them, and it works. However, if you look at the script you’ll see there is a URL where the scripts are downloaded from. This URL is giving a 404, so scripts like reset-password, which aren't initially downloaded locally, are not working.