hurlenko

Results 18 comments of hurlenko

Had the same issue, install [this library](https://github.com/michailbrynard/ethereum-bip44-python) and use the code below to get the actual private key: ```python from crypto import HDPrivateKey, HDKey, PrivateKey def decode(pkey_hex): assert len(pkey_hex) ==...

Hi @henrytom1703, I used python 3.6, worked for me. Create new virtual environment, git clone [this repo](https://github.com/michailbrynard/ethereum-bip44-python), run `pip install -r requirements.txt` then try again

Hi @sgiannulli, I don't have any experience with linuxserver/swag so I can't help you with that. The nginx config from the readme is fine but you still might need to...

What have you tried and what doesn't work exactly? There's a section in the [documentation](https://filebrowser.org/configuration/authentication-method#no-authentication).

```bash # Init the database docker run -it --rm -v `pwd`:/config hurlenko/filebrowser:latest -d /config/filebrowser.db config init --auth.method=noauth # Add a user docker run -it --rm -v `pwd`:/config hurlenko/filebrowser:latest -d /config/filebrowser.db...

This is definitely possible but, as long as it is just a cosmetic improvement, it is not a high priority on my end. If you feel like implementing it, I'd...

From what I see, they are now using a different api endpoint for manga details (`title_detailV2` vs `title_detail` used by mloader) along with some secret, we can try and utilise...

I've made an update to use the mobile app's API. Seems to be working fine for me (and faster). If anyone wants to try it out, please install from the...

@meshstyles Thanks a lot for the feedback, will take a look at it in the next couple days, don't have much time now