+10
README.md
+10
README.md
···
27
cargo run
28
```
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
+
40
## Code map
41
```
42
* migrations/ - SQLite database migrations
+3
default.toml
+3
default.toml
···
10
key = "data/default.key"
11
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.
16
test = true
17
18
# Optional. Configuration for exporting metrics to a cloud monitoring dashboard.