Alternative ATProto PDS implementation

Touch up some more documentation

Dr. Chat ddda782f 0262b25f

Changed files
+13
+10
README.md
··· 27 27 cargo run 28 28 ``` 29 29 30 + ## Cost breakdown (on Azure) 31 + This is how much it costs to host the @test.justinm.one account: 32 + 33 + - $20/mo 34 + - $13/mo: Azure Application Service 35 + - $5/mo: Azure Container Registry 36 + - $1/mo: Azure Storage Account 37 + 38 + This is _without_ optimizing for costs. The PDS can likely be made much cheaper. 39 + 30 40 ## Code map 31 41 ``` 32 42 * migrations/ - SQLite database migrations
+3
default.toml
··· 10 10 key = "data/default.key" 11 11 12 12 # Test mode. This instructs BluePDS not to federate with the rest of the AT network. 13 + # 14 + # Specifically, this means that we will not broadcast account changes to the PLC directory, 15 + # and we will not connect to upstream relays. 13 16 test = true 14 17 15 18 # Optional. Configuration for exporting metrics to a cloud monitoring dashboard.