diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-12 11:32:46 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-12 11:32:46 +0200 |
| commit | 86af08a80d9fbfdcde71f80cd0bebd5034ab8a3b (patch) | |
| tree | 31464907358dbdb8c20e3878604a86624d3c3a31 /.gitignore | |
| parent | 5f0710065f3696d83163909192208b3324439fbd (diff) | |
| download | ollama-runpod-86af08a80d9fbfdcde71f80cd0bebd5034ab8a3b.tar.gz ollama-runpod-86af08a80d9fbfdcde71f80cd0bebd5034ab8a3b.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
