ghcr.io/cased/shell
. You can use the latest
tag as we are rapidly adding features, but also releasing versioned images.shell.mydomain.net
). Cased Shell takes care of SSL entirely for you, and the application runs on 443
. The container does need both port 80
and port 443
open. The application itself runs on 443
.true
, so you get accurate logging of client IP addresses./_ping
route that you should use for your load balancer health checks. It returns a 200
, the current epoch time, and version.shell
image.CASED_SHELL_HOSTNAME
myshell.mydomain.net
). Don't include the protocol.CASED_SHELL_SECRET
CASED_SHELL_KEEPALIVE_INTERVAL
keep-alives
. Defaults to 30.CASED_SHELL_SSH_PRIVATE_KEY
CASED_SHELL_SSH_USERNAME
CASED_SHELL_SSH_PASSPHRASE
stdout
in its container, so log messages should automatically get picked up by most Docker loggers (e.g., Datadog's logger).