A Chef cookbook for running your own self-hosted computing stack.
Inspired by https://github.com/al3x/sovereign
Tools are chosen from https://github.com/Kickball/awesome-selfhosted
Key | Type | Description | Default |
---|---|---|---|
['paramount']['domain'] |
String | FQDN | example.com |
['paramount']['user'] |
String | Username | admin |
['paramount']['contact'] |
String | E-Mail address | *computed* |
Email is a full email stack (IMAP, SMTP, anti-spam)
Include the specific component(s) you want in your node's run_list
:
{
"run_list": [
"recipe[paramount::email]"
]
}
Author:: Michael Burns (@mburns)
Contributor:: Alexander Adam (@alexanderadam)