Skip to content

Ptylon v0.1.1

Choose a tag to compare

@alexfrmn alexfrmn released this 13 Jul 18:27

Docker Compose self-hosting release.

  • Three non-root services: app, authenticated WebSocket gateway, and persistent PTY daemon.
  • Private PTY network plus edge network for published app and WebSocket ports.
  • Persistent named volumes for SQLite state and workspace.
  • CI builds the image, starts the complete stack, verifies host HTTP reachability, and confirms every container runs non-root.
  • Adds ADRs for raw node-pty and the restartable gateway split.