Fork of official Bluesky PDS (Personal Data Server).
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add goat to readme (#287)

authored by

Alex Garnett and committed by
GitHub
233069b2 347a5674

+5
+5
README.md
··· 31 31 - [Common SMTP issues](#common-smtp-issues) 32 32 - [Logging](#logging) 33 33 - [Updating your PDS](#updating-your-pds) 34 + - [goat CLI](#goat-cli) 34 35 - [Environment Variables](#environment-variables) 35 36 - [License](#license) 36 37 ··· 314 315 ```bash 315 316 sudo pdsadmin update 316 317 ``` 318 + 319 + ### goat CLI 320 + 321 + The PDS image includes [goat](https://github.com/bluesky-social/goat), our command line tool for performing admin functions. `goat` is more portable than the `pdsadmin` scripts and can be used locally or within the container installed by this script. 317 322 318 323 ### Environment Variables 319 324