ntfy
ntfy copied to clipboard
Create Issue Template
Go back through closed tickets to see what the most frequently missing needed info was. Basic starting point:
How was ntfy installed?
- Global pip (
sudo pip install ntfy) - Single file bin (
curl'd) - Virtualenv pip (
virtualenv foobar && foobar/bin/pip install ntfy)
What version is installed?
$ ntfy --version
What Operating System are you running?
- Linux
- MacOS X
- Windows
- Other? (BSD?)
What does your config file contain (eg: ~/.ntfy.yml)
---
# paste your yaml :)