sync: update from private repo (ddadfd71)
CI / build-and-test (push) Waiting to run

This commit is contained in:
oss-sync
2026-07-08 23:35:00 +00:00
parent b1292e34b2
commit 77ee3bc426
187 changed files with 19918 additions and 10938 deletions
+4 -2
View File
@@ -30,8 +30,10 @@ OLLAMA_MODEL=qwen3:32b
#
# To reach MAESTRO from another machine on a BARE-METAL install, set HOST
# explicitly (e.g. 0.0.0.0) -- and enable auth in config.yaml first.
# (The Docker image already sets HOST=0.0.0.0 inside the container; external
# access is gated by the 127.0.0.1:9876 port mapping in docker-compose.yml.)
# (Docker is different: the image sets HOST=0.0.0.0 inside the container AND
# docker-compose.yml publishes the port on all host interfaces by default, so a
# Docker deployment is LAN-reachable out of the box. Enable auth/TLS before
# leaving it exposed; pin the compose mapping to 127.0.0.1:9876:9876 to undo.)
# HOST=0.0.0.0
# HTTP(S) listen port (default 9876).