I am playing around with creating a custom signet and was hoping to be able to use Umbrel as a teaching tool with this custom signet.
I was able to make the Bitcoin Node app use this custom signet by providing the signetchallenge= configuration line in ~/umbrel/app-data/bitcoin/data/bitcoin/bitcoin.conf file. Consequently, the Lightning Node and RTL apps both worked with this custom signet without needing any configuration changes.
However, the Electrs app is not working, due to the default signet-magic option being different than the one my custom signet is using.
In my own barebones setup (not Umbrel), I used the original romanz/electrs and started it up by providing the --signet-magic option when calling the electrs binary.
My question is, how do I do this in Umbrelβs Electrs app? Any help will be greatly appreciated. Thanks.