smartcloud 0.0.50 → 0.0.55

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74096602e5173c5232b113420a890389588262665824552831c5f3e59901b08c
4
- data.tar.gz: bb34c4645ea708a102619bbe5adae2afa11a0da712adcd26fe925b4a22025b58
3
+ metadata.gz: 0022dbdf5e91fd1e279ec7acdfc9f02f3814c663e7b4de874e16e8371d8303e1
4
+ data.tar.gz: 26ffbfbf1ee1cd71c9d441ed595c8cc1d5a4eaeda9eb41443cd3983d8768cb10
5
5
  SHA512:
6
- metadata.gz: c3dfa4caadcc578d92e6eeba23c37dfde03b2e504a68e599f9e3c6946d37cb66fad06745380419a7992db94987e175262f5968ae1fad7701657d7634f1e64486
7
- data.tar.gz: 8741161b75e91f00064830daa76f37047b71fadb420a37f6ccfa10a0a73a539bcf4508be7232fb7642c02df5b4cd3036cae049c3dafaac454db8cc54e34a4826
6
+ metadata.gz: '0449ee35ae4b396344021cc5eb8fa2e39bfc23c5f9914e6716b59e0e9786513665a3ff2b784c4cbafdff13791b15fcb9f2db978a2f72fb6666f391d2c50205d6'
7
+ data.tar.gz: 6e5cd7f788f12d41bc4c28b977681057b6436bb52b97fb322377ed08c98d0b951b9ef6d741f5b9c6a43dcd5a5678056dc1fca1c3cd1d55113765434ce7a75072
@@ -3,8 +3,6 @@ client_max_body_size 0; # Git pushes can be massive, just to make sure nginx doe
3
3
  include fastcgi_params; # Include the default fastcgi configs
4
4
 
5
5
  fastcgi_param SCRIPT_FILENAME /usr/libexec/git-core/git-http-backend; # Tells fastcgi to pass the request to the git http backend executable.
6
- fastcgi_param GIT_HTTP_EXPORT_ALL "";
7
- # fastcgi_param GIT_PROJECT_ROOT /.smartcloud/grids/grid-runner/apps/repositories; # is the location of all of your git repositories.
8
6
  fastcgi_param PATH_INFO $uri; # Takes the capture group from our location directive and gives git that.
9
7
  fastcgi_param REMOTE_USER $remote_user; # Forward REMOTE_USER as we want to know when we are authenticated
10
8
 
@@ -76,6 +76,7 @@ module Smartcloud
76
76
  --name='nginx-letsencrypt' \
77
77
  --env NGINX_PROXY_CONTAINER=nginx \
78
78
  --env NGINX_DOCKER_GEN_CONTAINER=nginx-gen \
79
+ --env DEFAULT_EMAIL=#{Smartcloud.config.sysadmin_email} \
79
80
  --volumes-from nginx \
80
81
  --volume='/var/run/docker.sock:/var/run/docker.sock:ro' \
81
82
  --restart='always' \
@@ -23,11 +23,11 @@ module Smartcloud
23
23
  --env LETSENCRYPT_HOST=#{Smartcloud.config.git_domain} \
24
24
  --env LETSENCRYPT_EMAIL=#{Smartcloud.config.sysadmin_email} \
25
25
  --env LETSENCRYPT_TEST=#{Smartcloud.config.letsencrypt_test} \
26
- --env GIT_PROJECT_ROOT='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner/apps/repositories' \
26
+ --env GIT_PROJECT_ROOT=#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner/apps/repositories \
27
+ --env GIT_HTTP_EXPORT_ALL="" \
27
28
  --expose='9000' \
28
29
  --volume='#{Smartcloud.config.user_home_path}/.smartcloud/config:#{Smartcloud.config.user_home_path}/.smartcloud/config' \
29
30
  --volume='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner:#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner' \
30
- --volume='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner/spawn-fcgi.conf:/etc/conf.d/spawn-fcgi' \
31
31
  --volume='/var/run/docker.sock:/var/run/docker.sock' \
32
32
  --user=#{File.basename(Smartcloud.config.user_home_path)} \
33
33
  --workdir='#{Smartcloud.config.user_home_path}/.smartcloud/grids/grid-runner/apps' \
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.50
4
+ version: 0.0.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timeboard
@@ -32,7 +32,6 @@ files:
32
32
  - lib/smartcloud/grids/grid-nginx/nginx.tmpl
33
33
  - lib/smartcloud/grids/grid-runner/Dockerfile
34
34
  - lib/smartcloud/grids/grid-runner/buildpacks/rails/Dockerfile
35
- - lib/smartcloud/grids/grid-runner/spawn-fcgi.conf
36
35
  - lib/smartcloud/grids/grid-solr/docker-entrypoint-initdb.d/.keep
37
36
  - lib/smartcloud/grids/grid-solr/sunspot/conf/schema.xml
38
37
  - lib/smartcloud/grids/grid-solr/sunspot/conf/solrconfig.xml
@@ -1,77 +0,0 @@
1
- # Copyright 1999-2009 Gentoo Foundation
2
- # Distributed under the terms of the GNU General Public License v2
3
- # $Header: /var/cvsroot/gentoo-x86/www-servers/spawn-fcgi/files/spawn-fcgi.confd,v 1.6 2009/09/28 08:38:02 bangert Exp $
4
-
5
- # DO NOT MODIFY THIS FILE DIRECTLY! CREATE A COPY AND MODIFY THAT INSTEAD!
6
-
7
- # The FCGI process can be made available through a filesystem socket or
8
- # through a inet socket. One and only one of the two types must be choosen.
9
- # Default is the inet socket.
10
-
11
- # The filename specified by
12
- # FCGI_SOCKET will be suffixed with a number for each child process, for
13
- # example, fcgi.socket-1.
14
- # Leave empty to use an IP socket (default). See below. Enabling this,
15
- # disables the IP socket.
16
- #
17
- #FCGI_SOCKET=
18
-
19
- # When using FCGI_PORT, connections will only be accepted from the following
20
- # address. The default is 127.0.0.1. Use 0.0.0.0 to bind to all addresses.
21
- #
22
- #FCGI_ADDRESS=
23
-
24
- # The port specified by FCGI_PORT is the port used
25
- # by the first child process. If this is set to 1234 then subsequent child
26
- # processes will use 1235, 1236, etc.
27
- # The default is 1234 if FCGI_SOCKET is not set
28
- #
29
- #FCGI_PORT=
30
-
31
- # The path to your FastCGI application. These sometimes carry the .fcgi
32
- # extension but not always. For PHP, you should usually point this to
33
- # /usr/bin/php-cgi.
34
- #
35
- #FCGI_PROGRAM=
36
-
37
- # The number of child processes to spawn. The default is 1.
38
- #
39
- #FCGI_CHILDREN=
40
-
41
- # If you want to run your application inside a chroot then specify the
42
- # directory here. Leave this blank otherwise.
43
- #
44
- #FCGI_CHROOT=
45
-
46
- # If you want to run your application from a specific directiory specify
47
- # it here. Leave this blank otherwise.
48
- #
49
- #FCGI_CHDIR=
50
-
51
- # The user and group to run your application as. If you do not specify these,
52
- # the application will be run as root:root.
53
- #
54
- #FCGI_USER=
55
- #FCGI_GROUP=
56
-
57
- # Additional options you might want to pass to spawn-fcgi
58
- #
59
- #FCGI_EXTRA_OPTIONS=
60
-
61
- # If your application requires additional environment variables, you may
62
- # specify them here. See PHP example below.
63
- #
64
- #ALLOWED_ENV="PATH"
65
-
66
- # PHP ONLY :: These two options are specific to PHP. The first is the number
67
- # of child processes to spawn. The second is the number of requests to be
68
- # served by a single PHP process before it is restarted.
69
- #
70
- #PHP_FCGI_CHILDREN=5
71
- #PHP_FCGI_MAX_REQUESTS=500
72
- #
73
- # For this to work you would set
74
- # ALLOWED_ENV="PATH PHP_FCGI_CHILDREN PHP_FCGI_MAX_REQUESTS"
75
-
76
- # GIT ONLY :: Environment Variables
77
- ALLOWED_ENV="GIT_PROJECT_ROOT"