mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[GH-ISSUE #316] Deployment/production guide? #81
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tommerty on GitHub (Nov 14, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/316
Hi there,
I know this is not recommended for production use yet, however we were wanting to test out publishing for internal testing. While I could likely brute force and figure out how to handle this, following provided documentation/recommendations is always preferred.
Is there any possibility of a basic deployment guidelines? Simulating/replicating
ssh terminal.shopfor example@kommander commented on GitHub (Nov 14, 2025):
So terminal.shop is just getting started with the migration and there are some essentials missing like #238 and #302. Additionally some things are not renderer scoped yet and would make it impossible to handle multiple user sessions in the same process, which is a blocker imo. I would love to have a layer on top that makes ssh user session handling simple.
It's quite some stretch to go still to a production guide I am afraid.
That said, for standalone executables the example build in the pipeline and opencode releases are a good source on how that can be done at least.