From 86af08a80d9fbfdcde71f80cd0bebd5034ab8a3b Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 12 May 2026 11:32:46 +0200 Subject: feat: patch transart.py and my-publisher config on session start Add patch_external_configs() to update OLLAMA_HOST in transart.py and ollama_host in my-publisher/config.toml with the live pod URL on each session start. Paths are configurable via TRANSART_SCRIPT and PUBLISHER_CONFIG in config; skipped when empty or file missing. Also replace hardcoded danixland-storage default with generic my-storage, add .gitignore, and update README/CLAUDE.md to document the new behavior. Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5ad1d5c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.bak +state.json +config -- cgit v1.2.3