n8n 인스턴스의 공공 IP 주소 가져오기
중급
이것은Engineering분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Set, Webhook, Aggregate, HttpRequest, RespondToWebhook 등의 노드를 사용하며. n8n 인스턴스의 공공 IP 주소 가져오기
사전 요구사항
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •대상 API의 인증 정보가 필요할 수 있음
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "OU7CNqiRY4Kbvq1a",
"meta": {
"instanceId": "135b9ed6d0f8a3f531d9011b0173000ad0dac1ffc90258e867f38c270f30c9dc",
"templateCredsSetupCompleted": true
},
"name": "fetch-public-IP-address-for-n8n-instance",
"tags": [],
"nodes": [
{
"id": "1f1aa04c-fde0-4166-a714-451964e45fe5",
"name": "HTTP 요청",
"type": "n8n-nodes-base.httpRequest",
"notes": "request public IP address information as json",
"position": [
300,
-160
],
"parameters": {
"url": "https://api.ipify.org",
"options": {},
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "format",
"value": "json"
}
]
}
},
"executeOnce": false,
"notesInFlow": true,
"typeVersion": 4.2,
"alwaysOutputData": true
},
{
"id": "ddb35464-535f-4ce4-a14d-682673690ca0",
"name": "Webhook 트리거",
"type": "n8n-nodes-base.webhook",
"notes": "simple webhook with header-auth",
"position": [
-140,
-160
],
"webhookId": "4879bc79-d6f8-48df-bfe4-613366c7f399",
"parameters": {
"path": "4879bc79-d6f8-48df-bfe4-613366c7f399",
"options": {},
"responseMode": "responseNode",
"authentication": "headerAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "0K7Eny0GNMoVhKel",
"name": "Header Auth account"
}
},
"notesInFlow": true,
"typeVersion": 2
},
{
"id": "a6ac927d-404d-44a7-8268-4609094c1346",
"name": "Respond to Webhook 트리거",
"type": "n8n-nodes-base.respondToWebhook",
"notes": "return an array from the workflow and end the webhook invocation.",
"position": [
740,
-160
],
"parameters": {
"options": {},
"respondWith": "text",
"responseBody": "={{ $json.data.pluck('ip').unique().toJsonString() }}"
},
"executeOnce": true,
"notesInFlow": true,
"typeVersion": 1.2,
"alwaysOutputData": true
},
{
"id": "20a55cc9-fba5-4392-a807-2783db6261bb",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
-300
],
"parameters": {
"width": 1160,
"height": 380,
"content": "## to fetch the public IP address(es) for the hosting n8n instance\n\n* prerequisite: a header-auth credential with a uuid or an arbitrary random string.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n* example invocation\n$ curl -H \"api-key: super-long-api-token\" http://localhost:5678/webhook-test/4879bc79-d6f8-48df-bfe4-613366c7f399\n[\"88.88.88.66\", \"88.88.88.88\"]"
},
"typeVersion": 1
},
{
"id": "908003cf-f012-4bd6-8128-b3238de2507d",
"name": "집계",
"type": "n8n-nodes-base.aggregate",
"position": [
520,
-160
],
"parameters": {
"options": {},
"aggregate": "aggregateAllItemData"
},
"typeVersion": 1
},
{
"id": "115d0f12-7ee0-4d0d-8086-f462e8bee197",
"name": "Repeat",
"type": "n8n-nodes-base.set",
"notes": "Repeat 10 times",
"position": [
80,
-160
],
"parameters": {
"options": {},
"duplicateItem": true,
"duplicateCount": 10
},
"executeOnce": true,
"notesInFlow": true,
"typeVersion": 3.4,
"alwaysOutputData": true
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "ea9c9b26-5362-4ee9-84b0-fae0bf02305c",
"connections": {
"115d0f12-7ee0-4d0d-8086-f462e8bee197": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"Webhook": {
"main": [
[
{
"node": "115d0f12-7ee0-4d0d-8086-f462e8bee197",
"type": "main",
"index": 0
}
]
]
},
"Aggregate": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Aggregate",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 엔지니어링
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
CSV를 JSON으로 변환기 (에러 처리 및 Slack 알림)
에러 처리 및 Slack 알림 기능을 포함한 CSV에서 JSON 변환기
If
Set
Code
+
If
Set
Code
18 노드n8n Team
엔지니어링
AI 스마트 어시스턴트: Supabase 스토리지 및 Google Drive 파일과 대화
AI스마트어시스턴트:与Supabase存储및Google Drive文件对话
If
Set
Wait
+
If
Set
Wait
62 노드Mark Shcherbakov
엔지니어링
LintBot: 자동화 코드 품질 어시스턴트
Google Gemini AI를 사용한 GitHub PR 코드 검사 및 자동 수정 자동화
Set
Code
Webhook
+
Set
Code
Webhook
20 노드Adam Bertram
엔지니어링
Notion 콘텐츠에서 Linear 작업 티켓 생성
Notion 내용을 통해 Linear 작업지 생성
If
Set
Code
+
If
Set
Code
24 노드David Roberts
엔지니어링
GitHub 모델을 사용하여 OpenAI 호환 API를 생성하여 무료 AI 접근 가능
GitHub 모델을 사용하여 OpenAI 호환 API 생성하여 무료 AI 접근 가능
If
Webhook
Aggregate
+
If
Webhook
Aggregate
17 노드Jimleuk
엔지니어링
PUQ Docker NextCloud 배포
Docker NextCloud, WHMCS/WISECP API 백엔드 배포
If
Set
Ssh
+
If
Set
Ssh
44 노드PUQcloud
엔지니어링
워크플로우 정보
난이도
중급
노드 수6
카테고리1
노드 유형6
저자
Ger Longstacks
@dims3bodyDevOps expert passionate with automation, be it infrastructure provisioning, cloud operation, or workflow.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유