Keeping the browser terminal session connected
-
You should use tmux or gnu screen for that use case
https://www.gnu.org/software/screen/manual/screen.html
https://github.com/tmux/tmux/wikiI prefer tmux myself.
Ah, sorry, you are talking about the browser shells only?
-
Yes, I believe he is and I‘ve noticed the same annoyance a couple of times. I think it depends on your specific browser and how it handles power management.
-
@Kubernetes TY, I made it clearer in the OP.
@necrevistonnezr Thanks for the hint. I am trying out the Staying Alive extension to see if it does the trick for the domain or just the terminal sessions.
-
No go so far with the extension.
Console log shows:
Uncaught Error: Could not dispose an addon that has not been loaded at Proxy._wrappedAddonDispose (terminal-BYZevxTX.js:8:31585) at l.dispose (terminal-BYZevxTX.js:8:31403) at WebSocket.<anonymous> (terminal-BYZevxTX.js:9:1319) terminal-BYZevxTX.js:9 Socket closed. Reconnecting... cs.js:65
-
Do other solutions, like for example guacamole suffer from the same issue?
I think i am personally leaning towards using the cloudron cli, as this way I can use tmux for persistence and can even share the session. I had tabs crashing because too much memory was used and a reload will always start a new session.
-