Added auto-suspend, added wol proxy for ollama
This commit is contained in:
@@ -45,7 +45,7 @@ locals {
|
||||
{
|
||||
name = "ollama"
|
||||
type = "CNAME"
|
||||
content = "gpu-01.${local.lab_domain}."
|
||||
content = "dev-01.${local.lab_domain}."
|
||||
},
|
||||
{
|
||||
name = "kokoro"
|
||||
@@ -103,6 +103,14 @@ locals {
|
||||
}
|
||||
}
|
||||
|
||||
ollama_proxy = {
|
||||
enabled = true
|
||||
mac = "a0:8c:fd:e2:3c:fa"
|
||||
ip = "10.19.4.106"
|
||||
port = "11434"
|
||||
scheme = "http"
|
||||
}
|
||||
|
||||
scaleway_smtp_host = "smtp.tem.scw.cloud"
|
||||
|
||||
nextcloud_fqdn = "cloud.alexpires.me"
|
||||
|
||||
Reference in New Issue
Block a user