traggo / server

self-hosted tag-based time tracking
https://traggo.net
GNU General Public License v3.0
1.21k stars 58 forks source link

Traggo application not working #113

Closed reddy1993 closed 2 years ago

reddy1993 commented 2 years ago

Have you read the documentation?

You are setting up traggo in

Describe your problem Traggo is not running permanently when I close my putty session. when I ping the installed server publicip:3030, browser returns [ This site can’t be reached ] message. chmod +x traggo-server-0.0.9-linux-amd64 After executing above command I am unable to see traggo configuration files in my ubuntu machine

jmattheis commented 2 years ago

When you close your putty session, then all running processes in the sessions will be closed, this includes traggo if you start it in putty. You could create a systemd server or do something like described in here https://askubuntu.com/questions/8653/how-to-keep-processes-running-after-ending-ssh-session.