Jonathan Underwood

Results 436 comments of Jonathan Underwood

yes, mine includes on-chain as well, not just lightning.

No. This feature is custodial. Not "I let you hold my private keys" but rather "you manage my funds on your private keys. I don't want to even know the...

Also, is there a way to get the TZ of the user? I set it to UTC as a sane default, but ideally the drive times etc. should be shown...

Also, it's kind of unintuitive since the main web portal and the grafana page don't link to each other by default. You need to go into the Settings panel of...

How about a new "post-install.sh" hook? Run after install. It could deal with the permissions.

I solved 2 and 3 by not exposing the ports and adding a post install script to the app script. It's slow, but usable, I'm finding. So 1 is meh...

I removed the PORT envs since I wasn't using it anywhere beside the torrc file template. Since I won't be using the ports externally, having the PORT envs there gives...

The decision for how to make this app tor only should also be added to Vaultwarden later on. Currently you can set up Bitwarden Android app to connect to http://umbrel.local:xxxx...

This solution is insufficient, since NGINX_PORT is persisted in the configure script. (in the `.env` file) So if I run on first boot with NGINX_PORT=8000, 8000 gets persisted, but if...