Adde a few changes
This commit is contained in:
@@ -87,8 +87,7 @@ locals {
|
||||
https_port = 8443
|
||||
tls = true
|
||||
fqdn = ["comfyui.lab.alexpires.me"]
|
||||
upstream = "http://comfyui-backend.lab.alexpires.me:8188"
|
||||
resolver = "10.19.4.136"
|
||||
upstream = "http://upstream.comfyui.svc.cluster.local:8188"
|
||||
|
||||
locations = [
|
||||
{
|
||||
@@ -109,13 +108,20 @@ locals {
|
||||
}
|
||||
|
||||
ollama_proxy = {
|
||||
enabled = true
|
||||
enabled = true
|
||||
mac = "04:7c:16:d6:63:66"
|
||||
ip = "10.19.4.106"
|
||||
port = "11434"
|
||||
scheme = "http"
|
||||
}
|
||||
|
||||
comfyui_proxy = {
|
||||
mac = "04:7c:16:d6:63:66"
|
||||
ip = "10.19.4.106"
|
||||
port = "8188"
|
||||
scheme = "http"
|
||||
}
|
||||
|
||||
scaleway_smtp_host = "smtp.tem.scw.cloud"
|
||||
|
||||
nextcloud_fqdn = "cloud.alexpires.me"
|
||||
|
||||
Reference in New Issue
Block a user