@n8n-as-code/skills 2.3.0-next.113 → 2.3.0-next.115
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/n8n-credentials-ontology.json +1 -1
- package/dist/assets/n8n-docs-complete.json +79 -17
- package/dist/assets/n8n-knowledge-index.json +74 -8
- package/dist/assets/n8n-nodes-index.json +5 -5
- package/dist/assets/n8n-nodes-technical.json +6 -6
- package/dist/assets/workflows-index.json +1 -1
- package/package.json +2 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"generatedAt": "2026-05-21T12:47:14.712Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"sourceUrl": "https://docs.n8n.io/llms.txt",
|
|
5
|
-
"totalPages":
|
|
5
|
+
"totalPages": 1284,
|
|
6
6
|
"statistics": {
|
|
7
7
|
"byCategory": {
|
|
8
8
|
"other": 516,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"code": 20,
|
|
13
13
|
"data": 38,
|
|
14
14
|
"flow-logic": 8,
|
|
15
|
-
"hosting":
|
|
15
|
+
"hosting": 93,
|
|
16
16
|
"integrations": 309,
|
|
17
17
|
"cluster-nodes": 105,
|
|
18
18
|
"trigger-nodes": 107,
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
},
|
|
712
712
|
"hosting": {
|
|
713
713
|
"description": "Self-hosting, deployment, and infrastructure",
|
|
714
|
-
"totalPages":
|
|
714
|
+
"totalPages": 93,
|
|
715
715
|
"pages": [
|
|
716
716
|
"page-0145",
|
|
717
717
|
"page-0146",
|
|
@@ -802,6 +802,7 @@
|
|
|
802
802
|
"page-0231",
|
|
803
803
|
"page-0232",
|
|
804
804
|
"page-0233",
|
|
805
|
+
"page-0234",
|
|
805
806
|
"page-0235",
|
|
806
807
|
"page-0236",
|
|
807
808
|
"page-0237"
|
|
@@ -20557,6 +20558,57 @@
|
|
|
20557
20558
|
},
|
|
20558
20559
|
{
|
|
20559
20560
|
"id": "page-0233",
|
|
20561
|
+
"title": "Set up SSL",
|
|
20562
|
+
"url": "https://docs.n8n.io/hosting/securing/set-up-ssl/index.md",
|
|
20563
|
+
"urlPath": "hosting/securing/set-up-ssl/index.md",
|
|
20564
|
+
"category": "hosting",
|
|
20565
|
+
"subcategory": null,
|
|
20566
|
+
"nodeName": null,
|
|
20567
|
+
"nodeType": null,
|
|
20568
|
+
"content": {
|
|
20569
|
+
"markdown": "# Set up SSL\n\nThere are two methods to support TLS/SSL in n8n.\n\n## Use a reverse proxy (recommended)\n\nUse a reverse proxy like [Traefik](https://doc.traefik.io/traefik/) or a Network Load Balancer (NLB) in front of the n8n instance. This should also take care of certificate renewals.\n\nRefer to [Security | Data encryption](https://n8n.io/legal/#security) for more information.\n\n## Pass certificates into n8n directly\n\nYou can also choose to pass certificates into n8n directly. To do so, set the `N8N_SSL_CERT` and `N8N_SSL_KEY` environment variables to point to your generated certificate and key file.\n\nYou'll need to make sure the certificate stays renewed and up to date.\n\nRefer to [Deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these variables and [Configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n",
|
|
20570
|
+
"excerpt": "# Set up SSL There are two methods to support TLS/SSL in n8n. ## Use a reverse proxy (recommended) Use a reverse proxy like [Traefik](https://doc.traefik.io/traefik/) or a Network Load Balancer (NLB) in front of the n8n instance. This should also take care of certificate renewals. Refer to [Security | Data encryption](https://n8n.io/legal/#security) for more information. ## Pass certificates into n8n directly You can also choose to pass certificates into n8n directly. To do so, set the `N8...",
|
|
20571
|
+
"sections": [
|
|
20572
|
+
{
|
|
20573
|
+
"title": "Set up SSL",
|
|
20574
|
+
"level": 1,
|
|
20575
|
+
"content": "There are two methods to support TLS/SSL in n8n."
|
|
20576
|
+
}
|
|
20577
|
+
]
|
|
20578
|
+
},
|
|
20579
|
+
"metadata": {
|
|
20580
|
+
"keywords": [
|
|
20581
|
+
"reverse",
|
|
20582
|
+
"proxy",
|
|
20583
|
+
"(recommended)",
|
|
20584
|
+
"pass",
|
|
20585
|
+
"certificates",
|
|
20586
|
+
"into",
|
|
20587
|
+
"directly"
|
|
20588
|
+
],
|
|
20589
|
+
"useCases": [],
|
|
20590
|
+
"operations": [],
|
|
20591
|
+
"codeExamples": 0,
|
|
20592
|
+
"complexity": "beginner",
|
|
20593
|
+
"readingTime": "1 min",
|
|
20594
|
+
"contentLength": 936,
|
|
20595
|
+
"relatedPages": []
|
|
20596
|
+
},
|
|
20597
|
+
"searchIndex": {
|
|
20598
|
+
"fullText": "set up ssl # set up ssl\n\nthere are two methods to support tls/ssl in n8n.\n\n## use a reverse proxy (recommended)\n\nuse a reverse proxy like [traefik](https://doc.traefik.io/traefik/) or a network load balancer (nlb) in front of the n8n instance. this should also take care of certificate renewals.\n\nrefer to [security | data encryption](https://n8n.io/legal/#security) for more information.\n\n## pass certificates into n8n directly\n\nyou can also choose to pass certificates into n8n directly. to do so, set the `n8n_ssl_cert` and `n8n_ssl_key` environment variables to point to your generated certificate and key file.\n\nyou'll need to make sure the certificate stays renewed and up to date.\n\nrefer to [deployment environment variables](../../configuration/environment-variables/deployment/) for more information on these variables and [configuration](../../configuration/configuration-methods/) for more information on setting environment variables.\n set up ssl",
|
|
20599
|
+
"importantTerms": [
|
|
20600
|
+
"variables",
|
|
20601
|
+
"environment",
|
|
20602
|
+
"configuration",
|
|
20603
|
+
"traefik",
|
|
20604
|
+
"certificate",
|
|
20605
|
+
"more",
|
|
20606
|
+
"information"
|
|
20607
|
+
]
|
|
20608
|
+
}
|
|
20609
|
+
},
|
|
20610
|
+
{
|
|
20611
|
+
"id": "page-0234",
|
|
20560
20612
|
"title": "Set up SSO",
|
|
20561
20613
|
"url": "https://docs.n8n.io/hosting/securing/set-up-sso/index.md",
|
|
20562
20614
|
"urlPath": "hosting/securing/set-up-sso/index.md",
|
|
@@ -96620,7 +96672,7 @@
|
|
|
96620
96672
|
"page-0207",
|
|
96621
96673
|
"page-0208",
|
|
96622
96674
|
"page-0210",
|
|
96623
|
-
"page-
|
|
96675
|
+
"page-0234",
|
|
96624
96676
|
"page-0830",
|
|
96625
96677
|
"page-1009",
|
|
96626
96678
|
"page-1171",
|
|
@@ -98737,7 +98789,7 @@
|
|
|
98737
98789
|
"page-0210",
|
|
98738
98790
|
"page-0213",
|
|
98739
98791
|
"page-0224",
|
|
98740
|
-
"page-
|
|
98792
|
+
"page-0234",
|
|
98741
98793
|
"page-0249",
|
|
98742
98794
|
"page-0441",
|
|
98743
98795
|
"page-0532",
|
|
@@ -99362,7 +99414,7 @@
|
|
|
99362
99414
|
"page-0224",
|
|
99363
99415
|
"page-0228",
|
|
99364
99416
|
"page-0229",
|
|
99365
|
-
"page-
|
|
99417
|
+
"page-0234",
|
|
99366
99418
|
"page-0816",
|
|
99367
99419
|
"page-0830",
|
|
99368
99420
|
"page-0894",
|
|
@@ -99733,7 +99785,7 @@
|
|
|
99733
99785
|
"page-0207",
|
|
99734
99786
|
"page-0208",
|
|
99735
99787
|
"page-0210",
|
|
99736
|
-
"page-
|
|
99788
|
+
"page-0234",
|
|
99737
99789
|
"page-0717",
|
|
99738
99790
|
"page-0718",
|
|
99739
99791
|
"page-0730",
|
|
@@ -103562,6 +103614,7 @@
|
|
|
103562
103614
|
"page-0022",
|
|
103563
103615
|
"page-0080",
|
|
103564
103616
|
"page-0081",
|
|
103617
|
+
"page-0233",
|
|
103565
103618
|
"page-1278"
|
|
103566
103619
|
],
|
|
103567
103620
|
"querying": [
|
|
@@ -103570,6 +103623,7 @@
|
|
|
103570
103623
|
"directly": [
|
|
103571
103624
|
"page-0022",
|
|
103572
103625
|
"page-0050",
|
|
103626
|
+
"page-0233",
|
|
103573
103627
|
"page-0560",
|
|
103574
103628
|
"page-0561",
|
|
103575
103629
|
"page-0562",
|
|
@@ -106460,7 +106514,7 @@
|
|
|
106460
106514
|
"page-0210",
|
|
106461
106515
|
"page-0215",
|
|
106462
106516
|
"page-0223",
|
|
106463
|
-
"page-
|
|
106517
|
+
"page-0234",
|
|
106464
106518
|
"page-0618",
|
|
106465
106519
|
"page-0619",
|
|
106466
106520
|
"page-0620",
|
|
@@ -109223,10 +109277,12 @@
|
|
|
109223
109277
|
],
|
|
109224
109278
|
"reverse": [
|
|
109225
109279
|
"page-0171",
|
|
109280
|
+
"page-0233",
|
|
109226
109281
|
"page-0716"
|
|
109227
109282
|
],
|
|
109228
109283
|
"proxy": [
|
|
109229
109284
|
"page-0171",
|
|
109285
|
+
"page-0233",
|
|
109230
109286
|
"page-0570",
|
|
109231
109287
|
"page-0599",
|
|
109232
109288
|
"page-0600",
|
|
@@ -110388,14 +110444,25 @@
|
|
|
110388
110444
|
"contents": [
|
|
110389
110445
|
"page-0232"
|
|
110390
110446
|
],
|
|
110391
|
-
"
|
|
110447
|
+
"(recommended)": [
|
|
110448
|
+
"page-0233",
|
|
110449
|
+
"page-0963"
|
|
110450
|
+
],
|
|
110451
|
+
"pass": [
|
|
110392
110452
|
"page-0233",
|
|
110453
|
+
"page-0735"
|
|
110454
|
+
],
|
|
110455
|
+
"certificates": [
|
|
110456
|
+
"page-0233"
|
|
110457
|
+
],
|
|
110458
|
+
"sign": [
|
|
110459
|
+
"page-0234",
|
|
110393
110460
|
"page-0664",
|
|
110394
110461
|
"page-0684",
|
|
110395
110462
|
"page-1239"
|
|
110396
110463
|
],
|
|
110397
110464
|
"(sso)": [
|
|
110398
|
-
"page-
|
|
110465
|
+
"page-0234"
|
|
110399
110466
|
],
|
|
110400
110467
|
"ranges": [
|
|
110401
110468
|
"page-0235",
|
|
@@ -113950,9 +114017,6 @@
|
|
|
113950
114017
|
"click": [
|
|
113951
114018
|
"page-0734"
|
|
113952
114019
|
],
|
|
113953
|
-
"pass": [
|
|
113954
|
-
"page-0735"
|
|
113955
|
-
],
|
|
113956
114020
|
"acuity": [
|
|
113957
114021
|
"page-0739",
|
|
113958
114022
|
"page-1060"
|
|
@@ -114252,9 +114316,6 @@
|
|
|
114252
114316
|
"spaces": [
|
|
114253
114317
|
"page-0962"
|
|
114254
114318
|
],
|
|
114255
|
-
"(recommended)": [
|
|
114256
|
-
"page-0963"
|
|
114257
|
-
],
|
|
114258
114319
|
"(legacy)": [
|
|
114259
114320
|
"page-0963"
|
|
114260
114321
|
],
|
|
@@ -116173,6 +116234,7 @@
|
|
|
116173
116234
|
"page-0231",
|
|
116174
116235
|
"page-0232",
|
|
116175
116236
|
"page-0233",
|
|
116237
|
+
"page-0234",
|
|
116176
116238
|
"page-0235",
|
|
116177
116239
|
"page-0236",
|
|
116178
116240
|
"page-0237"
|