Mirror from bluesky-social/pds
0
fork

Configure Feed

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

update TOC

+6 -7
+6 -7
README.md
··· 30 30 * [Download the Docker compose file](#download-the-docker-compose-file) 31 31 * [Create the systemd service](#create-the-systemd-service) 32 32 * [Start the service](#start-the-service) 33 - * [Verify your PDS is online](#verify-your-pds-is-online) 34 - * [Obtain your PDS admin password](#obtain-your-pds-admin-password) 35 - * [Generate an invite code for your PDS](#generate-an-invite-code-for-your-pds) 33 + * [Verify your PDS is online](#verify-your-pds-is-online) 34 + * [Obtain your PDS admin password](#obtain-your-pds-admin-password) 35 + * [Generate an invite code for your PDS](#generate-an-invite-code-for-your-pds) 36 36 * [Connecting to your server](#connecting-to-your-server) 37 37 * [Manually updating your PDS](#manually-updating-your-pds) 38 38 * [PDS environment variables](#pds-environment-variables) 39 - 40 39 41 40 42 41 ## FAQ ··· 329 328 sudo docker ps 330 329 ``` 331 330 332 - #### Verify your PDS is online 331 + ### Verify your PDS is online 333 332 334 333 You can check if your server is online and healthy by requesting the healthcheck endpoint. 335 334 ··· 338 337 {"version":"0.2.2-beta.2"} 339 338 ``` 340 339 341 - #### Obtain your PDS admin password 340 + ### Obtain your PDS admin password 342 341 343 342 Your PDS admin password should be in your `pds.env` file if you used the installer script. 344 343 ··· 349 348 $ echo $PDS_ADMIN_PASSWORD 350 349 a7b5970b6a5077bb41fc68a26d30adda 351 350 ``` 352 - #### Generate an invite code for your PDS 351 + ### Generate an invite code for your PDS 353 352 354 353 By default, your PDS will require an invite code to create an account. 355 354