How to leave the terminal connected (or how to detach tasks from the terminal)
Solved
Support
-
Hi!
I would like to know how to let the terminal connected. Without being reconnected (I would like to do something on one of my apps, but it takes 2 hours. The fact that the terminal reconnects stops the command, which prevents me from doing my command)
If I can run my commands and detach them from the terminal, it would be perfect
Thanks in advance for your help
-
You may want to start taking a look at "screen"
https://www.howtogeek.com/662422/how-to-use-linuxs-screen-command/
-
This is not possible in Cloudron's Web Terminal . A slightly different approach is to just use a custom cron - https://docs.cloudron.io/apps/#cron . cron will run in the "background" and not attached to a terminal. Cron jobs logs are also sent to the App logs.
-
-