• Stefy Lanza (nextime / spora )'s avatar
    video_editor: auto-load mapped config + --map accepts files · ac81c655
    Stefy Lanza (nextime / spora ) authored
    Mirror the township config fix for the bundled video editor:
    * supervisord: pass --config /cache/video_editor/video_editor.config.json so a
      bind-mounted (or cache-persisted) config auto-loads — previously it only
      auto-loaded video_editor.config.json from the baked cwd, which isn't mappable.
    * video_editor.py: a MISSING --config file is no longer fatal (was raise
      SystemExit) — start with defaults; the web UI Save creates it.
    * entrypoint: pre-create /cache/video_editor so the config dir exists for
      auto-load + web-UI Save (persists on the standard /cache volume by default).
    * run_oci.sh (coderai-docker): --map now accepts a single FILE, not just a dir,
      so a tool config that lives loose on the host can be linked directly, e.g.
      --map /host/video_editor.config.json:/cache/video_editor/video_editor.config.json
    
    Bump version to 0.1.5.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RdMufYvtTbtGDWsiZVoXce
    ac81c655
Name
Last commit
Last update
..
admin Loading commit data...
api Loading commit data...
backends Loading commit data...
broker Loading commit data...
frontproxy Loading commit data...
models Loading commit data...
openai Loading commit data...
pydantic Loading commit data...
queue Loading commit data...
tasks Loading commit data...
__init__.py Loading commit data...
cli.py Loading commit data...
config.py Loading commit data...
main.py Loading commit data...
platform_paths.py Loading commit data...
system_app.py Loading commit data...