Tomo Wang
commited on
Commit
·
f5e187f
1
Parent(s):
2fa2e0b
chore: add images
Browse files
README.md
CHANGED
@@ -24,17 +24,17 @@ To avoid this, we can use [Supabase](https://supabase.com/) for the database.
|
|
24 |
1. Sign up for a free account at <https://supabase.com/dashboard/sign-up>
|
25 |
2. Create a new project and fill the form. Save the database password for later use.
|
26 |
|
27 |
-

|
28 |
-

|
29 |
|
30 |
3. View the database connection info by click the **Connect** button on the top left nav bar.
|
31 |
|
32 |
-

|
33 |
|
34 |
4. Select **SQLAlchemy** as Connection String and find the **Transaction pooler** section.
|
35 |
|
36 |
-

|
37 |
-

|
38 |
|
39 |
5. Save the connection info for later use: host, port, user, dbname.
|
40 |
|
@@ -56,11 +56,11 @@ Using this space to duplicate and deploy n8n in the easy way.
|
|
56 |
2. Access <https://huggingface.co/spaces/tomowang/n8n> and click the menu drop
|
57 |
down in top right corner and select **Duplicate this space**.
|
58 |
|
59 |
-

|
60 |
|
61 |
3. Fill or change the variable and secrets in pop-up form and click **Duplicate**.
|
62 |
|
63 |
-

|
64 |
|
65 |
| **Variable** | **Value** |
|
66 |
| ------------------------ | -------------------------------------------------------- |
|
@@ -77,12 +77,12 @@ Using this space to duplicate and deploy n8n in the easy way.
|
|
77 |
4. Click **Duplicate Space** and wait for the deployment to finish. You can
|
78 |
find the logs as following
|
79 |
|
80 |
-

|
81 |
|
82 |
5. Once the deployment is finished, you can find the URL as configured in the
|
83 |
`N8N_EDITOR_BASE_URL` variable.
|
84 |
|
85 |
-

|
86 |
|
87 |
Now you can access n8n using the URL.
|
88 |
|
|
|
24 |
1. Sign up for a free account at <https://supabase.com/dashboard/sign-up>
|
25 |
2. Create a new project and fill the form. Save the database password for later use.
|
26 |
|
27 |
+

|
28 |
+

|
29 |
|
30 |
3. View the database connection info by click the **Connect** button on the top left nav bar.
|
31 |
|
32 |
+

|
33 |
|
34 |
4. Select **SQLAlchemy** as Connection String and find the **Transaction pooler** section.
|
35 |
|
36 |
+

|
37 |
+

|
38 |
|
39 |
5. Save the connection info for later use: host, port, user, dbname.
|
40 |
|
|
|
56 |
2. Access <https://huggingface.co/spaces/tomowang/n8n> and click the menu drop
|
57 |
down in top right corner and select **Duplicate this space**.
|
58 |
|
59 |
+

|
60 |
|
61 |
3. Fill or change the variable and secrets in pop-up form and click **Duplicate**.
|
62 |
|
63 |
+

|
64 |
|
65 |
| **Variable** | **Value** |
|
66 |
| ------------------------ | -------------------------------------------------------- |
|
|
|
77 |
4. Click **Duplicate Space** and wait for the deployment to finish. You can
|
78 |
find the logs as following
|
79 |
|
80 |
+

|
81 |
|
82 |
5. Once the deployment is finished, you can find the URL as configured in the
|
83 |
`N8N_EDITOR_BASE_URL` variable.
|
84 |
|
85 |
+

|
86 |
|
87 |
Now you can access n8n using the URL.
|
88 |
|