service_manager: Docker-action support (hero_onlyoffice) #98
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_router#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tracked from #90.
hero_onlyofficeis a Docker container, not a Rust service. The upstream nu moduleservice_onlyoffice.nuruns:docker runfor the OnlyOffice DocumentServer image (onlyoffice/documentserver:9.3.1)docker stop && docker rmin kill_other (customaction:field)['docker run --name onlyoffice']The v2 manager's actions all use
interpreter: "exec"and run binaries from~/hero/bin/. There's no path for Docker actions today.Fix: add a docker-shaped
HeroServiceimpl that emits a hero_proc action withscript: "docker run ...",kill_other.actionfor cleanup, and process_filters. May need a small helper in lib.Excluded from the v2 registry until this is implemented (see
services/mod.rsdoc comment).