???
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m25s

This commit is contained in:
2025-12-23 11:07:07 -07:00
parent 3df6aa402a
commit 975c61cce3
3 changed files with 5 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,2 +1,3 @@
main
yule
yule
.ssh/

View File

@@ -4,4 +4,6 @@ services:
container_name: yule
ports:
- "${SSH_PORT:-2222}:2222"
volumes:
- ${ROOT_DIR}:/app/.ssh
restart: unless-stopped

View File

@@ -34,6 +34,7 @@ func init() {
func main() {
s, err := wish.NewServer(
wish.WithAddress(net.JoinHostPort(host, port)),
wish.WithHostKeyPath(".ssh/id_ed25519"),
wish.WithMiddleware(
bubbletea.Middleware(teaHandler),
activeterm.Middleware(),