Quick start
Install
Before starting, create an account in dashboard app.localuptime.com/register.
This will install Go application and create a user-level systemd service.
Install localuptime service:
curl -L https://install.localuptime.com | bash
Set user configuration using these commands:
localuptime -email [email protected]
localuptime -pass yourpassword
Ready to go. Visit app.localuptime.com for further setup!
If something does not work or services/machines do not appear in dashboard, check if service is running.
systemctl --user status localuptime.service
Or check if user configuration is correct.
cat ~/.config/localuptime/config.json
Update
curl -L https://install.localuptime.com/update | bash
Uninstall
curl -L https://install.localuptime.com/uninstall | bash