Files
relay/cmdeploy
j4n e45d2b99e4 cmdeploy/sshexec: remove dead @docker SSH host
The `@docker` SSH host was added in Docker development to route
cmdeploy commands into a running container from outside. This is no
longer needed because chatmail-init.sh deploys with `@local` inside
the container, and all cmdeploy commands (test, dns, status) work
natively inside via `docker exec chatmail cmdeploy <cmd> --ssh-host @local`.
2026-03-17 15:45:03 +01:00
..