Make add a postmaster user and check for its existence on

This commit is contained in:
2018-03-06 00:32:49 +00:00
parent 4973a683fb
commit 5aa6607746
16 changed files with 934 additions and 14 deletions

View File

@@ -25,16 +25,15 @@ We need:
## Database structure
```
config/
domain: "example.com"
domains/
example.com/
accounts/
foo@example.com/
config/
emails/
config/
key: []byte(...)
cert: []byte(...)
```
I'm not sure what storm does under the hood. It seems clever. We have the
following, though:
* K-V store
* `config/domain`
* `domains/<domain>/config/cert`
* `domains/<domain>/config/key`
* ORM
* `Account`
* `Username`
* `Admin`
* `PasswordHash`