Each time I reboot the computer I have to do this:
cd ~/my-tgcf
source .venv/bin/activate
tgcf-web
That's easy. The problem comes because the forwarding is not started automatically. So I have to login to http://localhost:8501/Run, enter the password and click the red button Run. Is possible to have this Run be executed automatically each time I run the commands above?