thruster 0.1.25-aarch64-linux → 0.1.26-aarch64-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b60c1484fb0e87c3e585ea1677bb334daff0ac7b67b87aa7a0f821462c384d20
4
- data.tar.gz: affdaaabd9eb05d1953a9f923803bc3a8673ab0e476e81eb4c0a224fe75e7af9
3
+ metadata.gz: f0119482ab0008928ae0c713a1506959a2c037450fa0b94c229c3f33d4a5713d
4
+ data.tar.gz: a1f79074392aadd21ca275d7554f27696c57dd50661da44c15e35f7d128ecfc8
5
5
  SHA512:
6
- metadata.gz: 80d6fcc25cc852e54fcc14f3e260b42db8480b19ad65baaa8c377deec9f6be10f3fdb6e568cc94f908263e99233d5c2481bf540cfd312af9430f759664333914
7
- data.tar.gz: bf7f9fd943e5d5a19c61ff35cd1067a8638f2da279815f525bc806f3056c052c60d1309121b2b39b240a779f19b4d78f7c00c9df39bae4166016f8ef63d0574e
6
+ metadata.gz: 47f7a9ca1af8712eec4fa7c39b90a026f38d3e6dcf5511c3eeb64218bd1355c91ff633a0fa6b3505a2bf46dbb7b634a576fec70c73ddf1ea29f04cc28bd17570
7
+ data.tar.gz: f91c9f176dbc0dbad72591435684fcd84915613510969110fe326a8587fa6838c03465d65254fe229245bc8024799ec3a9059a6eabf63c5f8676b33452c3cd2c
data/README.md CHANGED
@@ -94,7 +94,7 @@ environment variables that you can set.
94
94
  | `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) |
95
95
  | `EAB_KID` | The EAB key identifier to use when provisioning TLS certificates, if required. | None |
96
96
  | `EAB_HMAC_KEY` | The Base64-encoded EAB HMAC key to use when provisioning TLS certificates, if required. | None |
97
- | `FORWARD_HEADERS` | Whether to forward X-Forwarded-* headers from the client. | Disabled when running with TLS; enabled otherwise |
97
+ | `FORWARD_HEADERS` | Whether to forward X-Forwarded-* and X-Request-ID headers from the client. | Disabled when running with TLS; enabled otherwise |
98
98
  | `LOG_REQUESTS` | Log all requests. Set to `0` or `false` to disable request logging | Enabled |
99
99
  | `DEBUG` | Set to `1` or `true` to enable debug logging. | Disabled |
100
100
 
Binary file
@@ -1,3 +1,3 @@
1
1
  module Thruster
2
- VERSION = "0.1.25"
2
+ VERSION = "0.1.26"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thruster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.25
4
+ version: 0.1.26
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Kevin McConnell