a step by step process into an appview

or, at least, what i had to do to spin up bsky, from a fresh clone towards a smol appview that you can Do Things With

you will need


plc #

here's my docker-compose file as a reference

services:
  pds:
    image: bsky-plc:f96c898
    network_mode: "host"
    environment:
      - "DB_CREDS_JSON={\"username\": \"bsky_plc\", \"password\": \"...\", \"port\": \"5432\", \"host\": \"localhost\", \"database\": \"bsky_plc\"}"
      - "DB_MIGRATE_CREDS_JSON={\"username\": \"bsky_plc\", \"password\": \"...\", \"port\": \"5432\", \"host\": \"localhost\", \"database\": \"bsky_plc\"}"
      - "PORT=32990"
      - "DEBUG_MODE=1"
      - "LOG_ENABLED=true"
      - "LOG_LEVEL=debug"
      - "LOG_DESTINATION=1"

relay #

pds #

appview #

appview (dataplane) #

TODO

appview (image) #

TODO

appview (appview!) #

TODO

social-app #

TODO

feedgen #

ozone #

jetstream #