From 0540ce51950f13dab8d6c77658372b82afc5a30e Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Mon, 31 Oct 2022 12:00:05 -0400 Subject: [PATCH 1/2] updated controller config --- etc/ctrl.yml | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/etc/ctrl.yml b/etc/ctrl.yml index 84074478..261c8c22 100644 --- a/etc/ctrl.yml +++ b/etc/ctrl.yml @@ -6,20 +6,38 @@ endpoint: host: 0.0.0.0 - port: 18080 + port: 8080 proxy: - url_template: "https://{svcName}.zrok.quigley.com:8080/" + url_template: "https://{svcName}.in.zrok.io/" identities: - - "" + - "e6gMfeD4y" + +email: + host: smtp.email.us-ashburn-1.oci.oraclecloud.com + port: 587 + username: "" + password: "" + +registration: + email_from: ziggy@zrok.io + registration_url_template: https://api.zrok.io/register store: - path: zrok.db + path: "host=10.0.0.84 user=zrok password=zrok dbname=zrok" + type: "postgres" ziti: - api_endpoint: "https://127.0.0.1:1280" + api_endpoint: "https://10.0.0.41:1280" username: admin - password: admin + password: "" metrics: - service_name: metrics + service_name: metrics + +influx: + url: "http://10.0.0.84:8086" + bucket: zrok + org: zrok + token: "" + From 69f3eefa640737b041115acb8c8daaccb5eba710 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Mon, 31 Oct 2022 12:03:02 -0400 Subject: [PATCH 2/2] http frontend configuration --- etc/http-frontend.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 etc/http-frontend.yml diff --git a/etc/http-frontend.yml b/etc/http-frontend.yml new file mode 100644 index 00000000..6c812259 --- /dev/null +++ b/etc/http-frontend.yml @@ -0,0 +1 @@ +host_match: zrok.io