Install latest/edge of kuma
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install kuma --edge
Don't have snapd? Get set up for snaps.
Kuma CLI is a Command Line Interface (CLI) tool for managing and interacting with Uptime Kuma (1). With Kuma CLI you can easily configure, monitor and manage your applications from the command line.
All configuration options can also be specified as environment variables: KUMA__URL="http://localhost:3001/" KUMA__USERNAME="<username>" KUMA__PASSWORD="<password>" ...
Additionally Kuma CLI will read configuration from ~/snap/kuma/current/.config/kuma/config.{toml,yaml,json}.
Usage: kuma [OPTIONS] [COMMAND]
Commands: monitor Manage Monitors notification Manage Notifications tag Manage Tags maintenance Manage Maintenances help Print this message or the help of the given subcommand(s)
Options: --url <URL> The URL AutoKuma should use to connect to Uptime Kuma --username <USERNAME> The username for logging into Uptime Kuma (required unless auth is disabled) --password <PASSWORD> The password for logging into Uptime Kuma (required unless auth is disabled) --mfa-token <MFA_TOKEN> The MFA token for logging into Uptime Kuma (required if MFA is enabled) --header <KEY=VALUE> Add a HTTP header when connecting to Uptime Kuma --connect-timeout <CONNECT_TIMEOUT> The timeout for the initial connection to Uptime Kuma [default: 30.0] --call-timeout <CALL_TIMEOUT> The timeout for executing calls to the Uptime Kuma server [default: 30.0] --format <OUTPUT_FORMAT> The output format [default: json] [possible values: json, toml, yaml] --pretty Wether the output should be pretty printed or condensed -h, --help Print help -V, --version Print version
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.