David

Results 156 comments of David

> I just installed hsxkpasswd using cpan on Yosemite 10.10.4, and it worked fine. Does that also install the "hsxkpasswd" terminal command? If so, where is it? I think it's...

Ignore my comment, the problem was caused by a permission problem on my system. `sudo cpan Crypt::HSXKPasswd` works indeed, the script is installed in /usr/local/bin/hsxkpasswd

Fyi if anyone else stumbles upon this, i build a release here: https://github.com/notDavid/obsidian-code-block-copy/releases

Hey, i'm curious whether it would be possible to also make this work on arm64 so it can run on a Raspberry Pi 4?

Note that this leaks/publishes notifications send to a private instance with the 'ntfy cli', to the public instance at `https://ntfy.sh/*`, because the configured `default-host` is ignored.

Glad you found it :-) I don't fully understand by the way, in particular why the setting `default-host` does not work either...? But if you say it will be fixed...

For the record, this gets send to ntfy.sh instead of my own server: ``` ~ ❯ cat ~/.config/ntfy/client.yml | grep -i 'default-host' # default-host: https://ntfy.sh default-host: https://ntfy.xxxxx.nl ~ ❯ ntfy...

``` ~ ❯ ntfy -h | tail -n2 ntfy 1.28.0 (d3cfa34), runtime go1.18.6, built at 2022-09-27T16:55:57Z Copyright (C) 2022 Philipp C. Heckel, licensed under Apache License 2.0 & GPLv2 ```

``` ❯ ntfy sub --trace mytopic 2022/11/12 20:32:15 DEBUG ntfy.sh/mytopic Subscribing to topic 2022/11/12 20:32:15 DEBUG ntfy.sh/mytopic Listening to https://ntfy.sh/mytopic/json 2022/11/12 20:32:16 TRACE ntfy.sh/mytopic Message received: {"id":"6VVJWtYIBy5a","time":1668281536,"event":"open","topic":"mytopic"} ```

``` ❯ ls -al ~/.config/ntfy/client.yml -rw-r--r-- 1 david staff 1947 Nov 10 11:14 /Users/david/.config/ntfy/client.yml ```