Houdt je server laptop wakker. Geen installatie nodig.
PowerShell — geen admin nodig
iex (irm https://koala-uptime.pages.dev/install.ps1)
bash — geen dependencies
bash <(curl -s https://koala-uptime.pages.dev/install.sh)
# Windows (2 uur) $env:KOALA_TIME=7200; iex (irm https://koala-uptime.pages.dev/install.ps1) # macOS/Linux (2 uur) bash <(curl -s https://koala-uptime.pages.dev/install.sh) -t 7200