Learn R Programming

ntfy (version 0.1.0)

ntfy_topic: Get ntfy topics from environment variables

Description

  • ntfy_topic() uses the NTFY_TOPIC env var to set the default topic.

  • ntfy_server() uses the NTFY_SERVER env var to set the default server.

  • ntfy_auth() uses the NTFY_AUTH env var to determine is authentication should be used.

  • ntfy_username() uses the NTFY_USERNAME env var to set the default username.

  • ntfy_password() uses the NTFY_PASSWORD env var to set the default password.

Usage

ntfy_topic()

ntfy_server()

ntfy_username()

ntfy_password()

ntfy_auth()

Arguments