Task UI #1252
titpetric
started this conversation in
Show and tell
Task UI
#1252
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's taken a while to get some time to clean up the codebase, but I can finally put Task UI out:
https://github.com/titpetric/task-ui
I set up a chaos monkey example under
task docker:run
.It's installable locally with
go install
, but provides ovh/ttyrec in the docker environment to record the TTY sessions.I've used similar things in the past and rolled our own deployment dashboard. Task UI replaces much of those needs. The docker image also supports docker, docker compose and injecting .ssh keys, so it still aims to provide this kind of "orchestrator" type of point. It's use case is to expose some common task targets in a persistent environment to non-technical people, for example running terraform, sshing into other hosts, scripting deployments. Anyone could update a deployment over Task UI, without needing access to credentials or ssh keys or other security risks raised with distribution.
Beta Was this translation helpful? Give feedback.
All reactions