chef-repo icon indicating copy to clipboard operation
chef-repo copied to clipboard

Set up your server to host Ruby on Rails apps. - Follow us on Twitter: @intercityup

Results 32 chef-repo issues
Sort by recently updated
recently updated
newest added

Hi, I was wondering, what's the best practice for adding PostgreSQL extensions? I ask this question because I can easily add the Ubuntu package (i.e. postgresql-contib) to the runlist to...

question

Using unicorn. Setting or changing a env-var requires a restart of unicorn. A simple reload (which is the default when using the capistrano setup) will not make these vars available...

bug

``` sudo nginx -t nginx: [emerg] unknown directive "passenger_root" in /etc/nginx/conf.d/passenger.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed ``` ``` nginx -V nginx version: nginx/1.4.6 (Ubuntu) built by gcc 4.8.2 (Ubuntu...

bug

I have succesfully made a node for a server and got it up and running. I made a second server and node with the same configurations(but diffrent pc) but now...

This adds a whitelisting feature to allow a certain range of IP-addresses. Usefull for that (in-house) testing, staging or v2.0 environment. Each app can have an "access" entry. Where you...

As per #139 I removed the old approach of adding certificates as strings to node JSON file. Cookbook files are used instead.

We want some way to create regular users that have sudo access on the server. Ideally we can pass in a list of users with one ore more corresponding SSH...

enhancement

Currently we have a default of 5 for the database pooling in the `database.yml` that gets created by Chef-repo. This is very low, I suggest we up this to something...

Hi, Great work on the repo. I am using a slightly modified version where I use puma instead of unicorn, but I believe the issue I am going to describe...

I have read through the available documentation but how does one set the following Nginx attributes within the example.com.json: ``` nginx ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_ciphers AES128-SHA:AES256-SHA:RC4-SHA:DES-CBC3-SHA:RC4-MD5; ssl_certificate /u/apps/example_production/shared/config/certificate.crt; ssl_certificate_key...