cs01 / termpair

View and control terminals from your browser with end-to-end encryption 🔒
MIT License
1.61k stars 72 forks source link

when i close the terminal ,the termpair still runs in backround ,but it is useless in this case; how could i run it in backgroud? #92

Closed dualven closed 2 years ago

dualven commented 2 years ago

termpair share --host https://10.60.100.192 --port 8000 then it is ok to be used ,

but when I close the terminal , the link like this: https://10.60.100.192:8000/?terminal_id=02453c7728c8cf7a49dc2cbc8df6c109#ATM+7fg7q2hxT3GRtNdeyQ== will lose the effect .

cs01 commented 2 years ago

That is by design.

It would be possible to modify termpair to run detached from any local terminals, but that would require a code change.

dualven commented 2 years ago

ok ,thanks