Sign inSign up

breizhhardware/github-ntfy

By breizhhardware

•Updated 3 months ago

Ntfy GitHub repo version alert

Image
0

4.8K

breizhhardware/github-ntfy repository overview

⁠Docker-compose:

If you want to use the docker image you can use the following docker-compose file:

services:
  github-ntfy:
    image: breizhhardware/github-ntfy:latest
    container_name: github-ntfy
    environment:
      - USERNAME=username # Required
      - PASSWORD=password # Required
      - NTFY_URL=ntfy_url # Required if ntfy is used
      - GHNTFY_TIMEOUT=timeout # Default is 3600 (1 hour)
      - GHNTFY_TOKEN= # Default is empty (Github token)
      - DOCKER_USERNAME= # Default is empty (Docker Hub username)
      - DOCKER_PASSWORD= # Default is empty (Docker Hub password)
      - GOTIFY_URL=gotify_url # Required if gotify is used
      - GOTIFY_TOKEN= # Required if gotify is used
    volumes:
      - /path/to/github-ntfy:/github-ntfy/
    ports:
      - 80:80
    restart: unless-stopped

GHNTFY_TOKEN, need to have repo, read:org and read:user

All the code is avalaible on this github repo: https://github.com/BreizhHardware/ntfy_alerts⁠

Tag summary

Content type

Image

Digest

sha256:0e813a156…

Size

11.9 MB

Last updated

over 1 year ago

docker pull breizhhardware/github-ntfy