Ollama remote connection
How to allow remote connections to ollama
Create directory
/etc/systemd/system/ollama.service.d
Create file override.conf and put this content
[Service]
Environment="OLLAMA_HOST=0.0.0.0"
Restart ollama
How to allow remote connections to ollama
Create directory
/etc/systemd/system/ollama.service.d
Create file override.conf and put this content
[Service]
Environment="OLLAMA_HOST=0.0.0.0"
Restart ollama