File: index.md

package info (click to toggle)
golang-github-nicholas-fedor-shoutrrr 0.8.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,332 kB
  • sloc: sh: 61; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Overview

Shoutrrr enables sending notifications to various services (e.g., Discord, Slack, Telegram) and can be used as a CLI tool, Go package, Docker container, or GitHub Action.

## CLI Tool

Run commands like `send`, `generate`, `verify`, `docs`, `completion`, or `help` directly from the terminal.

## Docker Container

Use the lightweight Alpine-based Docker image (`nickfedor/shoutrrr` or `ghcr.io/nicholas-fedor/shoutrrr`) to run CLI commands in containerized environments.

## GitHub Action

Send notifications from GitHub workflows using the `nicholas-fedor/shoutrrr-action` action.

## Go Package

Integrate Shoutrrr into Go projects to send notifications programmatically using service URLs.