🐨 KoalaUptime

Houdt je server laptop wakker. Geen installatie nodig.

Windows

PowerShell — geen admin nodig

iex (irm https://koala-uptime.pages.dev/install.ps1)

macOS / Linux

bash — geen dependencies

bash <(curl -s https://koala-uptime.pages.dev/install.sh)

Met tijdslimiet

# 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