pushtify icon indicating copy to clipboard operation
pushtify copied to clipboard

Listen for Gotify notifications over websocket and forward them to Pushover

Results 4 pushtify issues
Sort by recently updated
recently updated
newest added

I can't seem to build this docker image, mostly due to this ntfy dependency `ruamel.yaml.clib>=0.2.7`. I get the following error: ```bash 3.954 Collecting ruamel.yaml.clib>=0.2.7 3.970 Downloading ruamel.yaml.clib-0.2.8.tar.gz (213 kB) 4.064...

Gotify sets a priority for the notification but there seems to be no handling for this in `pushtify-listener.py`. The priority levels aren't the same in Gotify as in Pushover, so...

I've installed pushtify with this : ``` services: pushtify: image: ghcr.io/sebw/pushtify:latest container_name: pushtify environment: - GOTIFY_TOKEN=Ai_XXXXXXXX_ - GOTIFY_HOST=192.168.2.221:8079 - PUSHOVER_USERKEY=uzXXXXXXXh4 restart: unless-stopped ``` The build goes well then in the...

Thanks for this great tool. I can think of several use cases where applications I use support Gotify but not Pushover. However, as I am a heavy Pushover user, these...