• v0.2.2 4103b8928c

    onlyoffice: fixed container IP instead of published port; fetch-aware timeout

    LeoVasanko released this 2026-08-13 06:51:31 +00:00 | 6 commits to main since this release

    Docker silently discards published ports on internal networks, so the
    isolated oonet setup left the container unreachable at localhost:8988.
    Reach it at its fixed IP (172.30.0.2) on the bridge instead; the host
    is the gateway, so this needs no port publishing at all. The oosetup
    CLI drops its now-meaningless argument.

    Also: record whether OnlyOffice fetched the input file from the
    temporary callback server and report it in the timeout error message
    ('input file never fetched' = network/callback failure, vs a stalled
    conversion). Convert POST timeout is 7s (conversion runs inside the
    request), result PNG download stays at 2s.

    Downloads