Tomo Wang commited on
Commit
f5e187f
·
1 Parent(s): 2fa2e0b

chore: add images

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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
- ![supabase create project](images/supabase_project_create.png)
28
- ![supabase project setting](images/supabase_project_setting.png)
29
 
30
  3. View the database connection info by click the **Connect** button on the top left nav bar.
31
 
32
- ![supabase project](images/supabase_project.png)
33
 
34
  4. Select **SQLAlchemy** as Connection String and find the **Transaction pooler** section.
35
 
36
- ![supabase connection](images/supabase_project_connection.png)
37
- ![supabase connection transaction pooler](images/supabase_project_transaction_pooler.png)
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
- ![hf duplicate space](images/hf_duplicate_space.png)
60
 
61
  3. Fill or change the variable and secrets in pop-up form and click **Duplicate**.
62
 
63
- ![hf space env](images/hf_space_variables.png)
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
- ![hf space deploy start](images/hf_space_deploy_start.png)
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
- ![hf space deploy done](images/hf_space_deploy_done.png)
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
+ ![supabase create project](https://tomo.dev/posts/deploy-n8n-for-free-using-huggingface-space/images/supabase_project_create.png)
28
+ ![supabase project setting](https://tomo.dev/posts/deploy-n8n-for-free-using-huggingface-space/images/supabase_project_setting.png)
29
 
30
  3. View the database connection info by click the **Connect** button on the top left nav bar.
31
 
32
+ ![supabase project](https://tomo.dev/posts/deploy-n8n-for-free-using-huggingface-space/images/supabase_project.png)
33
 
34
  4. Select **SQLAlchemy** as Connection String and find the **Transaction pooler** section.
35
 
36
+ ![supabase connection](https://tomo.dev/posts/deploy-n8n-for-free-using-huggingface-space/images/supabase_project_connection.png)
37
+ ![supabase connection transaction pooler](https://tomo.dev/posts/deploy-n8n-for-free-using-huggingface-space/images/supabase_project_transaction_pooler.png)
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
+ ![hf duplicate space](https://tomo.dev/posts/deploy-n8n-for-free-using-huggingface-space/images/hf_duplicate_space.png)
60
 
61
  3. Fill or change the variable and secrets in pop-up form and click **Duplicate**.
62
 
63
+ ![hf space env](https://tomo.dev/posts/deploy-n8n-for-free-using-huggingface-space/images/hf_space_variables.png)
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
+ ![hf space deploy start](https://tomo.dev/posts/deploy-n8n-for-free-using-huggingface-space/images/hf_space_deploy_start.png)
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
+ ![hf space deploy done](https://tomo.dev/posts/deploy-n8n-for-free-using-huggingface-space/images/hf_space_deploy_done.png)
86
 
87
  Now you can access n8n using the URL.
88