Mirror download job logs to stdout

This commit is contained in:
Dymas
2026-07-19 15:27:41 +02:00
parent 3f4baf21e8
commit ef2df14aab
8 changed files with 41 additions and 2 deletions
+4
View File
@@ -271,6 +271,10 @@ def background_workers_enabled():
return not env_flag("ANI_CLI_WEB_DISABLE_WORKER")
def job_stdout_enabled():
return env_flag("ANI_CLI_WEB_JOB_STDOUT")
def client_address_is_local(host):
text = str(host or "").strip()
if not text: