Skip to content

Forward ntfy push notifications to LINE Notify service

License

Notifications You must be signed in to change notification settings

gunt3001/ntfy-line-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntfy-line-notify

Screenshot of message from LINE Notify

Forward ntfy push notifications to LINE Notify service using tokens.

How to use

  1. Create a LINE Notify service and get a token from LINE Notify.
  2. Run the Docker image
docker run \
    -e LINE_NOTIFY_TOKEN='Your token here' \
    -e NTFY_TOPICS='comma-separated ntfy topics' \
    ghcr.io/gunt3001/ntfy-line-notify

Configuration are done via the following environment variables:

  • LINE_NOTIFY_TOKEN: LINE Notify token
  • NTFY_TOPICS: comma-separated ntfy topics to forward to LINE Notify. If you are using the self-hosted version, please enter the full URL to the topic i.e. http(s)://your-ntfy-server.com/topic.

About

Forward ntfy push notifications to LINE Notify service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages