From 6bae1f192775b33b9b0d53404da608f00e44fd28 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Fri, 24 Feb 2023 21:50:57 +0800 Subject: [PATCH 1/3] chore: update docker-compose file and README --- README.md | 2 +- docker-compose.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 497b0ce5a..cd99a6727 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Recommended. Click and wait for a few seconds to start exploring Logto in your o [![GitPod](https://raw.githubusercontent.com/gitpod-io/gitpod/30da76375c996109f243491b23e47feefab7217f/components/dashboard/public/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/logto-io/demo) -If you launch Logto via GitPod, please wait until you see the message like `App is running at https://3001-...gitpod.io` in the terminal, press Cmd (or Ctrl on Windows) and click the URL to continue your Logto journey. +If you launch Logto via GitPod, please wait until you see the message like `App is running at https://3002-...gitpod.io` in the terminal, press Cmd (or Ctrl on Windows) and click the URL starts with `https://3002-` to continue your Logto journey. ### Launch Logto diff --git a/docker-compose.yml b/docker-compose.yml index 4696f50ac..7cba0b72a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,12 +9,14 @@ services: entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"] ports: - 3001:3001 + - 3002:3002 environment: - TRUST_PROXY_HEADER=1 - DB_URL=postgres://postgres:p0stgr3s@postgres:5432/logto # Mandatory for GitPod to map host env to the container, thus GitPod can dynamically configure the public URL of Logto; # Or, you can leverage it for local testing. - ENDPOINT + - ADMIN_ENDPOINT postgres: image: postgres:14-alpine user: postgres From 6686474d113f1a596a55516c15c0f278a4a2500f Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Fri, 24 Feb 2023 22:15:15 +0800 Subject: [PATCH 2/3] chore: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd99a6727..0ceeaaef2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ---

-Logto is going to lauch Cloud (Preview) and OSS General Availabilty on Product Hunt!
+Logto is going to launch Cloud (Preview) and OSS General Availability on Product Hunt!
Click the “Notify me” button on the page in order to receive a notification when our launch is live.

From c00bceb792becc251c5db5b74c9fd3a945e331b4 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Sat, 25 Feb 2023 23:16:49 +0800 Subject: [PATCH 3/3] chore: temporarily remove Uffizzi --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 0ceeaaef2..17daf27d8 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,6 @@ Boringly, we call it "[customer identity access management](https://en.wikipedia ### Interactive demo -[![Uffizzi](https://cdn.uffizzi.com/demo-button.svg)](https://app.uffizzi.com/demo/github.com/logto-io/logto) - -Recommended. Click and wait for a few seconds to start exploring Logto in your own browser! - [![GitPod](https://raw.githubusercontent.com/gitpod-io/gitpod/30da76375c996109f243491b23e47feefab7217f/components/dashboard/public/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/logto-io/demo) If you launch Logto via GitPod, please wait until you see the message like `App is running at https://3002-...gitpod.io` in the terminal, press Cmd (or Ctrl on Windows) and click the URL starts with `https://3002-` to continue your Logto journey.