평생 공짜인 Make, 재피어? 노코드 자동화 n8n 서버 무료 호스팅

기술적 요구사항

  1. 서버 및 컨테이너 관리: 서버와 컨테이너 설정, 구성에 대한 지식이 필요합니다.
  2. 리소스 관리: 애플리케이션 리소스 관리 및 스케일링 능력이 요구됩니다.
  3. 보안: 서버 및 애플리케이션 보안에 대한 이해가 중요합니다.
  4. n8n 구성: n8n 자체 설정에 대한 지식이 필요합니다.

시작하기

https://github.com/n8n-io/self-hosted-ai-starter-kit

설치 Installation

리포지토리 복제. Cloning the Repository

git clone <https://github.com/n8n-io/self-hosted-ai-starter-kit.git>
cd self-hosted-ai-starter-kit

도커 컴포즈로 n8n 실행하기. Running n8n using Docker Compose

NVIDIA GPU 사용자. For Nvidia GPU users

git clone <https://github.com/n8n-io/self-hosted-ai-starter-kit.git>
cd self-hosted-ai-starter-kit
docker compose --profile gpu-nvidia up