gotify-desktop icon indicating copy to clipboard operation
gotify-desktop copied to clipboard

Small Gotify daemon to send messages as desktop notifications

Results 3 gotify-desktop issues
Sort by recently updated
recently updated
newest added

I changed this `url = "wss://SERVER_DOMAIN:SERVER_PORT"` to this: `url = "wss://192.168.1.80:8522"` I get this: ```WARN [gotify_desktop::gotify] Connection failed: URL error: Unable to connect to wss://192.168.1.80:8522/stream, retrying in 250ms WARN [gotify_desktop::gotify]...

Installed through AUR. Config is setup with notification `min_priority=1` Running in foreground I can see it gets a message but then no notification is ever created either as a toast...

On MacOs build fails with: Undefined symbols for architecture arm64: "_LSCopyApplicationURLsForBundleIdentifier", referenced from: _setApplication in libmac_notification_sys-a73ca30ec927359c.rlib[5](54532c69c7c8f551-notify.o) "_OBJC_CLASS_$_NSImage", referenced from: in libmac_notification_sys-a73ca30ec927359c.rlib[5](54532c69c7c8f551-notify.o) ld: symbol(s) not found for architecture arm64 clang: error:...