Skip to content

gwy15/truenas-slack-to-ntfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrueNAS slack to ntfy

This program mocks slack webhook for TrueNAS and forwards notifications to a ntfy server.

Access control is not implemented yet.

Usage

Docker recommended.

services:
  truenas-slack-to-ntfy:
    image: gwy15/truenas-slack-to-ntfy:main
    container_name: truenas-slack-to-ntfy
    environment:
      - BIND=0.0.0.0:80
      - NTFY_BASE_URL=https://ntfy.sh
      - LISTEN_BASE_PATH=
    ports:
      - 80:80
    restart: unless-stopped

You can also compile via cargo build --release --target x86_64-unknown-linux-musl and write a systemd service file manually.

Environments

About

Mock slack webhook for TrueNAS, forwards to ntfy

Topics

Resources

Stars

Watchers

Forks