sim-setup 1.0.1-preview.27.1 → 1.0.1

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.
@@ -23,10 +23,10 @@ services:
23
23
  # (apex + www, alias hostnames, reverse-proxy IPs). Empty by default.
24
24
  - TRUSTED_ORIGINS=${TRUSTED_ORIGINS:-}
25
25
  # AUTH_TRUSTED_PROXIES: comma-separated reverse-proxy IPs or CIDR ranges in
26
- # front of the app (ingress, load balancer). Better Auth walks
27
- # x-forwarded-for right to left, skips these hops, and uses the first
28
- # untrusted address as the client IP. Required for correct session IPs and
29
- # rate-limit keying behind a multi-hop proxy chain. Empty by default.
26
+ # front of the app (ingress, load balancer). Sim and Better Auth walk
27
+ # x-forwarded-for right to left, skip these hops, and use the first
28
+ # untrusted address as the client IP. Required to look through known
29
+ # intermediate proxies in a multi-hop chain. Empty by default.
30
30
  - AUTH_TRUSTED_PROXIES=${AUTH_TRUSTED_PROXIES:-}
31
31
  # Required. Compose aborts with this message rather than starting the app
32
32
  # with an empty secret, which would silently corrupt stored credentials.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-setup",
3
- "version": "1.0.1-preview.27.1",
3
+ "version": "1.0.1",
4
4
  "description": "Set up and manage a self-hosted Sim installation",
5
5
  "type": "module",
6
6
  "bin": {