Coder Social home page Coder Social logo

homeos's Introduction

homeOS-cookbook

Setup: fail2ban selinux firewall influxdb grafana collectd rabbitmq nginx (https TBC) letsencrypt (self-signed)

Supported Platforms

Tested on CentOS 7, but should work on other linux distro if you had the correct deps.

Attributes

Key Type Description Default
['name'] String Node name
['inter_username'] String Username used between different components
['inter_password'] String Password used between different components
['ddns_token'] String Token used to update duckdns.org -- Sorry this is hardcoded for now
['ddns'] String Domain for duckdns.org -- Sorry this is hardcoded for now duckdns.org

Usage

On your wokstation:

berks package

Upload cookbooks-*.tar.gz, web.json and solo.rb to your new VPS.

On your VPS:

Force some setting, (we are using cloud at cost)

nmcli con mod "System eth0" ipv4.dns "8.8.8.8 8.8.4.4"
hostname YOUR_HOSTNAME
hostnamectl set-hostname YOUR_HOSTNAME --transient

Update your image, take a coffee.. this is C@C.

yum -y update

Install chef

curl -L https://www.opscode.com/chef/install.sh | bash

Untar-ungzip your cookbooks

Create or upload the following keys and cert:

/etc/keys/ca.crt # You ca.crt used to sign your cert
/etc/keys/server.crt #Unique server cert (used by rabbitmq)
/etc/keys/server.key #Private key for your server

Run

chef-solo -c solo.rb -j web.json

License and Authors

Author:: Pascal Larin [email protected]

homeos's People

Contributors

chaton78 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.