thruster 0.1.14-x86_64-linux → 0.1.16-x86_64-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/exe/x86_64-linux/thrust +0 -0
- data/lib/thruster/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40f3e3ace80b20c1ffd8da7feee879b9f29e88ff8c15591910aca929dd8fff83
|
|
4
|
+
data.tar.gz: 2b3b74d4906ca22d985366eeb0150791986fbcfbb746083c9a636ddb9cad32db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c6ee656bbdd80fe5ab9c030292fb2352c0f83796d3e5e06a2601f1a6fd3020073e7b6bf83817e4c87827bd3e4d5e80482c68d52abb42562553e89e3cf9802db
|
|
7
|
+
data.tar.gz: 732d8533603a23f2547b21db47d959d926cdcb92d55b9024ecd1fc779521b5b47122285f4c6ea0a2236eba3a94f2aa4fde75519d0ecddc05fb39fe9532c08364
|
data/README.md
CHANGED
|
@@ -88,10 +88,12 @@ environment variables that you can set.
|
|
|
88
88
|
| `HTTP_IDLE_TIMEOUT` | The maximum time in seconds that a client can be idle before the connection is closed. | 60 |
|
|
89
89
|
| `HTTP_READ_TIMEOUT` | The maximum time in seconds that a client can take to send the request headers and body. | 30 |
|
|
90
90
|
| `HTTP_WRITE_TIMEOUT` | The maximum time in seconds during which the client must read the response. | 30 |
|
|
91
|
+
| `H2C_ENABLED` | Set to `1` or `true` to enable h2c (http/2 cleartext) | Disabled |
|
|
91
92
|
| `ACME_DIRECTORY` | The URL of the ACME directory to use for TLS certificate provisioning. | `https://acme-v02.api.letsencrypt.org/directory` (Let's Encrypt production) |
|
|
92
93
|
| `EAB_KID` | The EAB key identifier to use when provisioning TLS certificates, if required. | None |
|
|
93
94
|
| `EAB_HMAC_KEY` | The Base64-encoded EAB HMAC key to use when provisioning TLS certificates, if required. | None |
|
|
94
95
|
| `FORWARD_HEADERS` | Whether to forward X-Forwarded-* headers from the client. | Disabled when running with TLS; enabled otherwise |
|
|
96
|
+
| `LOG_REQUESTS` | Log all requests. Set to `0` or `false` to disable request logging | Enabled |
|
|
95
97
|
| `DEBUG` | Set to `1` or `true` to enable debug logging. | Disabled |
|
|
96
98
|
|
|
97
99
|
To prevent naming clashes with your application's own environment variables,
|
data/exe/x86_64-linux/thrust
CHANGED
|
Binary file
|
data/lib/thruster/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: thruster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.16
|
|
5
5
|
platform: x86_64-linux
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin McConnell
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies: []
|
|
13
12
|
description: A zero-config HTTP/2 proxy for lightweight production deployments
|
|
14
13
|
email: kevin@37signals.com
|
|
@@ -29,7 +28,6 @@ licenses:
|
|
|
29
28
|
metadata:
|
|
30
29
|
homepage_uri: https://github.com/basecamp/thruster
|
|
31
30
|
rubygems_mfa_required: 'true'
|
|
32
|
-
post_install_message:
|
|
33
31
|
rdoc_options: []
|
|
34
32
|
require_paths:
|
|
35
33
|
- lib
|
|
@@ -44,8 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
44
42
|
- !ruby/object:Gem::Version
|
|
45
43
|
version: '0'
|
|
46
44
|
requirements: []
|
|
47
|
-
rubygems_version: 3.
|
|
48
|
-
signing_key:
|
|
45
|
+
rubygems_version: 3.6.9
|
|
49
46
|
specification_version: 4
|
|
50
47
|
summary: Zero-config HTTP/2 proxy
|
|
51
48
|
test_files: []
|