Skip to content

Tags: basnijholt/compose-farm

Tags

v1.21.5

Toggle v1.21.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cli: Brighten web banner window colors (#194)

v1.21.4

Toggle v1.21.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
executor: Disable raw output for multi-host stacks (#190)

v1.21.3

Toggle v1.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
web: Prevent update badges from wrapping (#188)

v1.21.2

Toggle v1.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
executor: Separate result labels from stack identity (#186)

v1.21.1

Toggle v1.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
preflight: Clean up check diagnostics (#183)

v1.21.0

Toggle v1.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
preflight: Report SSH check failures clearly (#182)

* compose-farm: Restrict web route to local IPs

* preflight: Report SSH check failures clearly

* preflight: Report SSH check failures clearly

v1.20.0

Toggle v1.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: color stack output prefixes (#180)

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add host filter to lifecycle commands (#179)

v1.18.5

Toggle v1.18.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: refresh maintenance tooling (#177)

* chore: refresh maintenance tooling

* fix: restore cli startup budget

* fix: keep rich help in startup test

v1.18.4

Toggle v1.18.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Explicitly disable SSH agent when using dedicated keys (#176)

asyncssh defaults to querying SSH_AUTH_SOCK even when client_keys are
provided. If the agent socket is stale or broken (common with forwarded
agents in Docker/NAS environments), this causes a ConnectionResetError
that crashes the connection before the dedicated key is even tried.

Set agent_path=None when dedicated compose-farm keys exist so asyncssh
skips the agent entirely. The agent fallback path (when no dedicated
keys exist) is unchanged.