Private NPM Registry
If you would like to use a private NPM registry with Coolify, you can do so by following the steps below.
- Add
.npmrcfile to your project root with the following content:
//registry.npmjs.org/:_authToken=${NPM_TOKEN}- Add the following environment variables to your project as a
buildvariable:
NPM_TOKEN=your_npm_token- Deploy your application.
macOS using Colima Setup Guide
Install Coolify on macOS using a Colima virtual machine with Docker, covering VM creation, networking, and SSH configuration.
Ollama with GPU
Self-host Ollama LLM with NVIDIA GPU acceleration on Coolify including hardware requirements, Docker configuration, and model management setup.
