Sabart Otto

Results 23 comments of Sabart Otto

Hello @erikarvstedt , do you think we can proceed with merging this one (as mentioned in https://github.com/mempool/mempool/issues/2246#issuecomment-1302763702)? if you still consider this PR unstable, I was thinking about adding support...

@erikarvstedt @jonasnick I believe this issue can be closed.

Hello everyone, what is the current status of clightning backups? I am aware there is a new [`clightning-replication` module](https://github.com/fort-nix/nix-bitcoin/blob/master/modules/clightning-replication.nix) which replicates the current state of the clightning's DB to a...

Hello, this is great, I have overlooked the line https://github.com/fort-nix/nix-bitcoin/blob/master/modules/clightning-replication.nix#L138 Thanks for your feedback!

Hello everyone, First of all, I would like to express my gratitude to all of you for your ideas and references shared above. They are very helpful, leading me to...

Hello @fonix232, thanks for your insights. Regarding the esphome package: Yes, I am aware of it. I may consider modifying the code to incorporate the esphome package in the future....

Here I've added support for pre-defined scenes: - You can find the changes in this commit: https://github.com/seberm/esphome-SK20-Nebula-Light/commit/163062a30ed1d83542069ce5f1b996769a7ad048 Now, users can turn off the device components either by toggling the `switch_main`...

I think you are right. Good catch! I've made the recommended changes. Could you please help me with the testing? I have currently my test environment somehow broken. Thanks!

Hello @3cola , I am continuing the work on integration of TEoS into nix-bitcoin (https://github.com/seberm/nix-bitcoin/tree/feature/add-rust-teos-v4). > Commonly used by teos is the port 2121, like this: .... It seems the...

I've moved the `api` configuration section to the top level so it is now correctly loaded by `onionServices`. The `port` and `address` options from top-level were moved under the `rpc`...