cookbook 'paramount', '~> 0.1.8 '
The paramount cookbook has been deprecated
Author provided reason for deprecation:
The paramount cookbook has been deprecated and is no longer being maintained by its authors. Use of the paramount cookbook is no longer recommended.
paramount (2) Versions 0.1.8 Follow0
Installs/Configures a complete online software stack
cookbook 'paramount', '~> 0.1.8 ', :supermarket
knife supermarket install paramount
knife supermarket download paramount
Paramount Cookbook
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
Supported Platforms
- Ubuntu 16.04
Attributes
Key | Type | Description | Default |
---|---|---|---|
['paramount']['domain'] |
String | FQDN | example.com |
['paramount']['user'] |
String | Username | admin |
['paramount']['contact'] |
String | E-Mail address | *computed* |
Components
paramount::email
Email is a full email stack (IMAP, SMTP, anti-spam)
- Dovecot, Postfix, dspam, spamassasin
- Roundcube, postgresql
paramount::web
paramount::cloud
paramount::multimedia
- Plex, sickbeard, etc
Usage
Include the specific component(s) you want in your node's run_list
:
{ "run_list": [ "recipe[paramount::email]" ] }
License and Authors
Author:: Michael Burns (@mburns)
Contributor:: Alexander Adam (@alexanderadam)
Dependent cookbooks
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
0 .1.6
0.1.5
Work on the email stack. Initial logic for encrypted attributes
0.1.4
0.1.1
0.1.0
Initial release of paramount cookbook