Raspberry Pi 3B 에서 Uptime Kuma 설치하기 Raspberry Pi 3B 성능이 낮으므로 Memory 여유를 생각해서 Node.js 직접 설치 방식입니다. 1. Node.js Installcurl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -sudo apt-get install -y nodejs gitnode -v # v20.x 확인 2. Uptime Kuma Installcd ~git clone https://github.com/louislam/uptime-kuma.gitcd uptime-kuma 4. npm install 및 의존성 설치 (5~15분)npm run setup 5. Uptime Kuma Server ..