From a4581d5c3e9adfb6176d56441814744e42ddd799 Mon Sep 17 00:00:00 2001 From: qrkourier Date: Sun, 17 Dec 2023 21:14:37 +0000 Subject: [PATCH] deploy: 1b3eacc04ebbd63e0e8bbdcd2f31b5228cbd0795 --- zrok-public-reserved/compose.yml | 2 +- zrok-public-share/compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zrok-public-reserved/compose.yml b/zrok-public-reserved/compose.yml index 70d8d79f..a72f704c 100644 --- a/zrok-public-reserved/compose.yml +++ b/zrok-public-reserved/compose.yml @@ -43,7 +43,7 @@ services: ZROK_TARGET: # backend target, is a path in container filesystem unless proxy mode ZROK_INSECURE: # "--insecure" if proxy target has unverifiable TLS server certificate ZROK_OAUTH_PROVIDER: # google, github - ZROK_OATH_EMAILS: # allow space-separated list of OAuth email addresses or @domain.tld + ZROK_OAUTH_EMAILS: # allow space-separated list of OAuth email addresses or @domain.tld ZROK_BASIC_AUTH: # username:password, mutually-exclusive with ZROK_OAUTH_PROVIDER # least relevant options diff --git a/zrok-public-share/compose.yml b/zrok-public-share/compose.yml index a57b3ea7..86665be9 100644 --- a/zrok-public-share/compose.yml +++ b/zrok-public-share/compose.yml @@ -44,7 +44,7 @@ services: ZROK_TARGET: http://zrok-test:9090 # backend target, is a path in container filesystem unless proxy mode ZROK_INSECURE: # "--insecure" if proxy target has unverifiable TLS server certificate ZROK_OAUTH_PROVIDER: # google, github - ZROK_OATH_EMAILS: # space-separated list of OAuth email addresses or @domain.tld to allow + ZROK_OAUTH_EMAILS: # space-separated list of OAuth email addresses or @domain.tld to allow ZROK_BASIC_AUTH: # username:password, mutually-exclusive with ZROK_OAUTH_PROVIDER # least relevant options